Commit 1571da11 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

processing

parent 51198801
......@@ -45,10 +45,15 @@ cp *SCL_20m.tif SCL
cd SCL
ls *.tif | parallel --jobs 4 imageMissingData.py {} 50
##for tci in $($ls *.tif)
##do
## fileprefix=$(echo tci )
##done
if [ ! -d "../TCI" ]; then
mkdir ../TCI
fi
for scl in $($ls *.tif)
do
fileprefix=$(echo tci | (cut -d"_" -f1))
cp ../$fileprefix"_TC1_10m.tif" ../TCI/$fileprefix"_TC1_10m.tif"
done
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