Commit ef36b04a authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

links

parent 97a13487
......@@ -25,8 +25,8 @@ DIRNAME=$(echo $DIR | cut -d"/" -f1)
echo $DIRNAME
if [ ! -e $DIRNAME".tif" ]; then
cd $DIR
echo "gdal_merge.py -o ../"$DIRNAME".tif" $(ls *TCI_10m.jp2_)
gdal_merge.py -o ../$DIRNAME".tif" $(ls *TCI_10m.jp2_)
echo "gdal_merge.py -o ../"$DIRNAME"TCI_10m.tif" $(ls *TCI_10m.jp2)
gdal_merge.py -o ../$DIRNAME"TCI_10m_merged.tif" $(ls *TCI_10m.jp2)
cd ..
else
echo PASSING $DIRNAME".tif" FOUND
......
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