Learn R Programming

geomultistar (version 1.0.0)

uk_london_boroughs: UK London Boroughs

Description

From the original dataset, some fields have been selected and renamed.

Usage

uk_london_boroughs

Arguments

Format

A sf.

Details

Since not so much detail is needed, the geometry has been simplified 20 m.

Examples

Run this code
# NOT RUN {
# Read by:
#
# filepath <- "data/London_Borough_Excluding_MHW/London_Borough_Excluding_MHW.shp"
# uk_london_boroughs <- st_read(filepath)  %>%
#     dplyr::select(
#       borough = NAME,
#       gss_code = GSS_CODE
#     ) %>%
#   st_simplify(dTolerance = 20)

# }

Run the code above in your browser using DataLab