Merge branch 'code-improvements'
This commit is contained in:
commit
77d67c36ca
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue