A SpatialPolygons object representing the boundaries of a building block in Central Boston.

boston_block

Format

A SpatialPolygons with a single feature.

Examples

boston_block
#> class : SpatialPolygons #> features : 1 #> extent : 328903.9, 329144.9, 4690539, 4690799 (xmin, xmax, ymin, ymax) #> crs : +proj=utm +zone=19 +datum=WGS84 +units=m +no_defs
plot(boston_block, axes = TRUE)