Poland 🇵🇱¶
Parcels in Poland come from the ULDK service of GUGiK (Główny Urząd Geodezji i Kartografii), the national mapping authority. The service returns the parcel geometry together with the full administrative breakdown (voivodeship → county → commune → cadastral region → parcel).
Querying¶
Input coordinates are read in EPSG:2180 (the Polish national grid). Pass
in_srid= for another input CRS.
Attributes¶
Sourced from the Poland class and exposed flat on the plot:
| Attribute | Polish term | Example |
|---|---|---|
voivodeship |
województwo | mazowieckie |
county |
powiat | powiat m. Warszawa |
commune |
gmina | Warszawa (miasto) |
region |
obręb ewidencyjny | Śródmieście |
parcel |
numer działki | 6509 |
Plus the shared fields: plot_id (TERYT), geom_wkt, geom_extent,
datasource, and the computed area / centroid / geojson.
Notes¶
- Area is computed in EPSG:2180. If the parcel was fetched in another
CRS (e.g.
srid=4326), the geometry is reprojected before measuring. - The ULDK service accepts geographic coordinates too — passing
srid=4326simply forwards it to the API.
Errors¶
| Exception | When |
|---|---|
ULDKError |
the ULDK request failed or returned an unexpected response |
PlotNotFoundError |
no parcel matched the id / coordinates |
AddressNotFoundError |
the address could not be geocoded |