Skip to content

Instantly share code, notes, and snippets.

@SteveViss
Created January 22, 2024 14:42
Show Gist options
  • Save SteveViss/bbe3f694d1a36377f42552881c9dcc94 to your computer and use it in GitHub Desktop.
Save SteveViss/bbe3f694d1a36377f42552881c9dcc94 to your computer and use it in GitHub Desktop.
Load native lands from geojson
download.file("https://native-land.ca/wp-content/themes/NLD-2021/files/indigenousTerritories.json",destfile="indigenousTerritories.json",method="libcurl")
iTerr <- geojsonsf::geojson_sf("indigenousTerritories.json")
plot(iTerr["Name"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment