Ticket #4433 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

GRIB: no data is not reported

Reported by: rouault Owned by: rouault
Priority: normal Milestone: 1.10.0
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: grib nodata
Cc:

Description

Currently nodata is not reported. It is available in the gridAttrib structure of grib_MetaData.

One must check the value of the f_miss flag, and then read missPri.

Change History

Changed 16 months ago by rouault

  • status changed from new to closed
  • resolution set to fixed

r23744 /trunk/ (autotest/gdrivers/grib.py gdal/frmts/grib/gribdataset.cpp): GRIB: report nodata value (note: if secondary missing value is available, it will not be reported) (#4433)

Note: See TracTickets for help on using tickets.