NOAA-MDL / grib2io

Python interface to the NCEP G2C Library for reading and writing GRIB2 messages.

Home Page:https://noaa-mdl.github.io/grib2io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing threshold metadata for PDT 4.5 and 4.9

EricEngle-NOAA opened this issue · comments

PDT 4.5. and 4.9 provide scale factor and scaled values for lower and upper threshold limits. grib2io does not provide metadata attributes for these specific pieces of information, but does provide the unscaled, real versions of these as thresholdLowerLimit and thresholdUpperLimit.

Provide the following attributes:

  • scaleFactorOfThresholdLowerLimit
  • scaledValueOfThresholdLowerLimit
  • scaleFactorOfThresholdUpperLimit
  • scaledValueOfThresholdUpperLimit