Commit 99b2a0ca authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb

parent fde94a2a
......@@ -38,7 +38,7 @@ def main(argv):
if len(sys.argv) == 2:
print (getWKTPolygonBoundingBox(argv[1]))
if len(sys.argv) == 3:
print (getWKTPolygonBoundingBox(argv[1), argv[2]))
print (getWKTPolygonBoundingBox(argv[1], argv[2]))
if __name__ == "__main__":
main(sys.argv)
......
......@@ -5,6 +5,7 @@ POLYGON=$3 #Crop Window
BOX=$(python3 $HOME/GeoSentinel/geosentinel/polygonToBox.py "$POLYGON")
break
cd $PRODCUTSDIR
for f in $(find . -type f -name '*.zip')
do
......
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