How to modify Sentinel-1 bulk download using Python

Hello pal,

So I’m using python script to perform bulk downloads from the asf, but yesterday i had to stop it in the middle. I’m wondering is there a way to continue download the remain undownload data while using the python script? or is there a way to modify the script so i can just download the remainder?

Thank you,

Hello,

You will find that if you rerun exactly the same script it will not download files that wre completed and it will also continue the download of any partially downloaded images plus all the ones that hadn’t been started.

At the end of the process you will get a summary of what the script did.

Good luck!