Files
cheatsheet-tldr/tldr/gdaladdo
2024-09-24 00:17:10 +00:00

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}}`