mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +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
17 lines
645 B
Markdown
17 lines
645 B
Markdown
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 `multiprocessing` implementation in favor of `concurrent.futures`; remove `--implementation` option
|
|
* remove `--covers` quadkey feature
|
|
* replace progress estimation with exact counts; add `pyroaring` dependency
|
|
* remove `--image-dump` feature
|
|
* remove `--append/--overwrite` since PMTiles is not a database
|
|
* update dependencies
|
|
|
|
Otherwise, the behavior should be the same as `rio-mbtiles` v1.6.0. |