mirror of
https://github.com/kidwellj/mapping_environmental_action.git
synced 2024-11-01 07:52:21 +00:00
wilderness update
This commit is contained in:
parent
8572a728e8
commit
5648762bd5
|
@ -793,6 +793,8 @@ unzip("data/SSSI_SCOTLAND_ESRI.zip", exdir = "data")
|
||||||
|
|
||||||
sssi <- st_read("data/")
|
sssi <- st_read("data/")
|
||||||
|
|
||||||
|
st_crs(sssi)
|
||||||
|
st_buffer(sssi,
|
||||||
st_within(ecs, sssi)
|
st_within(ecs, sssi)
|
||||||
|
|
||||||
# Download wild land areas:
|
# Download wild land areas:
|
||||||
|
|
Loading…
Reference in a new issue