Commit 446de473 authored by Mario Chirinos's avatar Mario Chirinos

scripts

parent 78847b53
...@@ -7,7 +7,7 @@ cd data ...@@ -7,7 +7,7 @@ cd data
GI_createDirectories.py ../$CSV ../$CFG GI_createDirectories.py ../$CSV ../$CFG
for d in */ ; do for d in */ ; do
echo "PROCESSING " $d ...
if [ ! -f $(pwd)/"$d/scl_data.json" ]; then if [ ! -f $(pwd)/"$d/scl_data.json" ]; then
GI_L2ASCL_AreaProcessing.sh $(pwd)/"$d" 0 GI_L2ASCL_AreaProcessing.sh $(pwd)/"$d" 0
else else
......
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