Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 716 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 716 Bytes

tiles2sqlite

This simple python program converts a raster tiled geographical dataset in spherical Mercator projection (e.g. one generated by the gdal2tiles application) into a single sqlite file with different variants for use by mobile applications that usually prefer this kind of approach for tiled datasets.

The project is aplha and results may be still unusable.

It currently supports the sqlite-based format used by OsmAnd and the mbtiles format used for example by the Trekarta application.