Skip to content

Make GRIB2 packing easier #180

@EricEngle-NOAA

Description

@EricEngle-NOAA

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions