From aace4a32f88350c89fc1c0ec07bfc18391fa31a4 Mon Sep 17 00:00:00 2001 From: Pepijn van Oort Date: Tue, 1 Aug 2023 15:22:20 +0200 Subject: [PATCH] added a comment about failed test to download stats for multi-annual timeseries for a given field --- FarmmapsBulkSatDownload/BulkSatDownloadApplication.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FarmmapsBulkSatDownload/BulkSatDownloadApplication.cs b/FarmmapsBulkSatDownload/BulkSatDownloadApplication.cs index 6b14367..94c1cc8 100644 --- a/FarmmapsBulkSatDownload/BulkSatDownloadApplication.cs +++ b/FarmmapsBulkSatDownload/BulkSatDownloadApplication.cs @@ -221,6 +221,12 @@ namespace FarmmapsBulkSatDownload //And the firing of calls would stop because the number of images returned is no longer increasing //In the worst case, this could would lead to a total sleeping period of "sleepSecsSum = sleepSecs * callCntMax" seconds. After that we give up + //PO20230801: I also tried creating a cropfieldItem with startDate '2017-01-01' and endDate '2023-08-01' + //so that only one RunSatelliteTask would need to be executed and statistics would be returned for the e.g. 233 images in this period from start to end date + //instead of running 7 tasks (one per year) for a single field + //But code doing that returned much less images than those 233 records which I should be getting. + //So in the end, stick to downloading stats per year, even if it is for the same location in multiple years + string cropfielditemcode; string satellitetaskcode; Item cropfieldItem;