-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Currently, users must define the GRIB2 packing method when creating a Grib2Message object either by passing the entire section5 array or with drtn
keyword argument.
Instead, lets attempt the following:
- packing method strings that map to a DRTN (i.e.
simple
= DRTN 0) - default packing scheme (likely complex packing w/ 2nd order spatial differencing)
- update
Grib2Message.pack()
method to support this. Currently, it just triggers the packing calls and expects the section5 information to be present.