Skip to content

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

@Life526

Description

@Life526

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions