Commit 9ab7ca50 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 6dd0b935
...@@ -9,7 +9,7 @@ echo $DIRNAME ...@@ -9,7 +9,7 @@ echo $DIRNAME
if [ ! -e $DIRNAME".tif" ]; then if [ ! -e $DIRNAME".tif" ]; then
cd $DIR cd $DIR
echo "gdal_merge.py -o ../"$DIRNAME".tif" $(ls *TCI_10m.jp2) echo "gdal_merge.py -o ../"$DIRNAME".tif" $(ls *TCI_10m.jp2)
# gdal_merge.py -o ../$DIRNAME".tif" $(ls *TCI_10m.jp2) gdal_merge.py -o ../$DIRNAME".tif" $(ls *TCI_10m.jp2)
cd .. cd ..
else 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