update

parent 30aa66dd
......@@ -77,6 +77,7 @@ for f in *; do
if [ ! -e ../$f".jp2" ]; then
gdal_translate -projwin $BOX -projwin_srs WGS84 -ot Byte -of JPEG $f".tif" $f".jp2"
fi
rasterWkt.py "$POLYGON" $f.jp2 $f"_p.tif"
echo $f
fi
done
......@@ -101,6 +102,10 @@ find . -name *.xml -type f -delete
# cd ..
#done
##ffmpeg -i %*.jpg -c:v libx264 -vf fps=10 -pix_fmt yuvj422p rgb.mp4
#L2AproductListToRGB.sh /home/geoint/sentinelImages/L2A/ /home/geoint/imgTemp/ "POLYGON((-89.65513229370117 21.048938357786966,-89.62852478027342 21.047816903874505,-89.6261215209961 21.03339745836918,-89.6465492248535 21.022822311328852,-89.65873718261717 21.039325621609095,-89.65513229370117 21.048938357786966))"
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