Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blueluna/smhi-observations

Rust crate for fetching weather observations from SMHI
https://github.com/blueluna/smhi-observations

Last synced: about 1 month ago
JSON representation

Rust crate for fetching weather observations from SMHI

Awesome Lists containing this project

README

        

# SMHI weather observations

Helpers for the Swedish Meteorological and Hydrological Institute (SMHI) open API for weather observations.

## Example

Get stations that provide the parameter ***temperature***.

```shell
$ cargo run --example get-stations -- --parameter temperature
```

Get temperature readings for the last day from station 97400 (Stockholm-Arlanda).

```shell
$ cargo run --example get-data -- --parameter temperature --station 97400 --period day
```