Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update GeoTiff
authored
Jan 27, 2023
by
Valentin Buck
Show whitespace changes
Inline
Side-by-side
Sources/GeoTiff.md
View page @
b6f6e27e
...
...
@@ -20,6 +20,7 @@ gdal_translate input.tif output.tif -co TILED=YES -co COPY_SRC_OVERVIEWS=YES -co
You can then add pyramids to the file as follows:
```
bash
gdaladdo
-clean
output.tif
gdaladdo
-r
lanczos output.tif
```
...
...