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

processing

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