Don't mix DWD and WMO station IDs
Closed this issue · 0 comments
jdemaeyer commented
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:
- https://www.dwd.de/DE/leistungen/opendata/help/stationen/ha_messnetz.xls
- https://www.dwd.de/DE/leistungen/opendata/help/stationen/na_messnetz.xlsx
We should parse both, add a wmo_station_id
field to the sources
table, and make it available as an alternative location query parameter.