fd_landcover_esri | R Documentation |
Download an UTM tile of the ESRI Land Cover Explorer for a specified year
fd_landcover_esri(utm_code, year, quiet = FALSE)
utm_code |
a character string of length 1 with an UTM code (e.g. "29N") |
year |
an integer or vector of integers corresponding to the base year
of the land cover tile. The option |
quiet |
if |
A SpatRaster
https://livingatlas.arcgis.com/en/home/
# Download Land Cover for UTM tile 29N year 2023
lc <- fd_landcover_esri("29N", year = 2023)
# Download Land Cover for UTM time 29N for all years
lc <- fd_landcover_esri("29N", year = "all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.