Created
May 8, 2018 18:44
-
-
Save bcjarrett/91f5298f35ca43621b70266699680831 to your computer and use it in GitHub Desktop.
Compress and tile a geotiff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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