noritada / grib-rs

GRIB format parser for Rust
Apache License 2.0
57 stars 9 forks source link

NDFD GRIB data support part 3: add support for Template 5.2 (complex packing) #62

Closed noritada closed 10 months ago

noritada commented 10 months ago

This PR adds support for Template 5.2/7.2 (complex packing).

Support for cases where nbit is 0 has been temporarily dropped at the time of this PR because its test fails.

This is the 3rd step of NDFD GRIB data support discussed in #59.