noritada / grib-rs

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

Correct several errors in the complex packing decoder #31

Closed noritada closed 1 year ago

noritada commented 1 year ago

This PR makes following corrections of errors in the complex packing decoder:

The first two of the three correct errors caused by lack of the complex packing specification.

Closes #29.