Skip to content

Commit 2d79291

Browse files
committed
Updated with the latest data available: April 2023.
1 parent 5363ae5 commit 2d79291

7 files changed

Lines changed: 16302 additions & 15815 deletions

greenspaces/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
</tr>
3434
<tr>
3535
<td>Temporal coverage</td>
36-
<td>6 monthly</td>
36+
<td>2023-04</td>
3737
</tr>
3838
<tr>
3939
<td>Update frequency</td>
40-
<td></td>
40+
<td>6 monthly</td>
4141
</tr>
4242
<tr>
4343
<td>Licence</td>
4444
<td><a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/">Open Government Licence</a></td>
4545
</tr>
4646
<tr>
4747
<td>Attribution</td>
48-
<td>Contains Ordnance Survey data © Crown copyright and database right 2019</td>
48+
<td>Contains Ordnance Survey data © Crown copyright and database right 2023</td>
4949
</tr>
5050
<tr>
5151
<td>Format</td>
@@ -57,7 +57,7 @@
5757
</tr>
5858
<tr>
5959
<td>Last updated</td>
60-
<td>October 2018</td>
60+
<td>August 2023</td>
6161
</tr>
6262
<tr>
6363
<td>Notes</td>

greenspaces/gm_greenspace_access_points.geojson

Lines changed: 9988 additions & 9645 deletions
Large diffs are not rendered by default.

greenspaces/gm_greenspace_sites.geojson

Lines changed: 4549 additions & 4502 deletions
Large diffs are not rendered by default.

greenspaces/pre-processing.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Green spaces #
22

33
# Source: OS Open Greenspace, Ordnance Survey
4-
# Publisher URL: https://www.ordnancesurvey.co.uk/business-and-government/products/os-open-greenspace.html
4+
# Publisher URL: https://osdatahub.os.uk/downloads/open/OpenGreenspace
55
# Licence: Open Government Licence (OGL)
66

77
# load necessary packages ---------------------------
@@ -24,7 +24,7 @@ access <- read_sf("OS Open Greenspace (ESRI Shape File) GB/data/GB_AccessPoint.s
2424
select(id, access_type = accessType)
2525

2626
# Greater Manchester local authority boundaries
27-
gm <- st_read("https://www.trafforddatalab.io/spatial_data/local_authority/2016/gm_local_authority_full_resolution.geojson") %>%
27+
gm <- st_read("https://www.trafforddatalab.io/spatial_data/local_authority/2021/gm_local_authority_full_resolution.geojson") %>%
2828
select(-lon, -lat)
2929

3030
# intersect data ---------------------------
@@ -66,4 +66,4 @@ filter(sites_gm, area_name == "Trafford") %>%
6666
`stroke-opacity` = 1,
6767
fill = stroke,
6868
`fill-opacity` = 0.8) %>%
69-
st_write("trafford_greenspace_sites_styled.geojson")
69+
st_write("trafford_greenspace_sites_styled.geojson")

greenspaces/trafford_greenspace_access_points.geojson

Lines changed: 900 additions & 833 deletions
Large diffs are not rendered by default.

greenspaces/trafford_greenspace_sites.geojson

Lines changed: 429 additions & 414 deletions
Large diffs are not rendered by default.

greenspaces/trafford_greenspace_sites_styled.geojson

Lines changed: 429 additions & 414 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)