Re: [gdal-dev] RE: How to get some special metadata of HDF5 Cosmo-Skymed file

2011-07-11 Thread Alex Mantaut
/cosmo.html Hope it helps! Regards 2011/7/11 RSyaoxin [hidden email]: Thanks Antonio Valentino and Alex Mantaut. I've got these parameters.I have a new problem,I need to get the backscatter image,but the calibration result is not correct,the calibrated image pixels are all zero.I doubt that my

Re: [gdal-dev] hdf5image metadata problems

2011-07-07 Thread Alex Mantaut
://trac.osgeo.org/gdal/ticket/4121#comment:4 Regards 2011/6/21 Alex Mantaut alexmant...@suremptec.com.ar: Hi all, I updated the ticket with what was discussed with Antonio... http://trac.osgeo.org/gdal/ticket/4121#comment:3 The defect is still there Regards Alex PS:Sorry for the delay

Re: [gdal-dev] HDF5 product handling

2011-07-04 Thread Alex Mantaut
the information? regards 2011/7/4 Frank Warmerdam warmer...@pobox.com On Mon, Jul 4, 2011 at 8:52 AM, Alex Mantaut alexmant...@suremptec.com.ar wrote: I would like to ask what would be the best way to implement a driver that handles HDF5 subproducts, in a way that it doesn't interfere

Re: [gdal-dev] hdf5image metadata problems

2011-06-21 Thread Alex Mantaut
, Il 16/06/2011 17:27, Alex Mantaut ha scritto: Then, to keep consistency, the fact that hdf5imagedataset isn't consistent with the hdf5dataset is a defect, right? May I summarize the conclusions and update the ticket? OK -- Antonio Valentino

Re: [gdal-dev] hdf5image metadata problems

2011-06-16 Thread Alex Mantaut
the information directly through GetMetadata() directly... regards 2011/6/15 Antonio Valentino antonio.valent...@tiscali.it Hi Frank, hi Alex, Il 15/06/2011 22:34, Frank Warmerdam ha scritto: On 11-06-15 03:50 PM, Alex Mantaut wrote: Hi Frank: Thanks for the swift reply

Re: [gdal-dev] hdf5image metadata problems

2011-06-16 Thread Alex Mantaut
a translated message with the conclusions to the list 2011/6/16 Antonio Valentino antonio.valent...@tiscali.it Hi Alex, Il giorno Thu, 16 Jun 2011 10:05:42 -0300 Alex Mantaut alexmant...@suremptec.com.ar ha scritto: Hi Antonio, For what I discussed with Frank it seemed that the expected

Re: [gdal-dev] hdf5image metadata problems

2011-06-16 Thread Alex Mantaut
2011 11:51:48 -0300 Alex Mantaut alexmant...@suremptec.com.ar ha scritto: Antonio, Ok, I understand the asociation between the raster band and the metadata, but if you have to explicitally ask for the raster band in order to get the metadata there is an inconsistency between

[gdal-dev] hdf5image metadata problems

2011-06-15 Thread Alex Mantaut
of gdalinfo and it gets the information for the subdataset like this: GDALRasterBandH hBand; hBand = GDALGetRasterBand( poDataset, 1); char **allMetadata = GDALGetMetadata( hBand, NULL ); Must I use that in order to get the metadata? Thanks in advance -- -- Alex Mantaut SUR Emprendimientos

Re: [gdal-dev] hdf5image metadata problems

2011-06-15 Thread Alex Mantaut
...@pobox.com On 11-06-15 03:19 PM, Alex Mantaut wrote: Hi all, I'm trying to open the metadata from a subdataset of an HDF5 file... When I open the file by it's filename and then ask for the metadata it returns the metadata asociated to the root and all the subdatasets

Re: [gdal-dev] hdf5image metadata problems

2011-06-15 Thread Alex Mantaut
Frank: I opened a new defect ticket, and suggested a way around the problem (I'm not sure if it's the best solution) http://trac.osgeo.org/gdal/ticket/4121 Regards 2011/6/15 Frank Warmerdam warmer...@pobox.com On 11-06-15 03:50 PM, Alex Mantaut wrote: Hi Frank

Re: [gdal-dev] HDF5 metadata format problems

2011-06-14 Thread Alex Mantaut
, Alex Mantaut wrote: Hi all: I've ran into some troubles while trying to interpret an HDF5's metadata... Every field on HDF5 has it's own type(string, uchar, double) But GetMetadataItem(field_name) converts the data from the dataset into a C-style zero terminated string. This gives

[gdal-dev] HDF5 metadata format problems

2011-06-13 Thread Alex Mantaut
in advance -- -- Alex Mantaut SUR Emprendimientos Tecnológicos Perú 345 Piso 5to Oficina B (C1067AAG) Ciudad de Buenos Aires, Argentina Tel. +54 (11) 4342-2976/84 javierur...@suremptec.com.ar www.suremptec.com ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] HDF5 COSMO-SKYMED metadata problems

2011-06-08 Thread Alex Mantaut
I tried the patch warmerdam posted on the 1.8.0 version an it worked, i can see the root metadata now. Thanks Antonio Valentino and Frank Warmerdam for the swift correction. Another issue. Does anybody has the COSMO-SKYMED HDF5 2011/6/7 Alex Mantaut alexmant...@suremptec.com.ar Antonio

Re: [gdal-dev] HDF5 COSMO-SKYMED metadata problems

2011-06-08 Thread Alex Mantaut
Sorry, I accidentalñy pressed the send button Another issue. Does anybody has the COSMO-SKYMED HDF5 format specification or something that tells how to get the georreference information from those files? 2011/6/8 Alex Mantaut alexmant...@suremptec.com.ar I tried the patch warmerdam posted

[gdal-dev] HDF5 COSMO-SKYMED metadata problems

2011-06-07 Thread Alex Mantaut
? Thanks in advance -- -- Alex Mantaut SUR Emprendimientos Tecnológicos Perú 345 Piso 5to Oficina B (C1067AAG) Ciudad de Buenos Aires, Argentina Tel. +54 (11) 4342-2976/84 javierur...@suremptec.com.ar www.suremptec.com ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] HDF5 COSMO-SKYMED metadata problems

2011-06-07 Thread Alex Mantaut
?) Can you release a newer version of the patch please? Vi ringrazio un'altra volta 2011/6/7 Antonio Valentino antonio.valent...@tiscali.it Hi Alex, Il 07/06/2011 20:13, Alex Mantaut ha scritto: Hi: I'm trying to get georreference information from an HDF5 COSMO-SKYMED file