A SpatialPolygonsDataFrame object representing the outlines of three buildings located in Central Boston. The attribute height_m contains building height, in meters.

boston_build

Format

A SpatialPolygonsDataFrame with 10 features and 4 attributes:

objectid

Building part ID

build_id

Building ID

part_floor

Number of floors for part

height_m

Building height, in meters

Examples

boston_build
#> class : SpatialPolygonsDataFrame #> features : 10 #> extent : 328949.6, 329130.9, 4690552, 4690772 (xmin, xmax, ymin, ymax) #> crs : +proj=utm +zone=19 +datum=WGS84 +units=m +no_defs #> variables : 4 #> names : objectid, build_id, part_floor, height_m #> min values : 99167, 1, 1, 3.631387178664 #> max values : 123842, 3, 8, 240.240312
plot(boston_build, axes = TRUE)