Commit 85e941b0 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

links

parent ead86105
...@@ -17,9 +17,9 @@ BOX=$(polygonToBox.py "$POLYGON") ...@@ -17,9 +17,9 @@ BOX=$(polygonToBox.py "$POLYGON")
# echo $DIRNAME".tif" FOUND # echo $DIRNAME".tif" FOUND
#fi #fi
cd $DIR #cd $DIR
ls *.jp2 | parallel gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -of JPEG {} {}_ #ls *.jp2 | parallel gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -of JPEG {} {}_
cd .. #cd ..
DIRNAME=$(echo $DIR | cut -d"/" -f1) DIRNAME=$(echo $DIR | cut -d"/" -f1)
echo $DIRNAME echo $DIRNAME
...@@ -45,4 +45,3 @@ else ...@@ -45,4 +45,3 @@ else
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