noritada / grib-rs

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

NDFD GRIB data support part 2: add support for Code Table 5.5 #61

Closed noritada closed 10 months ago

noritada commented 10 months ago

This PR adds support for Code Table 5.5 (missing value management for complex packing).

Until now, the only data encoded with Template 5.3/7.3 (complex packing and spatial differencing) that could be decoded were those with Code Table 5.5 value of 0. This PR eliminates that limitation.

This is the 2nd step of NDFD GRIB data support discussed in #59.