Created
July 6, 2021 18:58
-
-
Save akanik/911d458075b2ec657bb7d2c37cc148c1 to your computer and use it in GitHub Desktop.
Compress geoTIFF
This file contains 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
# from: https://github.com/cogeotiff/cog-spec/blob/master/spec.md | |
# You need to install GDAL first | |
# Run this on the command line, replace in.tif and out.tif with your desired file names | |
gdal_translate in.tif out.tif -co TILED=YES -co COPY_SRC_OVERVIEWS=YES -co COMPRESS=LZW |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment