noritada / grib-rs

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

Fix wrong Section 0 and 1 associated with submessages returned from iterators for multi-message data #46

Closed noritada closed 1 year ago

noritada commented 1 year ago

This PR fixes an issue reported as #37 that wrong Section 0 and 1 associated with submessages returned from iterators for multi-message data.

The code was left over from the days when the data was processed assuming only one message was read.

Closes #37.