Commit 78847b53 authored by Mario Chirinos's avatar Mario Chirinos

scripts

parent 2897dbe8
......@@ -6,11 +6,11 @@ mkdir data
cd data
GI_createDirectories.py ../$CSV ../$CFG
#for d in */ ; do
for d in */ ; do
# if [ ! -f $(pwd)/"$d/scl_data.json" ]; then
# GI_L2ASCL_AreaProcessing.sh $(pwd)/"$d" 0
# else
# echo "PASSING " $d
# fi
#done
if [ ! -f $(pwd)/"$d/scl_data.json" ]; then
GI_L2ASCL_AreaProcessing.sh $(pwd)/"$d" 0
else
echo "PASSING " $d
fi
done
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