View source: R/read_validate_files.R
validate_layers_zip | R Documentation |
This function validates a ZIP file containing environmental layers. It checks if the layers have the same number of files, CRS (Coordinate Reference System), and resolution.
validate_layers_zip(file_path, show_modal = FALSE)
file_path |
Path to the ZIP file containing environmental layers. |
show_modal |
Optional. Logical. Whether to show a modal notification for warnings. Default is FALSE. |
TRUE if the layers pass validation criteria, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.