parcel_get function

Get the geometry of cadastral parcels

Get the geometry of cadastral parcels

parcel_get(TERYT = NULL, X = NULL, Y = NULL)

Arguments

  • TERYT: parcel ID (18 characters, e.g. "141201_1.0001.6509")
  • X: longitude (EPSG: 2180)
  • Y: latitude (EPSG: 2180)

Returns

a simple feature geometry (in case of TERYT) or data frame with simple feature geometry and TERYT (in case of coordinates)

Examples

## Not run: parcel = parcel_get(TERYT = "141201_1.0001.6509") parcel = parcel_get(X = 313380.5, Y = 460166.4) ## End(Not run)
  • Maintainer: Krzysztof Dyba
  • License: MIT + file LICENSE
  • Last published: 2025-03-04