Crates.io | gribberish |
lib.rs | gribberish |
version | 0.20.2 |
source | src |
created_at | 2024-07-10 18:44:54.543056 |
updated_at | 2024-09-05 16:20:30.678533 |
description | Parse grib 2 files with Rust |
homepage | |
repository | https://github.com/mpiannucci/gribberish |
max_upload_size | |
id | 1298660 |
size | 7,846,777 |
Read GRIB 2 files with Rust.
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.
MIT - 2024 Matthew Iannucci