Commit cbf5a14e authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find products

parent 5797d789
......@@ -72,13 +72,12 @@ def getProducts(self, area, date, searchParameters):
return products_list
def downloadProducts(self,products,dir):
"""
Download product(s) list Sentinel
"""Download product(s) list Sentinel
Args:
self (pointer): The object pointer.
products (OrderedDict): Product(s) to download.
dir (str): destination directory.
self (pointer): The object pointer.
products (OrderedDict): Product(s) to download.
dir (str): destination directory.
"""
os.chdir(dir)
# self.api.download_all(products)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment