Switzerland 🇨🇶
Parcels in Switzerland come from swisstopo via the federal geoportal
geo.admin.ch. plot-finder uses the
identify / find services on the cadastral web map layer, plus the
municipality-boundary layer for the commune name.
Querying¶
The plot_id is the EGRID — the federal parcel identifier
(e.g. CH119192997709), unique across the whole country.
Input coordinates are longitude, latitude (EPSG:4326) by default. Pass
in_srid=2056 to provide LV95 (CH1903+) coordinates.
Attributes¶
Sourced from the Switzerland class:
| Attribute | Meaning | Example |
|---|---|---|
canton |
canton abbreviation | ZH |
municipality |
commune name | Zürich |
egrid |
federal parcel id | CH119192997709 |
parcel_number |
cantonal parcel number | AA8048 |
Notes¶
- Area is computed in EPSG:2056 (CH1903+ / LV95), the Swiss metric reference system. Geometry is returned in EPSG:4326.
- The cadastral layer carries the canton and EGRID; the commune name is fetched
from the
swissboundaries3dmunicipality layer at the parcel centroid. parcel_numberis only unique within a municipality — use theegridas the stable identifier.
Errors¶
| Exception | When |
|---|---|
GeoAdminError |
a geo.admin.ch request failed |
PlotNotFoundError |
no parcel at the point / for the EGRID |
AddressNotFoundError |
the address could not be geocoded |