Crates.io | meteomatics |
lib.rs | meteomatics |
version | 0.2.2 |
source | src |
created_at | 2022-06-21 12:12:35.630431 |
updated_at | 2022-07-08 11:40:53.008465 |
description | Query weather and climate data from the Meteomatics API (https://www.meteomatics.com/en/) |
homepage | https://www.meteomatics.com/en/ |
repository | https://github.com/meteomatics/rust-connector-api |
max_upload_size | |
id | 610190 |
size | 172,453 |
Rust Connector for the Meteomatics API
Meteomatics provides a REST-style API to retrieve historic, current, and forecast data globally. This includes model data and observational data in time series and areal formats. Areal formats are also offered through a WMS/WFS-compatible interface. Geographic and time series data can be combined in certain file formats, such as NetCDF.
Simply add the meteomatics crate to the dependencies of your project.
cd meteomatics
cargo doc --lib --no-deps --open
cargo doc --examples --no-deps --open
cargo run --example 00_timeseries
cargo run --example 01_pivoted_grid
cargo run --example 02_unpivoted_grid
.env
inside the repository root and add:METEOMATICS_USER=your_username
METEOMATICS_PW=your_password
cd meteomatics
cargo test
rustc 1.60.0
and rustc 1.61.0
.