Re: [gdal-dev] gdal get geolocation array in HDF5 dataset

2014-02-28 Thread Heather QC
Laura, Did you ever sort this out? I am having the same problem with both HDF4 and HDF5. I can open the geolocation datasets if I know the name, but I would like to be able to list them to extract the name and automate. Thanks! Heather -- View this message in context:

[gdal-dev] gdal get geolocation array in HDF5 dataset

2013-10-30 Thread laura0
Hi all, I would like to know I can I read with gdal the geolocation array stored inside an O3MSAF HDF5 data. With GDALGetMetadata( dataset, ); I get the list of metadata (es. Fill Value, Title, Unit but not the array with the latitude and longitude values), with GDALGetMetadata( dataset,

Re: [gdal-dev] gdal get geolocation array in HDF5 dataset

2013-10-30 Thread Etienne Tourigny
geolocation is stored in the GEOLOCATION metadata domain, so this should probably work: GDALGetMetadata( dataset, GEOLOCATION ) see http://trac.osgeo.org/gdal/wiki/rfc4_geolocate On Wed, Oct 30, 2013 at 6:38 AM, laura0 lauram...@iol.it wrote: Hi all, I would like to know I can I read with

Re: [gdal-dev] gdal get geolocation array in HDF5 dataset

2013-10-30 Thread laura0
Unfortunately it does not. GDALGetMetadata( dataset, GEOLOCATION ) return NULL -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-get-geolocation-array-in-HDF5-dataset-tp5086505p5086612.html Sent from the GDAL - Dev mailing list archive at Nabble.com.

Re: [gdal-dev] gdal get geolocation array in HDF5 dataset

2013-10-30 Thread Ivan Lucena
the Data Fieds images into an output image in the SRS of your choice. Regards, Ivan Date: Wed, 30 Oct 2013 01:38:50 -0700 From: lauram...@iol.it To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] gdal get geolocation array in HDF5 dataset Hi all, I would like to know I can I read with gdal