Deep parcel and building analysis for Slovenia using GURS WFS data.
Returns zoning, actual use, heritage protection, road access, buildings on parcel, and utilities.
USE FOR:
- "Analyze parcel 3086 in Ljubljana center"
- "Find buildable parcels ~500m² in Ljubljana"
- "What buildings are on this parcel?"
- "Find parcels near these coordinates"
- "Get full details on building 1234"
NOT FOR: simple parcel lookup → use slovenia-cadastre instead (faster, lighter).
NOT FOR: spatial/zoning map queries → use slovenia-wfs-expert instead.
SEARCH MODES — pick ONE per call:
1. PARCEL BY NUMBER (requires --parcel AND --ko)
→ --parcel 3086 --ko 1725
2. LOCATION SEARCH (requires --lat AND --lon, or --location)
→ --lat 46.058 --lon 14.501 --radius 100
→ --location "Tivoli Park Ljubljana" --radius 200
3. BUILDING BY NUMBER (requires --building, optionally --ko)
→ --building 1234 --ko 1728
4. COMMUNITY SEARCH (requires at least --community or --size)
→ --community LJUBLJANA --size 500 --buildable
COMMON KO IDs:
1725 = Ljubljana center
1728 = Ljubljana Šiška
1740 = Ljubljana Bežigrad
2131 = Maribor
NOTE: This tool makes multiple WFS calls per result and can be slow (10-30s).
Use --limit to keep response times reasonable.