olivierhagolle / Sentinel-download

Automated download of Sentinel-2 L1C data from ESA (through wget) :http://olivierhagolle.github.io/Sentinel-download

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUID#7 - Download aborted.

Opadera opened this issue · comments

Hello,

i try to run the command python Sentinel_download.py --downloader aria2 --lat 43.6 --lon 1.44 -a apihub.txt -s S2 -d 20170201 -m 75

and get an output like

aria2c --check-certificate=false --http-user="user" --http-passwd="password"  --continue -o query_results.xml "https://scihub.copernicus.eu/apihub/search?q=footprint:"Intersects(43.600000,1.440000)" filename:S2*&rows=100"
 *** Download Progress Summary as of Mon Feb 27 09:24:39 2017 ***
======================================================================================================================
[#3ec4a7 0B/0B CN:1 DL:0B]
FILE: D:/s2_download/query_results.xml
-----------------------------------------------------------------------------------

(querey_results.xml is not generated)

this repeats several times and ends in an error:

[#3ec4a7 0B/0B CN:1 DL:0B]
02/27 09:28:41 [ERROR] CUID#7 - Download aborted. URI=https://scihub.copernicus.eu/apihub/search?q=footprint:Intersects(43.600000,1.440000)%20filename:S2*&rows=100
Exception: [AbstractCommand.cc:339] errorCode=2 Timeout.

02/27 09:28:41 [NOTICE] Download GID#3ec4a752a29477f0 not complete: D:/s2_download/query_results.xml

Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
3ec4a7|ERR |       0B/s|D:/s2_download/query_results.xml

Status Legend:
(ERR):error occurred.

and
IOError: [Errno 2] No such file or directory: 'query_results.xml

Hi Unnic
I guess scihub is more to blame than my tool, did you try again later on ?

Maybe should you swich to my other tool, peps_download (if you manage to install CURL for windows, I think it's feasible).

Best regards,
Olivier