brk_kadastrale_kaart_search
Search Dutch cadastral parcels and map objects by bounding box. Retrieve parcel details, boundaries, and optional geometry from PDOK OGC API Features.
Instructions
Search Dutch cadastral parcels and map objects (BRK Kadastrale Kaart) via PDOK OGC API Features. bbox-driven (EPSG:28992). Collections: perceel, kadastralegrens, openbareruimtenaam, bebouwing, nummeraanduidingreeks. Returns kadastrale aanduiding (gemeente/sectie/perceelnummer), grootte, bbox/centroid and optional GeoJSON geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| bbox | Yes | Required RD New (EPSG:28992) bounding box 'minx,miny,maxx,maxy'. Keep it small; this API is bbox-driven. | |
| limit | No | ||
| dryRun | No | ||
| offset | No | ||
| verbose | No | ||
| collectie | No | BRK collection to query. | perceel |
| outputFormat | No | json | |
| includeGeometry | No | Include full GeoJSON geometry. Needed for outputFormat=geojson. |