You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For downloading, if you try to download more than one scene at a time, you get a 429 Error code and a 162 byte download. How does this library handle retry for that situation?
The text was updated successfully, but these errors were encountered:
@crh3675 see the check_complete= argument in download_all_complete method which defaults to True. So you should be able to retry without having to manually delete incomplete downloads beforehands.
I remember downloading up to 3 scenes simultaneously, but that was a long time ago and espa may have tightened the limits since then.
I usually use this kind of snippet for batch download.
For downloading, if you try to download more than one scene at a time, you get a
429 Error code
and a 162 byte download. How does this library handle retry for that situation?The text was updated successfully, but these errors were encountered: