grib-reader 0.6.0

GRIB Edition 1 and 2 decoder for weather and climate data
Documentation
1
2
3
4
5
6
pub use grib_core::parameter::{
    grib1_parameter_description, grib1_parameter_name, lookup_parameter,
    lookup_parameter_with_local_entries, parameter_description, parameter_name,
    LocalParameterEntry, LocalParameterTable, OwnedLocalParameterEntry, BUILTIN_LOCAL_PARAMETERS,
    LOCAL_PARAMETER_TABLE_CSV_HEADER,
};