1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 11:15:48 +02:00

gdaladdo: add page (#8534)

This commit is contained in:
Jakob Miksch 2022-09-29 18:24:48 +02:00 committed by GitHub
parent c0ff68e3cf
commit f4f77b9dd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
pages/common/gdaladdo.md Normal file
View file

@ -0,0 +1,8 @@
# 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}}`