noritada / grib-rs

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

Add support for Section 6 (Bit-map Section) #19

Closed noritada closed 2 years ago

noritada commented 2 years ago

This PR adds support for Section 6 (Bit-map Section) for cases where the bitmap indicator is 0.

I understand that this code is based on the v0.4.x code base and will cause conflicts with the latest code.