Convert VTPK to MBTiles. VTPK have to decompress before convert.
- openvtpk(https://github.com/syncpoint/openvtpk)
python vtpk2mbtiles.py VTPK_PATH
VTPK_PATH is the folder where is VTPK decompressed to
- vector tile document(https://github.com/mapbox/vector-tile-spec)
- bitstring(https://bitstring.readthedocs.org)
- pymbtiles(https://github.com/consbio/pymbtiles)
- pyproj(https://github.com/pyproj4/pyproj)