Commit 1fb9777a authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find products

parent dab179d4
......@@ -86,7 +86,7 @@ class APISentinel(object):
self.api.download(p)
def filterProducts(self, productList):
#, user_footprint, threshold):
#, user_footprint, threshold):
products = productList.copy()
for p in productList:
......
......@@ -39,7 +39,7 @@ def main(argv):
list = findSentinelProducts(sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4], sys.argv[5])
# for l in list:
# print(l)
json.dumps(l)
json.dumps(list)
if __name__ == "__main__":
main(sys.argv)
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