Norway 🇳🇴¶
Parcels in Norway come from Kartverket (the Norwegian Mapping Authority) via the Matrikkelen "Eiendomskart Teig" WFS on Geonorge. Geometry is returned in EPSG:4326.
Querying¶
The plot_id is kommunenr-gnr/bnr (municipality, gårdsnummer, bruksnummer),
e.g. 0301-209/494.
Input coordinates are longitude, latitude (EPSG:4326).
Attributes¶
Sourced from the Norway class:
| Attribute | Meaning | Example |
|---|---|---|
municipality |
kommune name | OSLO |
municipality_code |
kommunenummer | 0301 |
gnr |
gårdsnummer | 209 |
bnr |
bruksnummer | 494 |
Notes¶
- Area is the geodesic area on the WGS84 ellipsoid; it matches the official Matrikkelen lagretBeregnetAreal within rounding.
- The Kartverket WFS is GML-only and needs an XML POST filter — handled internally.
Errors¶
| Exception | When |
|---|---|
KartverketError |
a Kartverket WFS request failed |
PlotNotFoundError |
no parcel at the point / for the matrikkelnummer |
AddressNotFoundError |
the address could not be geocoded |