nexrad-decode

Crates.ionexrad-decode
lib.rsnexrad-decode
version
sourcesrc
created_at2024-08-12 02:51:28.361905
updated_at2025-01-01 01:10:01.443681
descriptionDecoding functions and models for NEXRAD weather radar data.
homepage
repositoryhttps://github.com/danielway/nexrad/nexrad-decode
max_upload_size
id1333804
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Daniel Way (danielway)

documentation

README

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

cargo fmt