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

update

parent 6b5c6822
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
sys.path.append('../')
from geosentinel import APISentinel
from datetime import date
def findSentinelProducts():
def main(argv):
if len(sys.argv) == 2:
print (getWKTPolygonBoundingBox(argv[1]))
if len(sys.argv) == 3:
print (getWKTPolygonBoundingBox(argv[1], argv[2]))
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