Commit 6d996f1f authored by Irving David's avatar Irving David

Se crea el archivo .zip al final del proceso. No se borran (por el momento)...

Se crea el archivo .zip al final del proceso. No se borran (por el momento) las imagenes con poca informacion
parent a120356c
......@@ -24,7 +24,7 @@ def main(argv):
dataArea = imageMissingData(argv[1])
if dataArea<float(argv[2])/100.0 :
print ("Deleting " + argv[1] + " " + str(dataArea))
os.system("rm " + argv[1])
#os.system("rm " + argv[1])
else:
print ("Keeping " + argv[1] + " " + str(dataArea))
......
......@@ -147,7 +147,10 @@ else
fi
echo "Archivo"
echo $USERDIR
echo "Genenado zip..."
cd $USERDIR
zip -r myzip . --exclude *.json --exclude *.zip --exclude *thumbnails* --exclude *.tif -x ./jp2\* ./L2A\* \*\*/\*/SCL/\*^C
echo "FIN"
#mv *SCL_60m.tif json
#cd json
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