Commit 9384cd64 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

L2

parent 3f1305e7
...@@ -15,8 +15,8 @@ fi ...@@ -15,8 +15,8 @@ fi
for f in $(find . -type f -name '*.zip') for f in $(find . -type f -name '*.zip')
do do
cd $INPUTDIR/L2A cd $INPUTDIR/L2A
echo $f
unzip ../L1C/$f # unzip ../L1C/$f
DIRNAME=$(echo $f | cut -d "." -f1) DIRNAME=$(echo $f | cut -d "." -f1)
echo $DIRNAME echo $DIRNAME
L2A_Process $DIRNAME.SAFE L2A_Process $DIRNAME.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