<div dir="ltr"><div class="gmail_quote"><div class="gmail_chip gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:rgb(245,245,245);padding:5px;font-family:arial;font-weight:bold;font-size:13px;border:1px solid rgb(221,221,221);line-height:1"><a href="https://drive.google.com/file/d/1tOpP3R8QphE0TE5n9LUMls6eY7ORqtG5/view?usp=drive_web" target="_blank" style="display:inline-block;max-width:366px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration-line:none;padding:1px 0px;border:none" aria-label="topview_sample.tif"><img style="vertical-align: bottom; border: none;" src="https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png"> <span dir="ltr" style="vertical-align:bottom">topview_sample.tif</span></a></div><br><div dir="ltr">Hey All,<div><br></div><div>I am trying to generate MBTiles, but I am noticing that the quality/resolution I can achieve using the Gdal_translate command is lagging behind I can achieve in the QGIS tool setting hyperparameters..</div><div><br></div><div>My QGIS parameters are: </div></div><div dir="ltr"><i>Minimum Zoom: 0</i></div><div dir="ltr"><i>Maximum Zoom: 22</i></div><div dir="ltr"><i>DPI: 600</i></div><div dir="ltr"><i>Format: PNG</i></div><div dir="ltr"><i>Background: Transparent</i></div><div dir="ltr"><i>Quality: 100</i></div><div dir="ltr"><i>Meta title size: 4</i><br><div><br></div><div><br></div><div>And my GDAL commands are:</div><div><br></div><div><pre style="font-family:"JetBrains Mono",monospace;font-size:9.8pt"><span style="color:rgb(0,128,0);font-weight:bold">gdalwarp -srcnodata 0 -dstalpha </span><span style="font-weight:bold"><font color="#000080">infile.tif outfile.tif</font></span></pre><pre style="font-family:"JetBrains Mono",monospace;font-size:9.8pt"><span style="font-weight:bold"><font color="#000080"><br></font></span></pre><pre style="font-family:"JetBrains Mono",monospace;font-size:9.8pt"><pre style="color:rgb(0,0,0);font-family:"JetBrains Mono",monospace;font-size:9.8pt"><span style="color:rgb(0,128,0);font-weight:bold">gdal_translate -tr 0.035 0.035 -co 'QUALITY=100' -of MBTILES outfile.tif</span><span style="color:rgb(0,0,128);font-weight:bold"> outmbtile.mbtiles</span></pre><pre style="color:rgb(0,0,0);font-family:"JetBrains Mono",monospace;font-size:9.8pt"><span style="color:rgb(0,0,128);font-weight:bold"><br></span></pre><pre style="color:rgb(0,0,0);font-family:"JetBrains Mono",monospace;font-size:9.8pt"><pre style="font-size:9.8pt;font-family:"JetBrains Mono",monospace"><span style="color:rgb(0,128,0);font-weight:bold">gdaladdo -r nearest outmbtile.mbtiles</span><span style="color:rgb(0,128,0);font-weight:bold"> 2 4 8 16</span></pre><pre style="font-size:9.8pt;font-family:"JetBrains Mono",monospace"><span style="color:rgb(0,128,0);font-weight:bold"><br></span></pre><pre style="font-size:9.8pt;font-family:"JetBrains Mono",monospace">If I am trying to improve the target resolution even further(reducing -tr value) , it corrupts the output mbtile and a blank or blurred tile gets generated</pre><pre style="font-size:9.8pt;font-family:"JetBrains Mono",monospace">Also, the opening option ZOOM_LEVEL seems to error out(Using with -oo "ZOOM_LEVEL=9)</pre><pre style="font-size:9.8pt;font-family:"JetBrains Mono",monospace">Any help is appreciated.</pre><pre style="font-size:9.8pt;font-family:"JetBrains Mono",monospace"><br></pre><pre style="font-size:9.8pt;font-family:"JetBrains Mono",monospace">Thanks,</pre><pre style="font-size:9.8pt;font-family:"JetBrains Mono",monospace">Kanishk </pre><br class="gmail-Apple-interchange-newline">

</pre></pre></div></div></div></div>