Hello list
I am trying to do image pyramids in GeoServer Image pyramid plugin, for build a pyramid on disk I used following example in this link
http://docs.geoserver.org/stable/en/user/tutorials/imagepyramid/imagepyramid.html
here is my command
C:\Program Files\FWTools2.4.7\bin>gdal_retile.py -v -r bilinear s-srs EPSG:4326
levels 4 -ps 2048 2048 -co “TILED=YES” -co “COMPRESS=JPEG” -targetDir bmpyramid
C:\bmpyramid\GTOPO\aspect.tif
I got error
File “C:\Program Files\FWTools2.4.7\bin\gdal_retile.py”, line 273
print(“Building internal Index for %d tile(s) …” % len(inputTiles), end='…
I someone already done above problem or know about it, please help me to fix this problem.
Many thanks
Quang
Wrong list, gdal_retile.py is hosted at www.gdal.org. Use
gdal-dev@anonymised.com
or open an ticket on www.gdal.org
Cheers
Chrstian
Quoting truongxuan quang <truongxuanquang@anonymised.com>:
Hello list
I am trying to do image pyramids in GeoServer Image pyramid plugin, for build a
pyramid on disk I used following example in this link
http://docs.geoserver.org/stable/en/user/tutorials/imagepyramid/imagepyramid.html
here is my command
C:\Program Files\FWTools2.4.7\bin>gdal_retile.py -v -r bilinear s-srs EPSG:4326
levels 4 -ps 2048 2048 -co "TILED=YES" -co "COMPRESS=JPEG" -targetDir bmpyramid
C:\bmpyramid\GTOPO\aspect.tif
I got error
File "C:\Program Files\FWTools2.4.7\bin\gdal_retile.py", line 273
print("Building internal Index for %d tile(s) ..." % len(inputTiles),
end='....
I someone already done above problem or know about it, please help me to fix
this problem.
Many thanks
Quang
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.