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
Add qa_total_count_clear to the outputs
Add some GDAL parameters to get around processes giving up to quickly when a scene is in cold storage.
os.environ["GDAL_HTTP_TIMEOUT"] = "300" # default is 30s
os.environ["GDAL_HTTP_MAX_RETRY"] = "10" # default is 0
os.environ["GDAL_HTTP_RETRY_DELAY"] = "5" # seconds between retries
0 commit comments