Commit 260a1148 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

processing

parent 706feeb6
...@@ -12,6 +12,7 @@ echo $USERDIR ...@@ -12,6 +12,7 @@ echo $USERDIR
cd $USERDIR cd $USERDIR
#Link L2A products #Link L2A products
echo "Linking Products"
if [ ! -d "L2A" ]; then if [ ! -d "L2A" ]; then
mkdir L2A mkdir L2A
fi fi
...@@ -21,7 +22,8 @@ cd .. ...@@ -21,7 +22,8 @@ cd ..
echo yes | findProducts.py $USERDIR"findProducts.json" echo yes | findProducts.py $USERDIR"findProducts.json"
#Extract Images #Extract Images
echo "Extracting JP2 Images"
if [ ! -d "jp2" ]; then if [ ! -d "jp2" ]; then
mkdir data mkdir data
fi fi
L2AProductListExtract.sh $USERDIR"L2A/" $USERDIR"jp2/" 4 L2AProductListExtractData.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