[gdal-dev] Speed up gdaltranslate for really big tiffs

Even Rouault even.rouault at mines-paris.org
Fri Nov 16 12:18:30 PST 2012


Le vendredi 16 novembre 2012 21:12:07, Billy Newman a écrit :
> I have a process that is stitching together a lot of tif files to
> create on big tif.
> 
> I am doing:
> 
> gdalbuildvrt output.vrt *.tif
> gdaltranslate -co COMPRESS=LZW output.vrt final.tif
> 
> Any more options that I can throw at gdaltranslate to speed up the
> translation?

If your target TIFF has very large dimensions, it might perhaps be helpful to 
make it tiled with -co TILED=YES .

> 
> Thanks!
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev


More information about the gdal-dev mailing list