grib2io v2.2.0 #143
EricEngle-NOAA
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Grib2Message
class now contains propertieslats
andlons
by @EricEngle-NOAA in Adding lats and lons properties #135bitmap
as publicGrib2Message
attribute by @EricEngle-NOAA in Expose bitmap as public Grib2Message attribute #140to_grib2()
xarray accessor method forxarray.Dataset
andxarray.DataArray
objects by @TimothyCera-NOAA in Added new to_grib2 xarray accessor #136grib2io.open
attrslevels
andvariables
properties by @EricEngle-NOAA in 2fd5219 and 626e28eGrib2Message.duration
attribute from beingNone
todatetime.timedelta(hours=0)
by @EricEngle-NOAA in 9ef5e53min
,max
,mean
, andmedian
to the Grib2Message object by @EricEngle-NOAA in 24e4260Details 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 forxarray.Dataset
andxarray.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
This discussion was created from the release grib2io v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions