Commit 91e597d0 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

wkt to shape

parent e3e192e3
...@@ -37,7 +37,7 @@ do ...@@ -37,7 +37,7 @@ do
fi fi
echo $BOX echo $BOX
OUTIMG=$JP2DIR"rgbCroped/"$fileout1/$fileout2"_"$fileout1"_10m.jpg" OUTIMG=$JP2DIR"rgbCroped/"$fileout1/$fileout2"_"$fileout1"_10m.jpg"
if [ ! -e $OUTIMG ]; then # if [ ! -e $OUTIMG ]; then
gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -of JPEG $filename"TCI_10m.jp2" $OUTIMG gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -of JPEG $filename"TCI_10m.jp2" $OUTIMG
wktToShape.py "$POLYGON" myShape.shp wktToShape.py "$POLYGON" myShape.shp
...@@ -46,7 +46,7 @@ do ...@@ -46,7 +46,7 @@ do
rm myShape.* rm myShape.*
## convert rgb/$fileout1/$fileout2"_"$fileout1"_t.jpg" -resize 640x480\! rgb/$fileout1/$fileout2"_"$fileout1".jpg" ## convert rgb/$fileout1/$fileout2"_"$fileout1"_t.jpg" -resize 640x480\! rgb/$fileout1/$fileout2"_"$fileout1".jpg"
## rm rgb/$fileout1/$fileout2"_"$fileout1"_t.jpg" ## rm rgb/$fileout1/$fileout2"_"$fileout1"_t.jpg"
fi # fi
# cd $PRODCUTSDIR # cd $PRODCUTSDIR
done 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