noritada / grib-rs

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

Strict checking of type of original field values in complex packing #95

Closed noritada closed 1 month ago

noritada commented 1 month ago

This PR provides strict checking of type of original field values in complex packing.

Current implementation assumes that original field values are floating-point. Almost all decoders check the value type, but the check was missing in the complex packing decoders.