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

rgb

parent 96fd51ff
......@@ -52,9 +52,9 @@ do
fi
cd ..
if [ ! -e rgbCroped/$fileout1/$fileout2"_"$fileout1".jpg" ]; then
if [ ! -e $JP2DIR"rgbCroped/"$fileout1/$fileout2"_"$fileout1".jpg" ]; then
# gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -scale 0 4096 0 255 -of JPEG rgb/$fileout2"_"$fileout1".tiff" rgb/$fileout1/$fileout2"_"$fileout1".jpg"
gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -scale 0 4096 0 255 -of JPEG $filename"TCI_10m.jp2" $JP2DIR"rgbCroped/"$fileout1/$fileout2"_"$fileout1"10m.jpg"
## convert rgb/$fileout1/$fileout2"_"$fileout1"_t.jpg" -resize 640x480\! rgb/$fileout1/$fileout2"_"$fileout1".jpg"
## rm rgb/$fileout1/$fileout2"_"$fileout1"_t.jpg"
fi
......
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