Skip to content

Instantly share code, notes, and snippets.

@bcjarrett
Created May 8, 2018 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcjarrett/91f5298f35ca43621b70266699680831 to your computer and use it in GitHub Desktop.
Save bcjarrett/91f5298f35ca43621b70266699680831 to your computer and use it in GitHub Desktop.
Compress and tile a geotiff
gdal_translate.exe -co COMPRESS=JPEG -co TILED=YES -co PHOTOMETRIC=RGB mosaic.tif mosaic_compressed.tif
gdaladdo --config COMPRESS_OVERVIEW JPEG --config PHTOTMETRIC_OVERVIEW RGB --config INTERLEAVE_OVERVIEW PIXEL -r average mosaic.tif 2 4 8 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment