noritada / grib-rs

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

CLI: add support for multi-message data #21

Closed noritada closed 2 years ago

noritada commented 2 years ago

This PR adds multi-message data support for CLI. Regarding support for multi-message data, this is not a complete end, as there are still some usability and data accessibility issues in the library crate.

Part of #13.