Skip to content

BharathRajaGajula/mbtiles2osmand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Converts mbtiles format to sqlitedb format suitable for OsmAnd and RMaps. Also possible convert tiles to jpeg to reduce the file size (--jpg option).

Usage

python3 mbtiles2osmand.py [-h] [-f] [--jpg JPEG_QUALITY] input output

input               input file
output              output file

optional arguments:
  -h, --help          show this help message and exit
  -f, -force          override output file if exists
  --jpg JPEG_QUALITY  convert tiles to JPEG with specified quality

Examples

Simple: python3 mbtiles2osmand.py input.mbtiles output.sqlitedb

Converting tiles to jpeg with compression: python3 mbtiles2osmand.py --jpg 75 input.mbtiles output.sqlitedb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%