fd_landcover_esri {forestdata} | R Documentation |
Download an UTM tile of the ESRI Land Cover Explorer for a specified year
fd_landcover_esri(utm_code, year, quiet = TRUE)
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 image. The option |
quiet |
If |
A SpatRaster
https://livingatlas.arcgis.com/en/home/
# Download Land Cover for UTM tile 29N year 2022
lc <- fd_landcover_esri("29N", year = 2020)
# Download Land Cover for UTM time 29N for all years
lc <- fd_landcover_esri("29N", year = "all")