Learn R Programming

stCEG (version 0.1.0)

borough_shapefile: 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

Arguments

Format

A sf object with 33 features and 1 field:

Borough

Name of the London Borough (character)

geometry

MULTIPOLYGON geometry column in BNG projection

Examples

Run this code
library(sf)
plot(st_geometry(borough_shapefile))

Run the code above in your browser using DataLab