Re: [gdal-dev] blocksize and overviews

2019-02-27 Thread Andrew C Aitchison
On Wed, 27 Feb 2019, Ooms Bart wrote: Hello all, I have a grid on a 1m resolution with a tilesize of 8000x8000. To speed up the rendering process I have created overviews with gdaladdo, the result you can see in the gdalinfo below. The default blocksize is 512x512. My questing handles the combi

[gdal-dev] blocksize and overviews

2019-02-26 Thread Ooms Bart
Hello all, I have a grid on a 1m resolution with a tilesize of 8000x8000. To speed up the rendering process I have created overviews with gdaladdo, the result you can see in the gdalinfo below. The default blocksize is 512x512. My questing handles the combination of blocksize and overviews. The bl