.. | ||
src | ||
Cargo.toml | ||
README.md |
NEXRAD Model
A common model for representing NEXRAD weather radar data. Provides an ergonomic API which is documented for an audience who is not necessarily familiar with the NOAA Archive II format.
Features
uom
: Use theuom
crate for type-safe units of measure.serde
: Implementserde::Serialize
andserde::Deserialize
for all models.chrono
: Use thechrono
crate for date and time types.