1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/gdaladdo.md

9 lines
245 B
Markdown
Raw Normal View History

2022-09-29 18:24:48 +02:00
# gdaladdo
> Build overview images of raster datasets.
> More information: <https://gdal.org/programs/gdaladdo>.
- Build overview images of a raster dataset using the "average" [r]esampling method:
`gdaladdo -r average {{path/to/input.tif}}`