HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gdaladdo — Build overview images of raster datasets. More information: <https://gdal.org/en/stable/programs/gda

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandoverviewbuildimagesclidatasetsrastergdaladdo

Problem

How to use the gdaladdo command: Build overview images of raster datasets. More information: <https://gdal.org/en/stable/programs/gdaladdo.html>.

Solution

gdaladdo — Build overview images of raster datasets. More information: <https://gdal.org/en/stable/programs/gdaladdo.html>.

Build overview images of a raster dataset using the "average" [r]esampling method:
gdaladdo -r average {{path/to/input.tif}}

Code Snippets

Build overview images of a raster dataset using the "average" [r]esampling method

gdaladdo -r average {{path/to/input.tif}}

Context

tldr-pages: common/gdaladdo

Revisions (0)

No revisions yet.