<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="ltr">
<div class="gmail_quote"><br>
<div dir="ltr">
<div>Hello, </div>
<div><br>
</div>
<div>I have a tiff file which I am converting to GPKG (with jpeg) using gdal_translate and then build pyramids using gdal_addo, I'd like to get to a zoom level with only 1 tile (a recommendation from my displaying client - it's important).</div>
<div>However no matter how many levels I specify in gdal_Addo I don't get the level with 512.</div>
<div>My tiff file is 19968x29952 which I understand when calculated to the 512 level goes un-even, is there anything I can do to go that extra level?
</div>
<div><br>
</div>
<div>The gpkg I get after gdal_translate comes with level 17, but after using gdal_addo I start from level 18, why can it be?</div>
<div>Conversion is done like this: </div>
<div><br>
</div>
<div>gdal_translate.exe -co TILE_FORMAT=JPEG -co TILING_SCHEME=InspireCRS84Quad -co ZOOM_LEVEL_STRATEGY=LOWER -of GPKG C:\myfile.tif C:\myfile.gpkg<br>
gdaladdo -oo TILE_FORMAT=JPEG C:\myfile.gpkg 2 4 8 16 32 64 128 256 512<span><span><br clear="all">
</span></span></div>
<div><span><span></span></span><br>
</div>
<div><span><span>Thanks!</span></span></div>
<span class="HOEnZb"><font color="#888888">
<div><span><span>Gil</span></span></div>
</font></span></div>
</div>
<br>
</div>
</body>
</html>