Commit 0483d71e authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

processing

parent 6c319f98
......@@ -54,6 +54,8 @@ do
fileprefix=$(echo $scl | (cut -d"_" -f1))
cp ../$fileprefix"_TCI_10m.tif" ../TCI/$fileprefix"_TCI_10m.tif"
done
cd ../TCI
mogrify -format jpg -quality 100 *.tif
cd $USERDIR
##Extract SCL information
#if [ ! -d "json" ]; then
......
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