added logging to getTifsAsZip
This commit is contained in:
parent
509f924c58
commit
23ba088434
|
|
@ -493,6 +493,8 @@ public function getTifsAsZip(Carbon $startDate, Carbon $endDate)
|
||||||
$date = Carbon::parse($dateString);
|
$date = Carbon::parse($dateString);
|
||||||
return $date->between($startDate, $endDate);
|
return $date->between($startDate, $endDate);
|
||||||
});
|
});
|
||||||
|
logger(__CLASS__.'::'.__METHOD__.'::'.__LINE__);
|
||||||
|
logger($files);
|
||||||
|
|
||||||
return $this->createZipArchiveAndReturn($files);
|
return $this->createZipArchiveAndReturn($files);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
r_app/Rplots.pdf
BIN
r_app/Rplots.pdf
Binary file not shown.
|
|
@ -121,6 +121,7 @@ extract_CI_data <- function(field_names, harvesting_data, field_CI_data, season)
|
||||||
# message('2022')
|
# message('2022')
|
||||||
# Data_2023 <- map(pivot_select_model_Data_2023, ~ extract_CI_data(.x, harvesting_data = harvesting_data, field_CI_data = pivot_stats_long, season = 2023)) %>% list_rbind()
|
# Data_2023 <- map(pivot_select_model_Data_2023, ~ extract_CI_data(.x, harvesting_data = harvesting_data, field_CI_data = pivot_stats_long, season = 2023)) %>% list_rbind()
|
||||||
# message('2023')
|
# message('2023')
|
||||||
|
head(harvesting_data)
|
||||||
Data_2024 <- map(pivot_select_model_Data_2024, ~ extract_CI_data(.x, harvesting_data = harvesting_data, field_CI_data = pivot_stats_long, season = 2024)) %>% list_rbind()
|
Data_2024 <- map(pivot_select_model_Data_2024, ~ extract_CI_data(.x, harvesting_data = harvesting_data, field_CI_data = pivot_stats_long, season = 2024)) %>% list_rbind()
|
||||||
message('2024')
|
message('2024')
|
||||||
head(Data_2024)
|
head(Data_2024)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue