NOAA-MDL / grib2io

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

MRMS GRIB2 File #127

Closed EricEngle-NOAA closed 8 months ago

EricEngle-NOAA commented 8 months ago

This pull request provides MRMS GRIB2 file support. That is not to say that previously MRMS GRIB2 files could not be read and unpacked, but changes here bring support for MRMS GRIB2 parameters and gzip GRIB2 file support.

This PR references #119 and #120