NOAA-MDL / grib2io

Python interface to the NCEP G2C Library for reading and writing GRIB2 messages.
https://noaa-mdl.github.io/grib2io
MIT License
33 stars 12 forks source link

Add support for product definition template 4.48 #49

Closed BenjaminBlake-NOAA closed 1 year ago

BenjaminBlake-NOAA commented 1 year ago

When trying to create plots of near-surface (8 m AGL) smoke/dust from a grib2 file, I get the following error message:

ValueError: Unsupported Product Definition Template Number - 4.48

Would it be possible to add support for this product definition template to grib2io?

EricEngle-NOAA commented 1 year ago

Support for PDTN = 48 has been added. Closing this issue.