4 releases

0.1.0-rc3 Sep 18, 2024
0.1.0-rc2 Aug 12, 2024
0.1.0-rc.4 Jan 1, 2025

#834 in Encoding

Download history 4/week @ 2024-11-03 1/week @ 2024-11-17 1/week @ 2024-11-24 10/week @ 2024-12-08 88/week @ 2024-12-29 14/week @ 2025-01-05

238 downloads per month
Used in 2 crates

MIT license

22KB
409 lines

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.

lib.rs:

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.

A number of optional features are available:

  • 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.

Dependencies

~0.2–1.2MB
~25K SLoC