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
ID 3 fails and error is raised: "None of the archived ids succeeded! Update necessary!"
This could be corrected by changing the error handling on lines 191 to 206 of earthexplorer.py. Perhaps you can stop the for loop when 1 of the IDs is successful?
The text was updated successfully, but these errors were encountered:
Same for me. The way I "solved" was to put the download within a try/except block. That way I still have the "None of the archived ids succeeded! Update necessary!" message, but no the ugly error breaking the code and the scene it's also correctly downloaded
I get an error when running the code for Landsat 8 scenes. Yet, a file is successfully downloaded.
display_id = LC08_L2SP_206023_20221118_20221128_02_T1
I believe the code tries 3 ids:
This could be corrected by changing the error handling on lines 191 to 206 of earthexplorer.py. Perhaps you can stop the for loop when 1 of the IDs is successful?
The text was updated successfully, but these errors were encountered: