A SpatialPolygonsDataFrame object representing the outlines of four buildings located in Rishon-Le-Zion. The attribute BLDG_HT contains building height, in meters.

build

Format

A SpatialPolygonsDataFrame with 4 features and 2 attributes:

build_id

Building ID

BLDG_HT

Building height, in meters

Examples

build
#> class : SpatialPolygonsDataFrame #> features : 4 #> extent : 667850.3, 667941.1, 3538084, 3538143 (xmin, xmax, ymin, ymax) #> crs : NA #> variables : 2 #> names : build_id, BLDG_HT #> min values : 365, 19.07 #> max values : 831, 22.73
plot(build, axes = TRUE)