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

Etienne Tourigny etourigny.dev at gmail.com
Wed Oct 30 06:31:51 PDT 2013


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 <lauramail at iol.it> wrote:

> 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, "SUBDATASETS" ); just the list of
> SUBDATASETS: all the DATA variable, GEOLOCATION are excluded.
> Suggestions?
> Thanks,
>
> Laura
>
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/gdal-get-geolocation-array-in-HDF5-dataset-tp5086505.html
> Sent from the GDAL - Dev mailing list archive at Nabble.com.
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20131030/23ca2e8a/attachment.html>


More information about the gdal-dev mailing list