Commit 9186ed99 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 8597f29a
...@@ -13,7 +13,7 @@ echo $L2A.zip ...@@ -13,7 +13,7 @@ echo $L2A.zip
if [ ! -e $L2A.zip ]; then if [ ! -e $L2A.zip ]; then
echo "Processing: " $filename echo "Processing: " $filename
# unzip filename # unzip filename
DIRNAME=$(echo $filename | cut cut -d "/" --complement -f1,2) DIRNAME=$(echo $filename | cut -d "/" --complement -f1,2)
echo $DIRNAME echo $DIRNAME
# L2A_Process $L2A.SAFE # L2A_Process $L2A.SAFE
## L2A=$(ls -d S2*_MSIL2A* -t |head -1) ## L2A=$(ls -d S2*_MSIL2A* -t |head -1)
...@@ -24,5 +24,5 @@ if [ ! -e $L2A.zip ]; then ...@@ -24,5 +24,5 @@ if [ ! -e $L2A.zip ]; then
else else
echo "PASSING: ZIP" $ZIPFILE " found" echo "PASSING: ZIP" $ZIPFILE " found"
fi fi
echo ../L1C/S2B_MSIL1C_20180915T162859_N0206_R083_T15QZD_20180915T215031.zip | cut -d "." -f1,2 #echo ../L1C/S2B_MSIL1C_20180915T162859_N0206_R083_T15QZD_20180915T215031.zip | cut -d "." -f1,2
S2B_MSIL2A_20180915T162859_N0206_R083_T15QZD_20180915T215031.zip #S2B_MSIL2A_20180915T162859_N0206_R083_T15QZD_20180915T215031.zip
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