Skip to content

grib2io v2.2.0

Compare
Choose a tag to compare
@EricEngle-NOAA EricEngle-NOAA released this 08 Apr 12:25
· 26 commits to master since this release

What's Changed

Details about writing to GRIB2 from the Xarray Backend

grib2io v2.2.0 introduces the ability to write GRIB2 files from the xarray backend via .to_grib2() accessor methods for xarray.Dataset and xarray.DataArray objects. At this time, this will only work if xarray objects originated from the grib2io xarray backend. The .to_grib2() accessor method leverages xarray attributes 'GRIB2IO_section*' that are the numeric GRIB2 metadata sections. Future updates to the grib2io xarray backend will further build out this functionality.

Full Changelog: v2.1.4...v2.2.0