diff --git a/r_app/80_calculate_kpis.R b/r_app/80_calculate_kpis.R index 7619347..208a373 100644 --- a/r_app/80_calculate_kpis.R +++ b/r_app/80_calculate_kpis.R @@ -397,11 +397,9 @@ main <- function() { message(strrep("=", 70)) # Define variables needed for workflow functions - reports_dir <- file.path(setup$reports_dir, "kpis") data_dir <- setup$data_dir - - # Load field boundaries for workflow (use data_dir from setup) + # Load field boundaries for workflow (use data_dir from setup) message("\nLoading field boundaries for KPI calculation...") tryCatch({ boundaries_result <- load_field_boundaries(setup$data_dir)