Commit 6dd0b935 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 5cf676d6
...@@ -8,10 +8,12 @@ DIRNAME=$(echo $DIR | cut -d"/" -f1) ...@@ -8,10 +8,12 @@ DIRNAME=$(echo $DIR | cut -d"/" -f1)
echo $DIRNAME echo $DIRNAME
if [ ! -e $DIRNAME".tif" ]; then if [ ! -e $DIRNAME".tif" ]; then
cd $DIR cd $DIR
echo "gdal_merge.py -o ../"$DIRNAME".tif" $(ls *.jp2) echo "gdal_merge.py -o ../"$DIRNAME".tif" $(ls *TCI_10m.jp2)
# gdal_merge.py -o ../$DIRNAME".tif" $(ls *.jp2) # gdal_merge.py -o ../$DIRNAME".tif" $(ls *TCI_10m.jp2)
cd .. cd ..
else else
echo $DIRNAME".tif" FOUND echo $DIRNAME".tif" FOUND
fi fi
......
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