This function validates whether the time periods of the presence/absence data match the environmental layers.
validate_pa_fit_time(pa_data, fit_layers_path, show_modal = FALSE)
TRUE if the timestamps match the fit layers, FALSE otherwise.
Data frame containing the presence/absence data with a 'timestamp' column.
Path to the ZIP file containing fit layers.
Optional. Logical. Whether to show a modal notification for warnings. Default is FALSE.