noritada / grib-rs

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

NDFD GRIB data support part 6: split a grid point index iterator from the latitude/longitude iterator #67

Closed noritada closed 10 months ago

noritada commented 10 months ago

This PR splits a grid point index iterator from the latitude/longitude iterator to prepare for Lambert grid support. Also, this PR adds a new method SubMessage::ij() to allow users to use grid point indices.