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

Variable shortName lookup #108

Closed EricEngle-NOAA closed 11 months ago

EricEngle-NOAA commented 11 months ago

Provide utility functions to allow for a reverse lookup of a variable shortName. Current capability allows for the retrieval of variable shortName and fullName if the user knows the discipline, parameterCategory, and parameterNumber attributes.