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

Commit for _grib2io.py #118

Closed EricEngle-NOAA closed 9 months ago

EricEngle-NOAA commented 9 months ago

This commit fixes an issue where the _latlon_datastore, now holding a dictionary instead of tuples would raise a KeyError when using the xarray backend.

This commit references issue #117