nexrad-model

Crates.ionexrad-model
lib.rsnexrad-model
version0.1.0-rc3
sourcesrc
created_at2024-08-12 02:42:46.337292
updated_at2024-09-18 03:03:02.682204
descriptionCommon model for NEXRAD weather radar data.
homepage
repositoryhttps://github.com/danielway/nexrad/nexrad-model
max_upload_size
id1333801
size21,665
Daniel Way (danielway)

documentation

README

NEXRAD Model

Crates.io Docs.rs Rust CI Rust CD

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.
Commit count: 46

cargo fmt