gribberish 0.25.1

Parse grib 2 files with Rust
Documentation
1
2
3
4
5
6
7
8
pub mod tables;
pub mod grid_definition_template;
pub mod latlng_template;
pub mod lambert_conformal_template;

pub use grid_definition_template::GridDefinitionTemplate;
pub use latlng_template::LatLngTemplate;
pub use lambert_conformal_template::LambertConformalTemplate;