Commit 3f1305e7 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

L2

parent 200e9cc8
......@@ -17,8 +17,9 @@ do
cd $INPUTDIR/L2A
unzip ../L1C/$f
dirname=$(echo $f | cut -d "." -f1)
L2A_Process $dirname.SAFE
DIRNAME=$(echo $f | cut -d "." -f1)
echo $DIRNAME
L2A_Process $DIRNAME.SAFE
L2A=$(ls -d S2A_MSIL2A* -t |head -1)
L2A=$(echo $L2A | cut -d "." -f1)
zip -r $L2A.zip $L2A.SAFE/
......
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