Skip to content

Instantly share code, notes, and snippets.

@tomasholderness
Created January 30, 2019 16:13
Show Gist options
  • Select an option

  • Save tomasholderness/d9835c9c67e7379c30c1d4c20af0ebbb to your computer and use it in GitHub Desktop.

Select an option

Save tomasholderness/d9835c9c67e7379c30c1d4c20af0ebbb to your computer and use it in GitHub Desktop.
Create COG files
# Add required overalys
gdaladdo input.tif 2 4 8 16
# Create the COG
gdal_translate input.tif cog.tif -co TILED=YES -co COPY_SRC_OVERVIEWS=YES -co COMPRESS=LZW -co BIGTIFF=YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment