jdemaeyer / brightsky

JSON API for DWD's open weather data.
https://brightsky.dev/
MIT License
290 stars 18 forks source link

Don't mix DWD and WMO station IDs #72

Closed jdemaeyer closed 4 years ago

jdemaeyer commented 4 years ago

The files we parse for historical and recent observations contain DWD station IDs. MOSMIX data, and for some reason also the current observations, contain WMO station IDs.

There is a mapping between the two available from the DWD:

We should parse both, add a wmo_station_id field to the sources table, and make it available as an alternative location query parameter.