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 wrote: > On Tue, Jun 18, 2013 at 12:46 AM, Ev

Re: [gdal-dev] Accessing to GRIB bands

2013-06-17 Thread Paolo Corti
On Tue, Jun 18, 2013 at 12:46 AM, Even Rouault wrote: > > From gdal_translate man page: > >-b band: >Select an input band band for output. Bands are numbered from 1. > Multiple -b switches may be used to select a set of input bands to write to > the output file, or >

Re: [gdal-dev] Accessing to GRIB bands

2013-06-17 Thread Even Rouault
Le lundi 17 juin 2013 10:52:18, Paolo Corti a écrit : > Hi list > When working with NETCDF data I have always been finding extremely > useful the NETCDF:filename:variable_name syntax. > Now I have to process a large amount of GRIB data: do I understand > correctly that the GRIB driver does not supp

[gdal-dev] Accessing to GRIB bands

2013-06-17 Thread Paolo Corti
Hi list When working with NETCDF data I have always been finding extremely useful the NETCDF:filename:variable_name syntax. Now I have to process a large amount of GRIB data: do I understand correctly that the GRIB driver does not support such a syntax? In such a case, is there a way to access to a