This function loads covariate layers from a ZIP file, verifies their spatial characteristics, and returns them as a list of raster layers.
read_layers_zip(
file_path,
extend = TRUE,
first_layer = FALSE,
show_modal = FALSE
)
A list containing raster layers for each covariate.
Path to the ZIP file containing covariate layers.
If TRUE it will take the largest extent, if FALSE the smallest.
If TRUE it will return only the layers from the first timestamp.
Optional. Logical. Whether to show a modal notification for warnings. Default is FALSE.