rio-rgbify icon indicating copy to clipboard operation
rio-rgbify copied to clipboard

How to merge multiple raster .mbtiles into the single one?

Open predictwise opened this issue 6 years ago • 2 comments

Hi,

I have multiple raster .mbtiles generated by command rio rgbify and all of them have the same zoom. Each of them is a part of city and can be combined together to form the whole city. Is there any solution I can merge them into a single one so that I am able to manage them more efficiently? Thank you

Oliver

predictwise avatar Mar 05 '20 16:03 predictwise

Sure, they are just SQLite databases with minimal metadata. You can use any SQLite management tool to merge their tiles table into one.

kannes avatar Apr 11 '23 15:04 kannes

that won't work, you have to merge the images at lower zoom level

ondrap avatar Jun 08 '23 13:06 ondrap