noritada / grib-rs

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

Add support for cases where nbit is 0 in complex packing and JPEG 2000 code stream format #35

Closed noritada closed 1 year ago

noritada commented 1 year ago

This PR fixes #32 by adding support for "nbit =0" cases to the complex packing decoder (and JPEG 2000 code stream format decoder), which was added to the simple packing decoder in response to #15.