A SpatialPolygonsDataFrame object representing the outlines of 367 buildings in the Ramot neighborhood, Beer-Sheva. The attribute height_m contains building height, in meters.

beersheva_build

Format

A SpatialPolygonsDataFrame with 10 features and 4 attributes:

build_id

Building ID

floors

Number of floors for building

apartments

Number of apartments

height_m

Building height, in meters

elev

Elevation above sea level of building base, in meters

Examples

beersheva_build
#> class : SpatialPolygonsDataFrame #> features : 376 #> extent : 671055.9, 671719, 3461616, 3462655 (xmin, xmax, ymin, ymax) #> crs : +proj=utm +zone=36 +datum=WGS84 +units=m +no_defs #> variables : 6 #> names : area, build_id, floors, apartments, height_m, elev #> min values : ramot, 1, 0, 0, 0, 300.45 #> max values : ramot, 376, 7, 72, 21, 338.95
plot(beersheva_build, axes = TRUE)