Skip to content

scc-pi/boundsheff

Repository files navigation

boundsheff

Overview

boundsheff is an R package containing area boundaries for Sheffield as simple features.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("scc-pi/boundsheff")

If you work for Sheffield City Council you can install the binary package for Windows from:

S:\BI Team\ShareToAll\RPackages

Using RStudio you can does this via the Tools > Install packages… menu.

Sources

The data is from the ONS Open Geography Portal, SCC AGOL (ArcGIS Online), or the SCC Portal (ArcGIS Enterprise). The latter is behind the Council’s firewall.

Sheffield boundaries

library(boundsheff)
library(sf)

sf_asc_localities

ASC (Adult Social Care) locality boundaries.

plot(st_geometry(sf_asc_localities))

sf_nhood

100 neighbourhood boundaries.

plot(st_geometry(sf_nhood))

sf_ward

28 Ward boundaries.

plot(st_geometry(sf_ward))

sf_msoa

70 MSOA boundaries.

plot(st_geometry(sf_msoa))

sf_lsoa

345 LSOA boundaries.

plot(st_geometry(sf_lsoa))

sf_oa

1,817 Output Area boundaries.

plot(st_geometry(sf_oa))

About

Area boundaries for Sheffield

Resources

Stars

Watchers

Forks

Languages