How to convert MBtiles to .tpk files?

1761
3
08-17-2021 01:35 AM
CharlesYu
New Contributor II

I have some MBTiles, and I want to convert it to .tpk files so that I can use them locally in ArcGIS Unity plugin. But how to achieve that? The online information confuses me much.

Tags (2)
0 Kudos
3 Replies
David_Brooks
MVP Regular Contributor

The data interoperability extension now supports reading mbtiles, which you can now use to write to FGDB raster, and then create a tile package from that.

The TPKX is now also built on sqlite and the tile structure closely resembles MBTILES, so in theory you could convert pythonically.


David
..Maps with no limits..
CharlesYu
New Contributor II

Thanks a lot for your answer. But I'm a pretty newbie with ArcGIS Pro.  Could you tell me how to manipulate step by step?

For example , is "data interoperability extension" a tool or just a term. And how to "reading mbtiles" in ArcGIS Pro? And how to "write to FGDB raster"?

0 Kudos
Nico_Public
New Contributor

Interesting idea pythonically.  I'd love to hear if anyone is approaching it this way

0 Kudos