From e1d06f8c917f4d85a26867048d50a25c931c56d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Wehrl=C3=A9?= Date: Thu, 10 Jun 2021 15:14:20 +0200 Subject: [PATCH] Download limitation for all regions --- dhusget_wrapper.sh | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/dhusget_wrapper.sh b/dhusget_wrapper.sh index 0c2bb55..c4a63ff 100755 --- a/dhusget_wrapper.sh +++ b/dhusget_wrapper.sh @@ -142,14 +142,22 @@ if [[ -z ${path_product_list:-} ]]; then datestr0="${date}T00:00:00.0000Z" datestr1="${date}T23:59:59.9999Z" - + #limit the number of scenes when footprint set to a #small high latitude region by searching around the local solar noon +-dt hours if ! [[ ${footprint} == "Greenland" ]]; then - - y=${footprint_poly:22:-2} - dt=1 - output=`python <