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

rgb

parent f00fa4a8
...@@ -12,13 +12,13 @@ do ...@@ -12,13 +12,13 @@ do
filepattern=L2A_$(echo $f | cut -d"_" -f6)"_"$(echo $f | cut -d"_" -f3)"_" filepattern=L2A_$(echo $f | cut -d"_" -f6)"_"$(echo $f | cut -d"_" -f3)"_"
filename=$JP2DIR$filepattern filename=$JP2DIR$filepattern
echo $filename echo $filename
if [ ! -e $filename"TCI.jp2" ]; then if [ ! -e $filename"TCI_10m.jp2" ]; then
unzip -n -j $f *B02_10m.jp2 -d $JP2DIR unzip -n -j $f *TCI_10m.jp2 -d $JP2DIR
else else
echo PASS $f echo PASS $f
fi fi
break # break
# #
# cd $JP2DIR # cd $JP2DIR
# red=$(ls $filepattern"04.jp2" -t |head -1) # red=$(ls $filepattern"04.jp2" -t |head -1)
......
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