... | @@ -20,7 +20,7 @@ gdal_translate input.tif output.tif -co TILED=YES -co COPY_SRC_OVERVIEWS=YES -co |
... | @@ -20,7 +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 output.tif
|
|
gdaladdo -r lanzcos output.tif
|
|
```
|
|
```
|
|
|
|
|
|
The image will not be read into RAM completely, so to keep memory usage and loading times low, try storing your image as Tiles as compared to Strips..
|
|
The image will not be read into RAM completely, so to keep memory usage and loading times low, try storing your image as Tiles as compared to Strips..
|
... | | ... | |