Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is under active development. The system will not yet work based on the latest commited code.

Running the system

systemfd --no-pid -s http::3000 -- cargo watch -x run

Config

The server requires a toml config file in the root folder with the following properties.

[server]
port = 3000

[knmi]
sources = [
    "ForecastNetherlands",
    "ForecastEurope",
    "RealTimeObservations",
]

[knmi.open_data_api]
token = ""

[knmi.notification_service]
url = "mqtt.dataplatform.knmi.nl"
port = 433
token = ""

KNMI data sources can be indiviually enabled to load only the weather data you require.

To obtain access to the KNMI data platform, you can register an account in the KNMI Developer Portal.

Models

Arome

Arome documentation (NL)

About

KNMI data API implementation in Rust.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages