mirror of
https://github.com/kidwellj/mapping_environmental_action.git
synced 2024-10-31 23:42:20 +00:00
added link
This commit is contained in:
parent
2f704de4cb
commit
ac9e3c8ef1
|
@ -890,6 +890,7 @@ forest_inventory_sp <- readOGR("./data", "National_Forest_Inventory_Woodland_Sco
|
||||||
# Download data for scenic areas
|
# Download data for scenic areas
|
||||||
# https://opendata.arcgis.com/datasets/d7f6b987c7224a72a185ce012258d500_23.zip
|
# https://opendata.arcgis.com/datasets/d7f6b987c7224a72a185ce012258d500_23.zip
|
||||||
# International Union for Conservation of Nature (IUCN), Category V Protected Landscapes
|
# International Union for Conservation of Nature (IUCN), Category V Protected Landscapes
|
||||||
|
# for England: https://environment.data.gov.uk/DefraDataDownload/?mapService=NE/AreasOfOutstandingNaturalBeautyEngland&Mode=spatial
|
||||||
|
|
||||||
download.file("https://opendata.arcgis.com/datasets/d7f6b987c7224a72a185ce012258d500_23.zip", destfile = "data/ScenicAreas.zip")
|
download.file("https://opendata.arcgis.com/datasets/d7f6b987c7224a72a185ce012258d500_23.zip", destfile = "data/ScenicAreas.zip")
|
||||||
unzip("data/ScenicAreas.zip", exdir = "data")
|
unzip("data/ScenicAreas.zip", exdir = "data")
|
||||||
|
|
Loading…
Reference in a new issue