<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="ltr">Hey,
<div><br>
</div>
<div>I got a gpkg file I converted from tiff using gdal_translate, it originally has level 17 tiles.</div>
<div>I'd like to build it's pyramids till I reach a level with only 1 tile, I tried using gdaladdo, and when I built it with 2-256 factors, I got a result that has level 18-11 where level 11 has two tiles.</div>
<div><br>
</div>
<div>I got two problems, I don't understand how I got level 18 after building pyramids upwards?</div>
<div>And I'd like to reach one tile, so I tried using 512, however I get an error asking me to use gpkg_zoom_other, I don't understand why, and I am not sure how to use it?</div>
<div>The error i'm getting is: </div>
<div>Warning 1: Use of overview factor 512 causes gpkg_zoom_other extension to be needed<br>
</div>
<div>ERROR 1: Could not find dataset corresponding to ov factor 512</div>
<div><br>
</div>
<div>Would appreciate some help routing me in the right direction.</div>
<div><br>
</div>
<div>Thanks!</div>
<div><br>
</div>
<div><br>
<div><br>
</div>
</div>
</div>
</body>
</html>