Hi, I'm try-ing to create a set of tiff tiled with internal overviews from some geotiffs, using this call:
gdal_translate -ot Byte -of GTiff -co TILED=YES -co TFW=YES -co COPY_SRC_OVERVIEWS=YES -co TIFF_USE_OVR=TRUE -co PROFILE=BASELINE -co TFW=YES input.tif output.tif meanwhile it run , it report many errors like these: ERROR 1: 248040_2010.tif:0: Invalid tile byte count, tile 2323 ERROR 1: 248040_2010.tif:0: Invalid tile byte count, tile 2324 ERROR 1: 248040_2010.tif:0: Invalid tile byte count, tile 2325 ERROR 1: 248040_2010.tif:0: Invalid tile byte count, tile 2326 ERROR 1: 248040_2010.tif:0: Invalid tile byte count, tile 2327 ... I don't know what this mean and what can I do to avoid this error. Is gdal_translate the right tool to create a tiff-tile ? thx, -- ----------------- Andrea Peri . . . . . . . . . qwerty àèìòù -----------------
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
