feat: add NRW live open-data source config and advanced mapping

This commit is contained in:
Oliver 2026-02-15 15:46:44 +01:00
parent e44791fd30
commit 05745aae37
No known key found for this signature in database
4 changed files with 225 additions and 9 deletions

View file

@ -59,6 +59,15 @@ Datei: `docs/open_data_sources.json`
- `start_datetime < end_datetime`
- Event-Typ muss auf `market|waste|event|construction` normalisiert werden
Live-Beispiel fuer echte NRW-OpenData-Quellen:
- Datei: `docs/open_data_sources_nrw_live.json`
- Enthalten:
- Koeln Verkehrsbeeintraechtigungen (ArcGIS JSON)
- Koeln Baustellen Notfall (WFS GeoJSON)
- Import:
- `cd StaySense/backend`
- `python3 run_import_jobs.py --config ../docs/open_data_sources_nrw_live.json --prune-legacy`
## Tests
- Backend Unit-Tests: