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

Lat/Lon Datastore dict causes issues with xarray backend #117

Closed EricEngle-NOAA closed 9 months ago

EricEngle-NOAA commented 9 months ago

In v2.1, the latitude, longitude datastore was modified to store values for each unique grid as a dictionary with keys 'latitude' and 'longitude' and potentially other data as needed. Some of the logic added in that modification has introduced a bug when using the xarray backend.