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

I am trying to download MOD09GA and MYD09GA in a for loop. MOD09GA was downloaded successfully, but MYD09GA failed, why? #141

Open
Life526 opened this issue Aug 28, 2021 · 1 comment

Comments

@Life526
Copy link

Life526 commented Aug 28, 2021

This is part of the code:

`for product in product_list:
destSubFolder = os.path.join(destFolder, product + "/" + "HDF_file")
modisDown = downmodis.downModis(destinationFolder=destSubFolder, tiles=tiles, today=day, delta=delta, user="xxx", password="xxx", product=product+product_version)
modisDown.connect()
modisDown.downloadsAllDay()

@lucadelu
Copy link
Owner

Did you try again?

Could you share the entire code?

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

2 participants