bcu_shapefile {stCEG}R Documentation

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

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

Source

Merged from Borough shapefile from London Datastore.

Examples

library(sf)
plot(st_geometry(bcu_shapefile))


[Package stCEG version 0.1.0 Index]