Try with debugging output, perhaps it explains the error?
$ gdalinfo --debug on /data/tmp/2011-01.grib
GRIB: Problems with ReadGrib1Record called by ReadGrib2Record
Inside ReadGrib1Record
GRIB1 GDS: Expect PV = 255 != 33
ERROR 4: /data/tmp/2011-01.grib is a grib file, but no raster dataset
was su
As far as I know is a raster.
You can get it from:
http://www.qlands.com/other_files/2011-01.grib
This grib is only one record from the whole file and it contains maximum
temperature for the whole world.
The following is the wgrib ./2011-01.grib -V of the file
rec 1:0:date 2011010100 MX2T
On Wed, 2012-02-15 at 09:10 +0300, SupportLists wrote:
Carlos
is it raster or vector data?
can you make the file accessible some place?
Brian
> Hi,
>
> I am trying to open a grib file (meteorological data) with GDAL 1.8.1
> but i get the following error:
>
> ./2011.grib is a grib file, but
Hi,
I am trying to open a grib file (meteorological data) with GDAL 1.8.1
but i get the following error:
./2011.grib is a grib file, but no raster dataset was successfully
identified.
gdalinfo failed - unable to open './2011.grib'
Other tools like wgrib successfully opens the same file.
An