<div dir="ltr">geolocation is stored in the GEOLOCATION metadata domain, so this should probably work:<div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">GDALGetMetadata( dataset, "GEOLOCATION" )</span><br>
</div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">see </span><a href="http://trac.osgeo.org/gdal/wiki/rfc4_geolocate">http://trac.osgeo.org/gdal/wiki/rfc4_geolocate</a></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 30, 2013 at 6:38 AM, laura0 <span dir="ltr"><<a href="mailto:lauramail@iol.it" target="_blank">lauramail@iol.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
I would like to know I can I read with gdal the geolocation array stored<br>
inside an O3MSAF HDF5 data.<br>
With GDALGetMetadata( dataset, "" ); I get the list of metadata (es. Fill<br>
Value, Title, Unit but not the array with the latitude and longitude<br>
values), with GDALGetMetadata( dataset, "SUBDATASETS" ); just the list of<br>
SUBDATASETS: all the DATA variable, GEOLOCATION are excluded.<br>
Suggestions?<br>
Thanks,<br>
<br>
Laura<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/gdal-get-geolocation-array-in-HDF5-dataset-tp5086505.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/gdal-get-geolocation-array-in-HDF5-dataset-tp5086505.html</a><br>

Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br></div>