CONABIO / antares3

Madmex with open data cube and in python3
2 stars 2 forks source link

Download specifying the order id with download_order.py command. #64

Closed robmartz closed 5 years ago

robmartz commented 5 years ago

It has been observed that when sending several requests to USGS, the user must wait for the status of all of them to be complete. This can cause time delays especially if there are orders much more numerous than others. Currently, the download_order.py command downloads all those requests with status False. However, if one of these orders is not complete, an error occurs in the download. This command could accept a flag '--order_id = XXXXX' with the order number and download that in specific while the other orders are completed.

ixime commented 5 years ago

I added the flag --order_ids that can specify a list of order ids to download