Commit 97a13487 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

links

parent 85e941b0
...@@ -29,8 +29,8 @@ if [ ! -e $DIRNAME".tif" ]; then ...@@ -29,8 +29,8 @@ if [ ! -e $DIRNAME".tif" ]; then
gdal_merge.py -o ../$DIRNAME".tif" $(ls *TCI_10m.jp2_) gdal_merge.py -o ../$DIRNAME".tif" $(ls *TCI_10m.jp2_)
cd .. cd ..
else else
echo PASSING $DIRNAME".tif" FOUND
fi
# gdal_merge.py -o ../$DIRNAME".tif" $(ls *TCI_10m.jp2) # gdal_merge.py -o ../$DIRNAME".tif" $(ls *TCI_10m.jp2)
#if [ ! -e $dir".jp2" ]; then #if [ ! -e $dir".jp2" ]; then
...@@ -41,7 +41,6 @@ else ...@@ -41,7 +41,6 @@ else
#cd $DIR #cd $DIR
#find . -name *.xml -type f -delete #find . -name *.xml -type f -delete
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