pyModis icon indicating copy to clipboard operation
pyModis copied to clipboard

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

Open Life526 opened this issue 3 years ago • 1 comments

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()

Life526 avatar Aug 28 '21 08:08 Life526

Did you try again?

Could you share the entire code?

lucadelu avatar Jan 30 '22 07:01 lucadelu