borough_shapefile {stCEG} | R Documentation |
London Borough Boundaries
Description
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.
Usage
borough_shapefile
Format
A sf
object with 33 features and 1 field:
- Borough
Name of the London Borough (character)
- geometry
MULTIPOLYGON geometry column in BNG projection
Source
London Datastore
Examples
library(sf)
plot(st_geometry(borough_shapefile))
[Package stCEG version 0.1.0 Index]