Downloaded a sample file from
http://envisat.esa.int/services/sample_products/aatsr/L2/. Seems to work
fine in Python.
$ python
>>> from osgeo import gdal
>>> image =
gdal.Open('ATS_MET_2PNETB20020729_070738_58362008_00092_02150_0873.N1')
>>> image.GetMetadata()
{'MPH_STATE_VECTOR_TIME': '29-
Can you make a small portion of your data available to us? If GDAL can read
the data file, then it should be able to read this information as well.
Roger
--
On Fri, Apr 2, 2010 at 5:44 PM, menglong yan wrote:
> Hi, I want to read envisat with gdal, and I can read the data
> successfully. Howev
Hi, I want to read envisat with gdal, and I can read the data
successfully. However I can not get the header information such as
"FIRST_MID_LAT"(this item could be
found with NEST(Next ESA SAR toolbox)) with
GDALDataset::GetMetadataItem("FIRST_MID_LAT"). I have read the souce
code in /frmts/envisa