<span style=" font-size:10pt;font-family:sans-serif">Hello everyone,</span><br><br><span style=" font-size:10pt;font-family:sans-serif">I am in the process
of merging several MBTiles files (same zoom level, same CRS) into one file.</span><br><span style=" font-size:10pt;font-family:sans-serif">(Unfortunately
I am not allowed to use gdal_merge.py in my environment at the moment.)</span><br><br><span style=" font-size:10pt;font-family:sans-serif">Currently I am
doing this via the detour "gdalbuildvrt".</span><br><br><span style=" font-size:10pt;font-family:sans-serif">Example commands:</span><br><span style=" font-size:10pt;font-family:sans-serif">'gdalbuildvrt
complete.vrt Part1.mbtiles Part2.mbtiles ...'</span><br><span style=" font-size:10pt;font-family:sans-serif">'gdal_translate
-of MBTILES -co TILE_FORMAT=WEBP complete.vrt complete.mbtiles'</span><br><br><span style=" font-size:10pt;font-family:sans-serif">I then create
the pyramids using "gdaladdo". So far ok.</span><br><br><span style=" font-size:10pt;font-family:sans-serif">But the merging
of the individual files takes a long time. Is there possibly a better and
faster alternative?</span><br><br><span style=" font-size:10pt;font-family:sans-serif">Michael</span><br><font face="sans-serif"></font>