[FWTools] gdal_retile errors
Vincent Neuilly
vincent.neuilly at gmail.com
Tue Mar 16 05:45:21 EST 2010
Hi,
I have noticed a problem with gdal_retile. When I try to run gdal_retile, I
have the following message :
" File "C:\PROGRA~1\FWTOOL~1.7\bin\gdal_retile.py", line 273
print("Building internal Index for %d tile(s) ..." % len(inputTiles),
end=' ')
"
And if I replace the print line with this one (found somewhere on the web) :
"print "Building internal Index for %d tile(s) ..." % len(inputTiles),"
it works.
This works for a text file. But when I try to use a VRT file, I have the
followiing message error:
"ERROR 1: Parse error at EOF, not all elements have been closed, starting
with VRTDataset"
And when i try with a TIFF file, I have :
"ERROR 4: `II*' does not exist in the file system, and is not recognised as
a supported dataset name."
Commands :
- gdal_retile -ps 4000 4000 -targetDir C:\Vincent\TIFF\essai --optfile
liste.txt (works)
- gdal_retile -ps 4000 4000 -targetDir C:\Vincent\TIFF\essai --optfile
essail93.vrt (ERROR 1)
- gdal_retile -ps 4000 4000 -targetDir C:\Vincent\TIFF\essai --optfile
essail93.tif (ERROR 4)
FWTools 2.4.7
Thanks for your answers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/fwtools/attachments/20100316/54e30bbf/attachment.htm
More information about the FWTools
mailing list