Commit 6391f10a authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

box

parent ca1752be
......@@ -26,8 +26,8 @@ def getWKTPolygonBoundingBox(polygon):
return str(ulx) +" "+ str(uly) +" "+ str(lrx) +" "+ str(lry)
def main(argv):
print (argv[1])
# getWKTPolygonBoundingBox(argv[1])
# print (argv[1])
getWKTPolygonBoundingBox(argv[1])
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