rust-grib-decoder 0.1.1

Utilities to decode GRIB2 CCSDS/AEC (template 5.0=42) payloads and extract Section 7 payloads per message.
Documentation
1
2
3
fn main() {
    println!("rust-grib-decoder example: use the library's payload APIs from your application.\n\n  - read_grib2_section7_payloads_by_message(path)\n  - decode_template42_rust_from_params_with_payload(payload, width, height, ...)");
}