Re: [gdal-dev] Extract subdataset from netCDF in a given directory

2014-09-12 Thread Andre Joost
Am 11.09.2014 16:58, schrieb Andre Joost: According to http://www.gdal.org/frmt_hdf5.html, the syntax should be: HDF5:file_name:subdataset So it has little use to put the path before the HDF5:. I'm not sure if GDAL accepts the path before the file_name. Running the command in the same folder

Re: [gdal-dev] Extract subdataset from netCDF in a given directory

2014-09-11 Thread Andre Joost
Am 10.09.2014 20:02, schrieb VictoriaH: Hello, I am using gdal_translate to extract a subdataset from a netCDF file to a geotiff. If I run the command from the same directory where the netCDF file is located, there is no problem: Filename: PM25_2001_02_average.nc Ex. gdal_translate -of GTiff HD

Re: [gdal-dev] Extract subdataset from netCDF in a given directory

2014-09-11 Thread Andre Joost
Am 10.09.2014 20:02, schrieb VictoriaH: Hello, I am using gdal_translate to extract a subdataset from a netCDF file to a geotiff. If I run the command from the same directory where the netCDF file is located, there is no problem: Filename: PM25_2001_02_average.nc Ex. gdal_translate -of GTiff HD

[gdal-dev] Extract subdataset from netCDF in a given directory

2014-09-10 Thread VictoriaH
Hello, I am using gdal_translate to extract a subdataset from a netCDF file to a geotiff. If I run the command from the same directory where the netCDF file is located, there is no problem: Filename: PM25_2001_02_average.nc Ex. gdal_translate -of GTiff HDF5:"PM25_2001_02_average.nc"://Data /var/w