3 releases
0.20.2 | Sep 5, 2024 |
---|---|
0.20.1 | Jul 10, 2024 |
0.20.0 | Jul 10, 2024 |
#450 in Science
47 downloads per month
6MB
5K
SLoC
gribberish
Read GRIB 2 files with Rust.
Getting Started
Add the package
cargo add gribberish
or manually add the package in Cargo.toml
to [dependencies]
:
gribberish = "0.20.1"
The following features
are available:
png
: Allows unpacking PNG encoded data messages
jpeg
: Allows unpacking JPEG2000 encoded data messages
By default, both png
and jpeg
are enabled.
See read.rs for example usage for simple reading, or message-dump for an example of dumping grib metadata to stdout.
License
MIT - 2024 Matthew Iannucci
Dependencies
~6MB
~123K SLoC