Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
predictwise opened this issue Mar 5, 2020 · 2 comments
Open

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

predictwise opened this issue Mar 5, 2020 · 2 comments

Comments

@predictwise
Copy link

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

@kannes
Copy link
Contributor

kannes commented Apr 11, 2023

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

@ondrap
Copy link

ondrap commented Jun 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants