Commit 5b5730fd authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 4112ccc4
...@@ -4,7 +4,7 @@ POLYGON=$2 #Crop Window ...@@ -4,7 +4,7 @@ POLYGON=$2 #Crop Window
BOX=$(python3 polygonToBox.py "$POLYGON") BOX=$(python3 polygonToBox.py "$POLYGON")
$DIRNAME=$(echo $DIR | cut -d"/" -f1) DIRNAME=$(echo $DIR | cut -d"/" -f1)
if [ ! -e $DIRNAME".tif" ]; then if [ ! -e $DIRNAME".tif" ]; then
cd $DIR cd $DIR
......
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