| Crates.io | meteomatics |
| lib.rs | meteomatics |
| version | 0.2.2 |
| created_at | 2022-06-21 12:12:35.630431+00 |
| updated_at | 2022-07-08 11:40:53.008465+00 |
| 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 meteomaticscargo doc --lib --no-deps --opencargo doc --examples --no-deps --opencargo run --example 00_timeseriescargo run --example 01_pivoted_gridcargo run --example 02_unpivoted_grid.env inside the repository root and add:METEOMATICS_USER=your_username
METEOMATICS_PW=your_password
cd meteomaticscargo testrustc 1.60.0 and rustc 1.61.0.