#data #radar #weather #decoding #noaa #models #nexrad

nexrad-decode

Decoding functions and models for NEXRAD weather radar data

3 releases

0.1.0 Aug 12, 2024
0.1.0-rc3 Sep 18, 2024

#293 in Compression

Download history 251/week @ 2024-08-07 68/week @ 2024-08-14 5/week @ 2024-09-11 96/week @ 2024-09-18 11/week @ 2024-09-25 5/week @ 2024-10-02

117 downloads per month
Used in nexrad-data

MIT license

205KB
5K SLoC

NEXRAD Decode

Crates.io Docs.rs Rust CI Rust CD

Decoding functions and models for NEXRAD weather radar data. Decoder and struct definitions are in accordance with NOAA's WSR-88D Interface Control Document for the RDA/RPG "ICD 2620002W".

Features

  • nexrad-model: Provides mappings to a common model for representing NEXRAD radar data.
  • uom: Use the uom crate for type-safe units of measure.

lib.rs:

nexrad-decode

Decoding functions and models for NEXRAD weather radar data. Decoder and struct definitions are in accordance with NOAA's WSR-88D Interface Control Document for Archive II "ICD 2620010H" build 19.0.

Optionally, the nexrad-model feature provides mappings to a common model for representing radar data. The uom feature can also be used to provide type-safe units of measure.

Dependencies

~2.6–3.5MB
~67K SLoC