Commit 4abcd24e authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find Products

parent 353d1921
...@@ -31,7 +31,7 @@ def findSentinelProducts(wkt, startDate, endDate, platform, cloud): ...@@ -31,7 +31,7 @@ def findSentinelProducts(wkt, startDate, endDate, platform, cloud):
def main(argv): def main(argv):
if len(sys.argv) != 7: if len(sys.argv) != 8:
print("Usage: " + argv[0] + " <WKT Polygon> <Start Date> <End Date> <Platform> <Maximum Cloud %> <Source> <Destination>") print("Usage: " + argv[0] + " <WKT Polygon> <Start Date> <End Date> <Platform> <Maximum Cloud %> <Source> <Destination>")
else: else:
# with suppress_stdout(): # with suppress_stdout():
......
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