Learn R Programming

rgugik (version 0.4.1)

parcel_get: Get the geometry of cadastral parcels

Description

Get the geometry of cadastral parcels

Usage

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

Value

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

Arguments

TERYT

parcel ID (18 characters, e.g. "141201_1.0001.6509")

X

longitude (EPSG: 2180)

Y

latitude (EPSG: 2180)

Examples

Run this code
if (FALSE) {
parcel = parcel_get(TERYT = "141201_1.0001.6509")
parcel = parcel_get(X = 313380.5, Y = 460166.4)
}

Run the code above in your browser using DataLab