... | @@ -20,6 +20,7 @@ gdal_translate input.tif output.tif -co TILED=YES -co COPY_SRC_OVERVIEWS=YES -co |
... | @@ -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:
|
|
You can then add pyramids to the file as follows:
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
|
gdaladdo -clean output.tif
|
|
gdaladdo -r lanczos output.tif
|
|
gdaladdo -r lanczos output.tif
|
|
```
|
|
```
|
|
|
|
|
... | | ... | |