Cloud Optimized GeoTiffs

Configuration
Required?
Configuration option
Recommended values
Converting raster files to Cloud Optimized GeoTIFFs
Last updated
Was this helpful?

Last updated
Was this helpful?
Was this helpful?
$ gdal_translate -stats -of COG -resampling bilinear -co COMPRESS=LWZ {input}.tif {output}.tif$ gdal_translate -stats -of COG -resampling nearest -co COMPRESS=JPEG {input}.tif {output}.tif