Italy 🇮🇹¶
Parcels in Italy come from Agenzia delle Entrate (Catasto) via its INSPIRE Cadastral Parcels WFS. Geometry is returned in EPSG:4326.
Coordinates / address only
The Agenzia delle Entrate WFS does not allow filtering by cadastral
reference, so Italy supports lookup by coordinates or address only — a
plot_id lookup raises AdEError.
Querying¶
Input coordinates are longitude, latitude (EPSG:4326). The parcel containing the point is selected.
Attributes¶
Sourced from the Italy class:
| Attribute | Meaning | Example |
|---|---|---|
comune_code |
comune cadastral (Belfiore) code | H501 (Roma) |
foglio |
sheet | 0508 |
particella |
parcel number | B |
The plot_id is the full NATIONALCADASTRALREFERENCE, e.g. H501A050800.B.
Notes¶
- Area is computed in EPSG:25832 (ETRS89 / UTM 32N); no official area is published by the service.
- Coverage: nationwide except the autonomous provinces of Trento and Bolzano, whose cadastre is provincial.
Errors¶
| Exception | When |
|---|---|
AdEError |
a WFS request failed, or a plot_id lookup was attempted |
PlotNotFoundError |
no parcel at the point |
AddressNotFoundError |
the address could not be geocoded |