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
A SpatialPolygonsDataFrame
with 10 features and 4 attributes:
Building ID
Number of floors for building
Number of apartments
Building height, in meters
Elevation above sea level of building base, in meters
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