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

L2

parent 54ae58c1
...@@ -11,6 +11,13 @@ for f in $(find . -type f -name '*.zip') ...@@ -11,6 +11,13 @@ for f in $(find . -type f -name '*.zip')
do do
if [ ! -d ../L2A ]; then if [ ! -d ../L2A ]; then
mkdir ../L2A mkdir ../L2A
rm -r *.SAFE
fi fi
unzip ../L1C/$f
filename=$(echo $f | cut -d "." -f1)
L2A_Process $filename.SAFE
rm -r *.SAFE
done 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