parcel_get | R Documentation |
Get the geometry of cadastral parcels
parcel_get(TERYT = NULL, X = NULL, Y = NULL)
TERYT |
parcel ID (18 characters, e.g. "141201_1.0001.6509") |
X |
longitude (EPSG: 2180) |
Y |
latitude (EPSG: 2180) |
a simple feature geometry (in case of TERYT) or data frame with simple feature geometry and TERYT (in case of coordinates)
## Not run:
parcel = parcel_get(TERYT = "141201_1.0001.6509")
parcel = parcel_get(X = 313380.5, Y = 460166.4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.