<div dir="ltr">The main reason (at the time - over 4 years ago) was:<div>- that there was no write support for mbtiles then</div><div>  (as you no doubt saw in the link you provided)</div><div><br></div><div>I just tried gdal_translate on a sample file and see:</div><div>- that it (seems) to support only 1 zoom level</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Warning 6: driver MBTiles does not support creation option ZOOM_LEVEL<br></blockquote><div><br></div><div>Whereas gdal2tiles supports a from/to zoom-levels</div><div>- creating the lowest level and then building the upper level from that</div><div>-- gdal_translate only does the first, but stops there</div><div><br></div><div>Since the main purpose of gdal2tiles is to create a set of tiles</div><div>- writing the output to a </div><div>-- tile-directory</div><div>or</div><div>-- a tile-database (which mbtiles is)</div><div>is a choice that should be offered.</div><div><br></div><div>In this case, the offered code is a full implementation of the mbtiles specification</div><div>- where as gdal_translate seems to have only a minimal support</div><div><br></div><div>At the time, the Geopaparazzi Users used gda2tiles heavily</div><div>- but due to the restrictions of FAT32 on sdcard's was almost impossible to use</div><div>After the implementation of writing mbtiles directly inside Geopaparazzi was done</div><div>- the reported problems went down to a near 0</div><div><br></div><div>Since the need existed for many to use the Application where no Internet connections exists, with the needed Zoom-Levels, this became a highly used function.</div><div><br></div><div>There has also been no requests the extend the features offered, so the implementation (which the python version was based upon) seem to fulfill all the needs. </div><div><br></div><div>For gdal2tiles to create a result that is a single file</div><div>- is simply easier to employ and use</div><div><br></div><div>So the short answer would be:</div><div>- one is a full implementation - that would fulfill all needs</div><div>- the other a partial implementation - that does not fulfill all needs</div><div><br></div><div>Mark</div><div><br></div></div>