Skip to content

Commit c4fec3a

Browse files
committed
ensure we get all poeorb in the system by crawling through all pages
1 parent feaf374 commit c4fec3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crawl_orbits.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def filter(self, record):
3737
QC_SERVER = 'https://qc.sentinel1.eo.esa.int/'
3838
DATA_SERVER = 'http://aux.sentinel1.eo.esa.int/'
3939

40-
ORBITMAP = [('precise','aux_poeorb', 100),
41-
('restituted','aux_resorb', 100)]
40+
ORBITMAP = [('precise','aux_poeorb', 1000),
41+
('restituted','aux_resorb', 500)]
4242

4343
OPER_RE = re.compile(r'S1\w_OPER_AUX_(?P<type>\w+)_OPOD_(?P<yr>\d{4})(?P<mo>\d{2})(?P<dy>\d{2})')
4444

0 commit comments

Comments
 (0)