wxbox/crates/nexrad-model
core 5c597977ee
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
chore: cleanups
2025-05-19 20:11:00 -04:00
..
src chore: cleanups 2025-05-19 20:11:00 -04:00
Cargo.toml chore: cleanups 2025-05-19 20:11:00 -04:00
README.md chore: cleanups 2025-05-19 20:11:00 -04:00

NEXRAD Model

Crates.io Docs.rs Rust CI

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 the uom crate for type-safe units of measure.
  • serde: Implement serde::Serialize and serde::Deserialize for all models.
  • chrono: Use the chrono crate for date and time types.