Commit 03cd55d2 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find products

parent ab458233
......@@ -39,14 +39,14 @@ class APISentinel(object):
Returns:
pointer: The object pointer.
"""
self.username = usernam
self.password = passw
self.URL_Sentinel = 'https://scihub.copernicus.eu/dhus'
self.username = usernam
self.password = passw
self.URL_Sentinel = 'https://scihub.copernicus.eu/dhus'
# self.plot_width = 7
# self.plot_height = 7
# self.intersection_th = 30
self.api = SentinelAPI(self.username, self.password, self.URL_Sentinel)
self.api = SentinelAPI(self.username, self.password, self.URL_Sentinel)
def getProducts(self, area, date, searchParameters):
"""Gets Sentinel products list that match the search parameters.
......
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