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

merge-crop

parent b57bfeab
......@@ -26,8 +26,8 @@ fi
##------------------------------------------------------------------------------
MERGEDIMAGE=$DIRNAME"SCL_20m_merged.tif"
if [ ! -e $MERGEDIMAGE ]; then
echo "gdal_merge.py -o "$MERGEDIMAGE $(ls *TCI_10m.jp2)
gdal_merge.py -o $MERGEDIMAGE $(ls *TCI_10m.jp2)
echo "gdal_merge.py -o "$MERGEDIMAGE $(ls *SCL_20m.jp2)
gdal_merge.py -o $MERGEDIMAGE $(ls *SCL_20m.jp2)
else
echo PASSING $MERGEDIMAGE FOUND
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