
Download data from the ESRI Land Cover Explorer
fd_landcover_esri.Rd
Download an UTM tile of the ESRI Land Cover Explorer for a specified year
Examples
# \donttest{
# Download Land Cover for UTM tile 29N year 2023
lc <- fd_landcover_esri("29N", year = 2023)
#> ℹ Downloading data...
# Download Land Cover for UTM time 29N for all years
lc <- fd_landcover_esri("29N", year = "all")
#> ℹ Downloading data...
#> ⠙ 2/7 ETA: 4s | Dowloaded tiles
#> ⠹ 4/7 ETA: 3s | Dowloaded tiles
#> ✔ Download completed [5.6s]
#>
# }