noritada / grib-rs

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

Example GRIB2 viewer web app #79

Closed noritada closed 3 months ago

noritada commented 3 months ago

This PR makes an example GRIB2 viewer web app available on GitHub Pages. It will be available on https://noritada.github.io/grib-rs/viewer/.

The web app still only has the ability to list submessages in GRIB2. The ability to display grid point values within submessages will be available in the near future.