Unfallatlas Deutschland (MFDZ-Mirror, alle Jahre)
unfallat
accidents
active
Enabled
Test läuft…
- Datensätze
- 19507
- Zuletzt synchronisiert
- 2026-08-21 09:38
- Lizenz
- dl-de/by-2-0
- Namensnennung
- © Statistische Ämter des Bundes und der Länder
- Quell-URL
- https://unfallatlas.statistikportal.de/
Connector: Unfallatlas (Destatis, Deutschland)
Liest Unfalldaten aus dem deutschen Unfallatlas (Statistisches Bundesamt). Erwartet eine CSV-Datei im Destatis-Format mit XGCSWGS84/YGCSWGS84-Koordinaten und UKATEGORIE-Schweregradschlüssel.
Configuration fields
| Schlüssel | Type | Required | Description |
|---|---|---|---|
| url | string | ✓ | CSV download URL |
| encoding | string | File encoding (utf-8 or latin-1) | |
| delimiter | string | CSV delimiter (auto-detected when blank: ',' or ';') | |
| bbox | string | Optional bounding box 'west,south,east,north' (WGS84). Rows outside the box are dropped. If omitted and a workspace is supplied during sync, the workspace bounds are used. | |
| clip_to_workspace | boolean | When no explicit bbox is set, clip to workspace bounds. |
Konfiguration
{
"url": "https://data.mfdz.de/destatis_Unfalldaten/body.zip",
"encoding": "utf-8",
"clip_to_workspace": true
}
Normierter Feature-Satz
19507 Features · synchronisiert 2026-08-21 09:38
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
12.373160536,
51.301973786
]
},
"properties": {
"date": "2016-01",
"year": 2016,
"weather": "wet",
"severity": "serious",
"speed_limit": null,
"time_of_day": "morning",
"involved_modes": [
"car",
"other"
],
"intersection_type": "t_junction",
"vulnerable_road_user": false
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
12.479468361,
51.35203196
]
},
"properties": {
"date": "2016-01",
"year": 2016,
"weather": "snow",
"severity": "minor",
"speed_limit": null,
"time_of_day": "day",
"involved_modes": [
"car"
],
"intersection_type": "crossing",
"vulnerable_road_user": false
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
12.420849131,
51.351410376
]
},
"properties": {
"date": "2016-01",
"year": 2016,
"weather": "wet",
"severity": "minor",
"speed_limit": null,
"time_of_day": "day",
"involved_modes": [
"car",
"truck"
],
"intersection_type": "none",
"vulnerable_road_user": false
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
12.311619805,
51.414689341
]
},
"properties": {
"date": "2016-01",
"year": 2016,
"weather": "wet",
"severity": "serious",
"speed_limit": null,
"time_of_day": "evening",
"involved_modes": [
"car"
…