Arome Weather

From JoBaPedia
Revision as of 17:57, 22 August 2024 by Joachim (talk | contribs) (Created page with "== Arome == Arome is the finest grained weather model available for west germany (~1km^2). It is a french weather model. You can register a free account to get detailed data. To construct api queries there is a web page available. I use it to display detailed weather forecasts of selected locations with grafana. See service aromewheather, /home/joachim/bin/aromeweather.py To add a new location: * Edit command parameters in /etc/systemd/system/aromeweather.service to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Arome

Arome is the finest grained weather model available for west germany (~1km^2). It is a french weather model. You can register a free account to get detailed data. To construct api queries there is a web page available.

I use it to display detailed weather forecasts of selected locations with grafana. See service aromewheather, /home/joachim/bin/aromeweather.py

To add a new location:

  • Edit command parameters in /etc/systemd/system/aromeweather.service to add the lat,lon pair to collect the data
  • Add the location name/lat,lon mapping for grafana
influx --database aromeweather --execute 'insert location,name=Renesse lat=51.74,lon=3.79'