Lithuania 🇱🇹¶
Parcels in Lithuania come from Registrų centras via the national INSPIRE geoportal (geoportal.lt). Geometry is returned in EPSG:4326.
Querying¶
The plot_id is the cadastral number kadastro numeris
(e.g. 0101/0041:0121).
Coordinates are longitude, latitude (EPSG:4326). Pass in_srid=3346 for
LKS-94 coordinates.
Attributes¶
Sourced from the Lithuania class:
| Attribute | Meaning | Example |
|---|---|---|
cadastral_zone |
cadastral zone (label prefix) | 0101 |
municipality_code |
savivaldybė code | 13 |
purpose |
land use purpose | Other, 995 |
Notes¶
- Area is computed in EPSG:3346 (LKS-94) and matches the official plotas.
- The WFS uses lat/lon axis order for coordinate filters;
plot-finderhandles it internally.
Errors¶
| Exception | When |
|---|---|
RCError |
a geoportal.lt WFS request failed |
PlotNotFoundError |
no parcel at the point / for the kadastro numeris |
AddressNotFoundError |
the address could not be geocoded |