Commit 706feeb6 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

processing

parent 24739262
...@@ -16,8 +16,12 @@ if [ ! -d "L2A" ]; then ...@@ -16,8 +16,12 @@ if [ ! -d "L2A" ]; then
mkdir L2A mkdir L2A
fi fi
cd L2A cd L2A
rm * rm *
cd .. cd ..
echo yes | findProducts.py $USERDIR"findProducts.json" echo yes | findProducts.py $USERDIR"findProducts.json"
#Extract Images
if [ ! -d "jp2" ]; then
mkdir data
fi
L2AProductListExtract.sh $USERDIR"L2A/" $USERDIR"jp2/" 4
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