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

BOX

parent 9e8f9c55
......@@ -48,11 +48,11 @@ do
if [ ! -d "video_ndvi" ]; then
mkdir video_ndvi
fi
echo $3
# set GDAL_PAM_ENABLED=NO
gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -scale 0 255 0 255 -of JPEG ndvi/$fileout2"_"$fileout1".tiff" video_ndvi/$fileout2"_"$fileout1".jpg"
# set GDAL_PAM_ENABLED=YES
rm *.xml
cd ..
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