I am trying to open a netCDF file using Gdal library in python 3, under win 7. Couldn't understand why this line of code return None value.
r=gdal.Open('NETCDF:"D:\Fire_codes\hum.nc":elevation')When I use gdalinfo command, I get the following:
SUBDATASET_3_NAME=NETCDF:"D:\Fire_codes\hum.nc":elevation
أكثر...
r=gdal.Open('NETCDF:"D:\Fire_codes\hum.nc":elevation')When I use gdalinfo command, I get the following:
SUBDATASET_3_NAME=NETCDF:"D:\Fire_codes\hum.nc":elevation
أكثر...