Commit ca1752be authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

box

parent ce5fd33d
...@@ -42,7 +42,7 @@ do ...@@ -42,7 +42,7 @@ do
if [ ! -d "video" ]; then if [ ! -d "video" ]; then
mkdir video mkdir video
fi fi
BOX=$(python3 "$HOME/git/GeoSentinel/geosentinel/polygonToBox.py" $3) BOX=$(python3 "$HOME/git/GeoSentinel/geosentinel/polygonToBox.py" "$3")
echo "BOX= "$BOX echo "BOX= "$BOX
# gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -scale 0 4096 0 255 -of JPEG ndvi/$fileout2"_"$fileout1".tiff" video/$fileout2"_"$fileout1".jpg" # gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -scale 0 4096 0 255 -of JPEG ndvi/$fileout2"_"$fileout1".tiff" video/$fileout2"_"$fileout1".jpg"
......
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