Crates.io | nexrad-model |
lib.rs | nexrad-model |
version | |
source | src |
created_at | 2024-08-12 02:42:46.337292 |
updated_at | 2025-01-01 00:16:09.647307 |
description | Common model for NEXRAD weather radar data. |
homepage | |
repository | https://github.com/danielway/nexrad/nexrad-model |
max_upload_size | |
id | 1333801 |
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` |
size | 0 |
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.
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.