Get a multi-year stack of MapBiomas Peru LULC rasters
Source:R/get_mapbiomas_peru_lulc_series.R
get_mapbiomas_peru_lulc_series.RdDownloads and stacks multiple single-year LULC rasters from MapBiomas
Peru (see get_mapbiomas_peru_lulc), each cropped to the same
area of interest if provided.
Examples
if (FALSE) { # \dontrun{
library(geoidep)
lima <- get_departaments("LIMA",show_progress = FALSE)
lulc_series <- get_mapbiomas_peru_lulc_series(years = 2020:2024, crop_to = lima)
lulc_series
#> class : SpatRaster
#> dimensions : 4521, 5103, 5 (nrow, ncol, nlyr)
#> names : classification_2020, classification_2021, ..., classification_2024
} # }