Commit 6adf84d1 authored by Mario Chirinos's avatar Mario Chirinos

scripts

parent d849fc18
......@@ -3,13 +3,13 @@ CSV=$1
CFG=$2
python3 GI_createDirectories.py $CSV $CFG
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