From ec4e2e60392cdbb5690d9f919b708f2d948d874f Mon Sep 17 00:00:00 2001
From: "Niels.Verouden" <niels.verouden@wur.nl>
Date: Fri, 1 Jul 2022 21:50:44 +0200
Subject: [PATCH] Change description Small changes within description of code

---
 eo_learn/main_eoLearn.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eo_learn/main_eoLearn.py b/eo_learn/main_eoLearn.py
index 9fa4bf0..4b39740 100644
--- a/eo_learn/main_eoLearn.py
+++ b/eo_learn/main_eoLearn.py
@@ -24,7 +24,9 @@ CLIENT_SECTRET. For more information, see file 'downloadInstructionsEOLearn.pdf'
 SAR data is downloaded between the start and end date, which should be defined
 in the format 'yyyy-mm-dd'. However, EO Learn API has a download rate of 100 images/hr
 so downloading SAR images for several years at once is not possible with this script. 
-!!!HENCE, DOWNLOAD IMAGES OF MAX. 10 MONTHS AT ONCE TO PREVENT API FROM CRASHING!!!
+Hence, download max. 100 images at the same time, which is often max. 8 months. 
+However, this depends on the area of interest so more than 8 months is often also
+possible. For Cap-Haïtien, the max. is at least 8 months.
 
 The coordinates variable accepts a tuple of coordinates in the following order: 
 xmin, ymin, xmax, ymax. The bbox can easily be downloaded from http://bboxfinder.com/. 
-- 
GitLab