grib-reader 0.3.0

Pure-Rust GRIB Edition 1 and 2 decoder for weather and climate data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Bootstrap samples in `bootstrap/` are deterministic fixtures generated from the crate's canonical test builders.

Real interoperability samples belong in `interop/samples/` and should satisfy these rules:

- commit only redistributable files with clear provenance
- prefer small representative slices over large operational dumps
- include producer diversity such as NCEP, ECMWF, DWD, JMA, UKMO, and NOAA products when available
- keep filenames descriptive, for example `ncep-gfs-surface-tmp.grib2`
- ensure every committed sample opens and decodes through `cargo test`

Regenerate the bootstrap corpus and fuzz seed corpus with:

```sh
cargo run -p grib-reader --example sync_corpus
```