noritada / grib-rs

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

NDFD GRIB data support part 1: skip non-GRIB byte sequences between messages #60

Closed noritada closed 10 months ago

noritada commented 10 months ago

This PR changes the behavior of the reader so that it skips non-GRIB byte sequences between messages.

This is the 1st step of NDFD GRIB data support discussed in #59.