Skip to content

Commit

Permalink
updated QC_SERVER
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Arena committed Feb 11, 2022
1 parent 2cb8ab9 commit 6f23c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crawl_cals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'(?P<sat>S1\w)_(?P<type>AUX_CAL)_V(?P<dt>\d{8}T\d{6})')

Expand Down

0 comments on commit 6f23c32

Please sign in to comment.