Unfallatlas DE

unfallat accidents active Disabled
Test läuft…
Datensätze
1963
Zuletzt synchronisiert
2026-05-29 10:33
Lizenz
de/by-2-0
Namensnennung
© Statistische Ämter des Bundes und der Länder

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://www.opengeodata.nrw.de/produkte/transport_verkehr/unfallatlas/Unfallorte2023_EPSG25832_CSV.zip"
}

Normierter Feature-Satz

1963 Features · synchronisiert 2026-05-29 10:33

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          12.394372302000022,
          51.33665061900007
        ]
      },
      "properties": {
        "date": "2023-05",
        "year": 2023,
        "weather": "unknown",
        "severity": "minor",
        "speed_limit": null,
        "time_of_day": "day",
        "involved_modes": [
          "cyclist"
        ],
        "intersection_type": "t_junction",
        "vulnerable_road_user": true
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          12.426446959000032,
          51.35182633800008
        ]
      },
      "properties": {
        "date": "2023-05",
        "year": 2023,
        "weather": "unknown",
        "severity": "minor",
        "speed_limit": null,
        "time_of_day": "day",
        "involved_modes": [
          "cyclist",
          "other"
        ],
        "intersection_type": "crossing",
        "vulnerable_road_user": true
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          12.515647619000049,
          51.39142794600008
        ]
      },
      "properties": {
        "date": "2023-05",
        "year": 2023,
        "weather": "unknown",
        "severity": "serious",
        "speed_limit": null,
        "time_of_day": "day",
        "involved_modes": [
          "car"
        ],
        "intersection_type": "t_junction",
        "vulnerable_road_user": false
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          12.403947584000036,
          51.32172697400006
        ]
      },
      "properties": {
        "date": "2023-05",
        "year": 2023,
        "weather": "unknown",
        "severity": "minor",
        "speed_limit": null,
        "time_of_day": "day",
    …