
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...
#> ⠙ 1/8 ETA: 11s | Dowloaded tiles
#> ⠹ 2/8 ETA: 9s | Dowloaded tiles
#> ⠸ 4/8 ETA: 6s | Dowloaded tiles
#> ⠼ 6/8 ETA: 3s | Dowloaded tiles
#> ⠙ 1/8 ETA: 11s | Dowloaded tiles
#>
#> ✖ `fd_landcover_esri()` failed to retrieve the data. Service might be currently unavailable
# }