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

box

parent 116ea9bf
......@@ -26,6 +26,7 @@ def getWKTPolygonBoundingBox(polygon):
return str(ulx) +" "+ str(uly) +" "+ str(lrx) +" "+ str(lry)
def main(argv):
print (argv[1])
getWKTPolygonBoundingBox(argv[1])
if __name__ == "__main__":
......
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