Created
January 22, 2024 14:42
-
-
Save SteveViss/bbe3f694d1a36377f42552881c9dcc94 to your computer and use it in GitHub Desktop.
Load native lands from geojson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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