Commit 9b186ed9 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

ndvi

parent b6e59a35
......@@ -3,7 +3,8 @@ PRODCUTSDIR=$1 #Products directory
JP2DIR=$2 #JP2 Directory
POLYGON=$3 #Crop Window
echo $POLYGON
BOX=$(python3 "$HOME/GeoSentinel/geosentinel/polygonToBox.py" "$POLYGON")
BOX=$(python3 $HOME/GeoSentinel/geosentinel/polygonToBox.py "$POLYGON")
echo $BOX
#cd $PRODCUTSDIR
#for f in $(find . -type f -name '*.zip')
#do
......
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