Skip to content

Instantly share code, notes, and snippets.

@akanik
Created July 6, 2021 18:58
Show Gist options
  • Save akanik/911d458075b2ec657bb7d2c37cc148c1 to your computer and use it in GitHub Desktop.
Save akanik/911d458075b2ec657bb7d2c37cc148c1 to your computer and use it in GitHub Desktop.
Compress geoTIFF
# 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