zornade_parcel_locate
Find Italian cadastral parcels by point coordinates or bounding box. Submit a single point, up to 10 points, or a bounding box to retrieve matching parcels with FID, municipality, and centroid.
Instructions
Find cadastral parcels by coordinates or bounding box. Three modes: single point (lat+lng), multiple points (points="lat,lng;lat,lng", max 10), or bounding box (bbox="minLng,minLat,maxLng,maxLat", max 0.05 degrees per side). Returns matching parcels with FID, municipality and centroid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude for single-point mode | |
| lng | No | Longitude for single-point mode | |
| bbox | No | Bounding box as "minLng,minLat,maxLng,maxLat", max 0.05 degrees per side | |
| limit | No | Max results, default 50 | |
| points | No | Multiple points as "lat,lng;lat,lng", max 10 pairs |