Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Mapping with R
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SERG
Mapping with R
Commits
18a57610
Commit
18a57610
authored
3 years ago
by
Tom Rushby
Browse files
Options
Downloads
Patches
Plain Diff
Updated to add Rushmoor to Hampshire LAs
parent
35ffde19
No related branches found
No related tags found
1 merge request
!6
Update to include Rushmoor local authority area in Hampshire (previously missing)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ONS-open-geography.Rmd
+6
-5
6 additions, 5 deletions
ONS-open-geography.Rmd
with
6 additions
and
5 deletions
ONS-open-geography.Rmd
+
6
−
5
View file @
18a57610
...
...
@@ -55,12 +55,13 @@ geo_search <- "LAD20NM IN "
# Construct a vector of local authorities to load
# the following local authorities are the 'Solent' region
las_to_load <- c("Southampton","Portsmouth","Winchester",
"Eastleigh","Isle of Wight","Fareham",
"Gosport","Test Valley","East Hampshire",
"Havant","New Forest","Hart","Basingstoke and Deane")
las_to_load_hampshire <- c("Basingstoke and Deane", "East Hampshire",
"Eastleigh", "Fareham", "Gosport",
"Hart", "Havant", "New Forest",
"Rushmoor", "Test Valley", "Winchester",
"Southampton", "Portsmouth", "Isle of Wight") # These last three are not defined as Hampshire
geo_where <- las_to_load # sometimes we don't want all boundaries
geo_where <- las_to_load
_hampshire
# sometimes we don't want all boundaries
geo_outfields <- "*" # returns all fields
#geo_outfields <- c("LAD20CD","LAD20NM","LONG","LAT") # use in place of line above to return selected fields only
geo_outSR <- "4326"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment