I have a NetCDF data set (size around 500 Mb). I want to extract multiple point data from it. But, ArcGIS 10.1 (with Multidimension Toolbox) can not do it. So, I am trying create a stand-alone program with netcdf4 python module to extract multiple point data. When i extract data, result values are all the same! All values are -9.96921e+36 repeatedly. But when i use ArcGIS to extract same data, the values are like 23.75, 28,79, 5.88... I am also trying SciPy module (from scipy.io import netcdf), the results are also -9.96921e+36 repeatedly. What is the problem ?!

More Md. Manjurul Hussain Shourov's questions See All
Similar questions and discussions