Re: [gdal-dev] read envisat with gdal

2010-04-27 Thread Roger André
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-

Re: [gdal-dev] read envisat with gdal

2010-04-27 Thread Roger André
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

[gdal-dev] read envisat with gdal

2010-04-02 Thread menglong yan
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