View source: R/get_can_land_use.R
get_can_land_use | R Documentation |
Download raster of land-use (Canada only)
get_can_land_use(years, zones, path = ".")
years |
vector of selected years (numeric) one or several among 2000, 2005, 2010, 2015 or 2020. |
zones |
UTM zones. Relevant zones are 7 to 22 (for Canada). |
path |
path where files must be stored. |
## Not run:
library(terra)
plot((rast(get_can_land_use(2010, 18))))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.