mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
Add rio-pmtiles command line tool. [#338] This is derived from the original mapbox/rio-mbtiles implementation, with changes: * output PMTiles only instead of MBTiles. * Python 3.7+ only. * remove --implementation, --image-dump, --append/--overwrite, --covers features. * bump dependency versions. * better progress reporting; add pyroaring. * update README and license texts. * rio-pmtiles v0.0.6 on PyPI
645 B
645 B
0.0.6
This is a port of the original rio-mbtiles developed by @sgillies at https://github.com/mapbox/rio-mbtiles.
Differences are:
- output clustered, compressed PMTiles archives instead of MBTiles
- require Python 3.7 or above
- remove
multiprocessingimplementation in favor ofconcurrent.futures; remove--implementationoption - remove
--coversquadkey feature - replace progress estimation with exact counts; add
pyroaringdependency - remove
--image-dumpfeature - remove
--append/--overwritesince PMTiles is not a database - update dependencies
Otherwise, the behavior should be the same as rio-mbtiles v1.6.0.