dwd-mosmix-stations

DWD Mosmix stations

IMPORTANT: This workflow currently returns invalid results due to a upstream change.

A python script to create the stations-report.json file for Tiny Weather Forecast Germany to identifiy modifications of the Mosmix weather stations used by Deutscher Wetterdienst (DWD).

stations-report.json

The file reports on modificaions of the list of weather stations used by the DWD when issuing weather forecasts.

Please see https://tinyweatherforecastgermanygroup.gitlab.io/index/stations.html for a searchable table of the contents.

format

{
    "new": [
        "station not present within TWFG"
    ],
    "old": [
        "station not being used by the DWD anymore"
    ]
}

License: please see LICENSE files

This project is not affialited with or officially approved by any of the following organizations: Alphabet, Codeberg, the DWD, Google, GitLab or GitHub or related individuals in any way. Named trademarks, brands and icons belong to their owners.

Disclaimer

Only use the source code in this repository on your own risk. The source code published here is by no means production-ready and not intended to be used in critical or commercial environments. Your mileage might vary.

Contributing