[gdal-dev] Fwd: Accessing to GRIB bands

2013-06-18 Thread Roger Veciana i Rovira
Hi Paolo, I think that you will need a script. At least in my case, every file has the bands written in a different order, no using directly the band number is not possible. The only way I have found is to read the file metadata using a python script: -- from osgeo import gdal from

[gdal-dev] updating xml:TRE

2013-06-18 Thread xavier lhomme
Hi How to update TRE of NITF file from xml string ? or how to convert a xml:TRE string to a TRE string ? Best regards xlhomme ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Accessing to GRIB bands

2013-06-18 Thread Etienne Tourigny
you can always convert the files to netcdf using the command-line tool cdo (climate data operators), although that would increase processing time and disk space. https://code.zmaw.de/projects/cdo Etienne On Mon, Jun 17, 2013 at 8:16 PM, Paolo Corti pco...@gmail.com wrote: On Tue, Jun 18, 2013

[gdal-dev] UnescapeString

2013-06-18 Thread xavier lhomme
Hi The C# binding contains the EscapeString function, but my version doesn't contains the UnescapeString function. Do I need to patch gdal_wrap.cpp and recompilethe dll in order to have acces to UnescapeString ? Best Regards xl ___ gdal-dev