View source: R/read_validate_files.R
read_layers_zip | R Documentation |
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
)
file_path |
Path to the ZIP file containing covariate layers. |
extend |
If TRUE it will take the largest extent, if FALSE the smallest. |
first_layer |
If TRUE it will return only the layers from the first timestamp. |
show_modal |
Optional. Logical. Whether to show a modal notification for warnings. Default is FALSE. |
A list containing raster layers for each covariate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.