validate_layers_zip {glossa}R Documentation

Validate Layers Zip

Description

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.

Usage

validate_layers_zip(file_path, timestamp_mapping = NULL, show_modal = FALSE)

Arguments

file_path

Path to the ZIP file containing environmental layers.

timestamp_mapping

Optional. A vector with the timestamp mapping of the environmental layers.

show_modal

Optional. Logical. Whether to show a modal notification for warnings. Default is FALSE.

Value

TRUE if the layers pass validation criteria, FALSE otherwise.


[Package glossa version 1.2.2 Index]