"Real-time" (once per hour) wind visualization from forecast model Harmonie via the Danish Meterological Institute. Live view:
Data is retrieved with the DMI-Forecast-EDR-API that requires an API key.
Visualization is done via a combination of leaflet-velocity and windy.
- Basemap is courtesy of: OpenStreetMap contributors and CARTO.
- Wind data is from Harmonie forecast model run by DMI via DMI Open Data. Updated every hour using Github Actions running a python script (
script/forecastedr_script.py
). - Wind turbine data is from Energistyrelsen (the Danish Energy Agency). Updated once per year. Data conversion by
convert_data.py
script from.xlsx
file.