From a6aa002d339e7ce4714b027956d832e66b2b4cbd Mon Sep 17 00:00:00 2001 From: Timon Date: Wed, 25 Jun 2025 11:01:37 +0200 Subject: [PATCH] minor visualistion chagnes --- r_app/CI_report_dashboard_planet.Rmd | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/r_app/CI_report_dashboard_planet.Rmd b/r_app/CI_report_dashboard_planet.Rmd index 1f020ad..97e93f5 100644 --- a/r_app/CI_report_dashboard_planet.Rmd +++ b/r_app/CI_report_dashboard_planet.Rmd @@ -324,7 +324,6 @@ This automated report provides weekly analysis of sugarcane crop health using sa -\newpage # Explanation of the Report This report provides a detailed analysis of your sugarcane fields based on satellite imagery, helping you monitor crop health and development throughout the growing season. The data is processed weekly to give you timely insights for optimal farm management decisions. @@ -440,8 +439,6 @@ tryCatch({ }) ``` -\newpage - # Chlorophyll Index (CI) Overview Map - Current Week ```{r render_ci_overview_map, echo=FALSE, fig.height=7, fig.width=10, message=FALSE, warning=FALSE} # Create overview chlorophyll index map @@ -469,8 +466,6 @@ tryCatch({ # Base shape ``` -\newpage - # Weekly Chlorophyll Index Difference Map ```{r render_ci_difference_map, echo=FALSE, fig.height=7, fig.width=10, message=FALSE, warning=FALSE} # Create chlorophyll index difference map @@ -509,7 +504,7 @@ tryCatch({ dplyr::summarise(.groups = 'drop') # Generate plots for each field - for(i in seq_along(AllPivots_merged$field[1:3])) { + for(i in seq_along(AllPivots_merged$field)) { field_name <- AllPivots_merged$field[i] tryCatch({