issues
search
NOAA-MDL
/
grib2io
Python interface to the NCEP G2C Library for reading and writing GRIB2 messages.
https://noaa-mdl.github.io/grib2io
MIT License
33
stars
12
forks
source link
Added new to_grib2 xarray accessor
#136
Closed
TimothyCera-NOAA
closed
8 months ago
TimothyCera-NOAA
commented
8 months ago
Supports xarray DataArray and DataSet writing to grib2 file. da.grib2io.to_grib2("file.grb") or ds.grib2io.to_grib2("file.grb")
Added to_grib2 tests.
Added multiple leadTimes and trimmed the test datasets and edited tests to match the new test datasets.