Beispiel — Frischluft-/Hitzekorridore (Demo-Daten)

manual heat_corridors active Enabled
Test läuft…
Datensätze
2
Zuletzt synchronisiert
2026-09-17 07:44
Lizenz
CC0 (example data — not a real climate analysis)
Namensnennung
Illustrative demo data only

Connector: Manuell gepflegt

Übernimmt eine bereits normalisierte GeoJSON-FeatureCollection direkt aus der Konfiguration. Für Orte ohne API-Datenquellen.

Configuration fields

Schlüssel Type Required Description
feature_collection object GeoJSON FeatureCollection

Konfiguration

{
  "feature_collection": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "geometry": {
          "type": "Polygon",
          "coordinates": [
            [
              [
                12.305,
                51.399
              ],
              [
                12.312,
                51.387
              ],
              [
                12.326,
                51.372
              ],
              [
                12.339,
                51.356
              ],
              [
                12.347,
                51.34
              ],
              [
                12.353,
                51.323
              ],
              [
                12.362,
                51.303
              ],
              [
                12.372,
                51.293
              ],
              [
                12.384,
                51.299
              ],
              [
                12.374,
                51.32
              ],
              [
                12.366,
                51.339
              ],
              [
                12.358,
                51.357
              ],
              [
                12.345,
                51.374
              ],
              [
                12.33,
                51.389
              ],
              [
                12.318,
                51.401
              ],
              [
                12.305,
                51.399
              ]
            ]
          ]
        },
        "properties": {
          "name": "Frischluftbahn Auwald (Elster-/Pleißeaue)",
          "note": "illustrative",
          "corridor_type": "fresh_air"
        }
      },
      {
        "type": "Feature",
        "geometry": {
          "type": "Polygon",
          "coordinates": [
            [
              [
                12.372,
                51.343
              ],
              [
                12.382,
                51.335
              ],
              [
                12.397,
                51.332
              ],
              [
                12.412,
                51.334
              ],
              [
                12.424,
                51.341
              ],
              [
                12.428,
                51.351
              ],
              [
                12.421,
                51.36
              ],
              [
                12.408,
                51.364
              ],
              [
                12.393,
                51.362
              ],
              [
                12.382,
                51.356
              ],
              [
                12.374,
                51.35
              ],
              [
                12.372,
                51.343
              ]
            ]
          ]
        },
        "properties": {
          "name": "Hitzeinsel Zentrum / Leipzig-Ost",
          "note": "illustrative",
          "corridor_type": "heat"
        }
      }
    ]
  }
}

Normierter Feature-Satz

2 Features · synchronisiert 2026-09-17 07:44

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              12.305,
              51.399
            ],
            [
              12.312,
              51.387
            ],
            [
              12.326,
              51.372
            ],
            [
              12.339,
              51.356
            ],
            [
              12.347,
              51.34
            ],
            [
              12.353,
              51.323
            ],
            [
              12.362,
              51.303
            ],
            [
              12.372,
              51.293
            ],
            [
              12.384,
              51.299
            ],
            [
              12.374,
              51.32
            ],
            [
              12.366,
              51.339
            ],
            [
              12.358,
              51.357
            ],
            [
              12.345,
              51.374
            ],
            [
              12.33,
              51.389
            ],
            [
              12.318,
              51.401
            ],
            [
              12.305,
              51.399
            ]
          ]
        ]
      },
      "properties": {
        "name": "Frischluftbahn Auwald (Elster-/Pleißeaue)",
        "note": "illustrative",
        "corridor_type": "fresh_air"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              12.372,
              51.343
            ],
            [
              12.382,
              51.335
            ],
            [
              12.397,
              51.332
            ],
            [
              12.412,
              51.334
            ],
            [
              12.424,
              51.341
            ],
            [
…