powered by
A sf object containing the spatial boundaries of London boroughs, projected in the British National Grid (EPSG:27700). This dataset includes the borough names and associated MULTIPOLYGON geometries.
sf
borough_shapefile
A sf object with 33 features and 1 field:
Name of the London Borough (character)
MULTIPOLYGON geometry column in BNG projection
library(sf) plot(st_geometry(borough_shapefile))
Run the code above in your browser using DataLab