uldk_by_point
Identify cadastral parcel under a point using ULDK. Returns parcel ID, administrative divisions, and bounding box; optionally adds geometry to project.
Instructions
Identify the cadastral parcel under a point via ULDK - like map_identify_at_point for parcels.
crs defaults to EPSG:2180 (ULDK's native CRS); pass another EPSG code
if x/y are in a different CRS. Returns the parcel id, wojewodztwo/
powiat/gmina/obreb/numer, and its bbox by default, without touching the
project. Pass add_to_project=True to also materialize the full
geometry as a layer, same as uldk_by_parcel_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| crs | No | EPSG:2180 | |
| layer_name | No | ||
| add_to_project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||