Re: [gdal-dev] parsing of netcdf4 no-data values in hdf5 reader

2018-10-15 Thread Julien Demaria
ou want to contribute you are welcome! ;-) Best Regards, Julien -Message d'origine- De : gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] De la part de Agram, Piyush S (334D) Envoyé : samedi 13 octobre 2018 21:00 À : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] parsing of

Re: [gdal-dev] parsing of netcdf4 no-data values in hdf5 reader

2018-10-13 Thread Agram, Piyush S (334D)
--- De : gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] De la part de Agram, Piyush S (334D) Envoyé : samedi 13 octobre 2018 21:00 À : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] parsing of netcdf4 no-data values in hdf5 reader Hi Even, Looking into the issue, I think the NETCDF

Re: [gdal-dev] parsing of netcdf4 no-data values in hdf5 reader

2018-10-13 Thread Julien Demaria
o:gdal-dev-boun...@lists.osgeo.org] De la part de Agram, Piyush S (334D) Envoyé : samedi 13 octobre 2018 21:00 À : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] parsing of netcdf4 no-data values in hdf5 reader Hi Even, Looking into the issue, I think the NETCDF reader does not read dataset

Re: [gdal-dev] parsing of netcdf4 no-data values in hdf5 reader

2018-10-13 Thread Agram, Piyush S (334D)
Hi Even, Looking into the issue, I think the NETCDF reader does not read datasets located insides groups for Rasters. There are 2 specific parts of the reader that seems to be the issue: 1. If the drivers does not find 2 arrays that are dimensions under root it bails. This would need to be

Re: [gdal-dev] parsing of netcdf4 no-data values in hdf5 reader

2018-10-10 Thread Even Rouault
On mercredi 10 octobre 2018 17:28:59 CEST Bekaert, David (334H) wrote: > Dear GDAL developers, > > I generated a netcdf4 file using python netCDF4 module. > As indicated in the documentation, GDAL opens this file with the HDF5 reader > without problem. I am also able to properly display the geoco

[gdal-dev] parsing of netcdf4 no-data values in hdf5 reader

2018-10-10 Thread Bekaert, David (334H)
Dear GDAL developers, I generated a netcdf4 file using python netCDF4 module. As indicated in the documentation, GDAL opens this file with the HDF5 reader without problem. I am also able to properly display the geocoded file with QGIS (no-data not applied) and panoply (no-data applied). From re