Berlin Conservation Areas
berlin_conservation_areasBerlin social conservation areas (Milieuschutzgebiete, §172 BauGB). 124 areas in 6 categories with polygon geometry.
Parameters:
kategorie_id: filter by category ("erhaltungsgebiet" | "erweiterung" | "aufstellungsbeschluss" | "untersuchungsgebiet" | "beobachtungsgebiet" | "aufgehoben")
erweiterungen: "true" to embed extensions as a nested array inside their main area
include: comma-separated geo attributes; available: "centroid". Polygons are provided as GeoJSON URLs in geometry_urls
lat/lon: WGS84 point lookup. Returns only areas containing the point (typically 0 or 1 match). lat and lon must be provided together.
Key response fields: array of { id, name, kategorie_id, kategorie_name, parent_id, beschreibung (description), datum (date), flaeche_km2 (area in km²), geometry_urls, centroid?, erweiterungen? (extensions) }
Use for: "Is this address in a social conservation area?" (with lat/lon), overview of all Milieuschutz areas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Breitengrad WGS84 für Punkt-Lookup (mit lon) | |
| lon | No | Längengrad WGS84 für Punkt-Lookup (mit lat) | |
| include | No | Geo-Attribute: centroid. Polygone kommen als GeoJSON-URLs in geometry_urls | |
| kategorie_id | No | Filter nach Kategorie | |
| erweiterungen | No | Erweiterungen als nested Array einbetten |