Learn R Programming

stCEG (version 0.1.0)

bcu_shapefile: London Basic Command Units (BCUs)

Description

A simple features (sf) object containing the spatial boundaries of London's Basic Command Units (BCUs), used for policing. The dataset includes BCU names and their corresponding MULTIPOLYGON geometries. The data is projected in the British National Grid (EPSG:27700).

Usage

bcu_shapefile

Arguments

Format

A sf object with 13 features and 1 field:

BCU

Name of the Basic Command Unit (character)

geometry

MULTIPOLYGON geometry column in BNG projection

Examples

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

Run the code above in your browser using DataLab