#5768 closed enhancement (fixed)
GRIB Driver Error
Reported by: | cayetanobv | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 2.2.0 |
Component: | GDAL_Raster | Version: | 1.11.0 |
Severity: | normal | Keywords: | GRIB |
Cc: | Kyle Shannon |
Description (last modified by )
GDAL GRIB Driver can't read any icing and turbulence grib2 files distributed by Wide Area Forecast System (WAFS). However GDAL GRIB Driver read without problems other grib2 WAFS variables (temperature, wind, etc.).
Shell output error:
$ gdalinfo --debug on /home/cayetano/grib_example
GRIB: This was only designed for templates 0, 1, 2, 5, 8, 9, 10, 11, 12, 20, 30
ERROR 4: /home/cayetano/grib_example is a grib file, but no raster dataset was successfully identified. gdalinfo failed - unable to open '/home/cayetano/grib_example'.
NOAA's WGRIB2 read without problems these files and export perfectly to NetCDF. Shell output example using WGRIB2:
$ ./wgrib2 -V /home/cayetano/grib_example
1:41:vt=2014120715:800 mb:9 hour fcst:ICIP Icing [%]:spatial max
ndata=41760:undef=0:mean=0.257352:min=-0.01:max=1 grid_template=0:winds(N/S):
lat-lon grid:(288 x 145) units 1e-06 input WE:SN output WE:SN res 48 lat -90.000000 to 90.000000 by 1.250000 lon 0.000000 to 358.750000 by 1.250000 #points=41760
Thanks,
Cayetano Benavent
GIS Analyst
www.geographica.gs
Attachments (1)
Change History (8)
by , 10 years ago
Attachment: | grib_example added |
---|
comment:1 by , 10 years ago
Summary: | GRIB Driver → GRIB Driver Error |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
Cc: | added |
---|
comment:4 by , 10 years ago
Description: | modified (diff) |
---|
comment:5 by , 10 years ago
Description: | modified (diff) |
---|
comment:7 by , 8 years ago
Milestone: | → 2.2.0 |
---|---|
Type: | defect → enhancement |
GRIB_EXAMPLE