Estonia 🇪🇪¶
Parcels in Estonia come from the Maa-amet (Estonian Land Board) cadastre WFS
(kataster:ky_kehtiv), which returns the parcel geometry together with the
county, municipality and settlement in a single call.
Querying¶
The plot_id is the cadastral unit identifier katastritunnus
(e.g. 78401:114:0086).
Input coordinates are longitude, latitude (EPSG:4326) by default. Pass
in_srid=3301 for L-EST97 coordinates.
Attributes¶
Sourced from the Estonia class:
| Attribute | Estonian term | Example |
|---|---|---|
county |
maakond | Harju maakond |
municipality |
omavalitsus | Tallinn |
settlement |
asustusüksus | Kesklinna linnaosa |
Notes¶
- Area is the geodesic area on the WGS84 ellipsoid; it matches the Land Board's official pindala within rounding.
- The WFS uses North/East axis order for coordinate filters;
plot-finderhandles the transformation internally.
Errors¶
| Exception | When |
|---|---|
MaaametError |
a Maa-amet WFS request failed |
PlotNotFoundError |
no parcel at the point / for the katastritunnus |
AddressNotFoundError |
the address could not be geocoded |