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

Update xarray backend #86

Closed EricEngle-NOAA closed 1 year ago

EricEngle-NOAA commented 1 year ago

xarray backend has been updated to be consistent wih main grib2io interpolation unification. In the backend, the interp accessor functions has been updated and unified into 1 function.

Grib2GridDef class has been updated to add 'stations' dataclass variable.