Commit 4bb4c2ac authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

L2

parent b90a1b01
......@@ -16,6 +16,9 @@ do
unzip ../L1C/$f
filename=$(echo $f | cut -d "." -f1)
L2A_Process $filename.SAFE
L2A=$(ls S2A_MSIL2A* -t |head -1)
L2A=$(echo $L2A | cut -d "." -f1)
zip -r $L2A.zip $L2A.SAFE/
rm -r *.SAFE
done
......
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