Selon Rafael Krucker :
> Hello all
>
> I'm currently trying to do the following, using gdal:
>
> 1) Combining some tifs into one using gdal_merge, COMPRESS=LZW
> 2) Using gdalwarp with cutline to cut out a certain piece of the result
> 3) Compressing again using gdalwarp, COMPRESS=LZW
The way gda
Hello all
I'm currently trying to do the following, using gdal:
1) Combining some tifs into one using gdal_merge, COMPRESS=LZW
2) Using gdalwarp with cutline to cut out a certain piece of the result
3) Compressing again using gdalwarp, COMPRESS=LZW
4) Generating pyramids with gdaladdo
However,