From 6f23c3201e6b93665ae20bd94da3cbc11b2501e7 Mon Sep 17 00:00:00 2001 From: Nicholas Arena Date: Fri, 11 Feb 2022 14:33:22 -0800 Subject: [PATCH] updated QC_SERVER --- crawl_cals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crawl_cals.py b/crawl_cals.py index 31c4480..4776894 100755 --- a/crawl_cals.py +++ b/crawl_cals.py @@ -40,7 +40,8 @@ def filter(self, record): # QC_SERVER = 'https://qc.sentinel1.eo.esa.int/' # DATA_SERVER = 'https://qc.sentinel1.eo.esa.int/' DATA_SERVER = 'http://aux.sentinel1.eo.esa.int/' -QC_SERVER = 'http://aux.sentinel1.eo.esa.int/' +# QC_SERVER = 'http://aux.sentinel1.eo.esa.int/' +QC_SERVER = 'https://qc.sentinel1.groupcls.com/' CAL_RE = re.compile(r'(?PS1\w)_(?PAUX_CAL)_V(?P
\d{8}T\d{6})')