gribberish 1.2.0

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

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