Skip to content
Snippets Groups Projects
Commit e974c1e0 authored by Tom Rushby's avatar Tom Rushby
Browse files

Add UoS resource drive location for Solent LA geom output.

parent c6a0176a
No related branches found
No related tags found
1 merge request!6Update to include Rushmoor local authority area in Hampshire (previously missing)
......@@ -15,7 +15,16 @@ geo_query <- "https://ons-inspire.esriuk.com/arcgis/rest/services/Administrative
message("Loading LA geometry from ONS Open Geography API")
la_sf_data <- sf::st_read(geo_query)
head(la_sf_data)
# save it out for re-use
# two possible locations - repo or UoS resource drive
# Repo
outf <- path.expand(paste0(here::here("data", "boundaries", "la_solent.shp")))
# UoS resource drive
outf <- paste0(outPath, "LA_solent_2018.shp")
sf::write_sf(la_sf_data, outf)
# MSOA boundaries for the Solent region ----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment