Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module_2_Hydrosar download files issue #2

Open
mickymags opened this issue Feb 11, 2025 · 0 comments
Open

Module_2_Hydrosar download files issue #2

mickymags opened this issue Feb 11, 2025 · 0 comments

Comments

@mickymags
Copy link
Collaborator

In Module_2_HydroSAR, there appears to be an edge case in which not all files are downloaded from hype/

'''
product_zip = job.download_files()[0]
'''

returns a list index out of range.

When the following code runs, we see that there is a warning that the job is still pending, so download will be skipped.

'''
job.download_files()
'''

Thus, when we try to index the files we can't get the first file because there are none. We should work with Hyp3 team to find a solution here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant