GeoTiff Pyramid

 

Levels

gdal_retile.py -v -r \ bilinear -levels 4 -ps 2048 2048 \ -co "TILED=YES" -co "COMPRESS=JPEG" \ -targetDir pyramid mosaic.tiff
 

Compress

gdal_retile.py -v -r \ bilinear -levels 4 -ps 2048 2048 \ -co "TILED=YES" -co "COMPRESS=JPEG" \ -targetDir pyramid mosaic.tiff
 

Lanczos

gdal_retile.py -r lanczos \ -levels 8 \ -co "TILED=YES" -co "COMPRESS=JPEG" \ -targetDir pyramid mosaic.tiff
 
 

gdal_retile

geoserver pyramid

 
 

Recommendations