mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 21:43:08 +00:00
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gdaladdo
|
|
|
|
> Build overview images of raster datasets.
|
|
> More information: <https://gdal.org/programs/gdaladdo.html>.
|
|
|
|
- Build overview images of a raster dataset using the "average" [r]esampling method:
|
|
|
|
`gdaladdo -r average {{path/to/input.tif}}`
|