Re: [gdal-dev] can't handle grib file

2012-08-24 Thread Etienne Tourigny
On Fri, Aug 24, 2012 at 7:27 PM, Giuseppe Amatulli wrote: > Ciao > Years ago to handling easily grib file i was using > CDO " > http://www.nersc.gov/users/software/vis-analytics/climate-data-operators-cdo/ > " . > it can also convert grib to geoTiff. I doubt cdo can convert to geotiff (in fact

Re: [gdal-dev] can't handle grib file

2012-08-24 Thread Giuseppe Amatulli
Ciao Years ago to handling easily grib file i was using CDO " http://www.nersc.gov/users/software/vis-analytics/climate-data-operators-cdo/ " . it can also convert grib to geoTiff. ciao On 24 August 2012 02:05, Margherita Di Leo wrote: > Even, > > On Thu, Aug 23, 2012 at 8:36 PM, Even Rouault

Re: [gdal-dev] can't handle grib file

2012-08-24 Thread Margherita Di Leo
Even, On Thu, Aug 23, 2012 at 8:36 PM, Even Rouault wrote: > > > So it looks like the information is actually there, but the gdal driver > > can't handle it. Any hint? > > Margherita, > > There's a possibility that your data file is of a type that isn't > understood by > the underlying library th

Re: [gdal-dev] can't handle grib file

2012-08-23 Thread Even Rouault
> So it looks like the information is actually there, but the gdal driver > can't handle it. Any hint? Margherita, There's a possibility that your data file is of a type that isn't understood by the underlying library that GDAL uses to decode GRIB files. Or perhaps GDAL isn't using it correctl

Re: [gdal-dev] can't handle grib file

2012-08-23 Thread Margherita Di Leo
In order to check what is inside the grib file, I just installed the grib API [1] and ran grib_dump dwd_grib1_ispra_gmi202_2012063000 > tst.txt The information I get looking into the txt file is: * FILE: dwd_grib1_ispra_gmi202_2012063000 #== MESSAGE 1 ( length=68884 )

[gdal-dev] can't handle grib file

2012-08-22 Thread Margherita Di Leo
Hi all, I have a problem handling some grib files, I get a warning message and I can't understand how to deal with it.. running gdalinfo, it says: Un-handled possible ensemble section center 78 subcenter 255 [... several times, cut] Un-handled possible ensemble section center 78 subcenter 255 Dr