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 <[email protected]> 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 > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev >
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
