Files
PMTiles/python/rio-pmtiles/CHANGELOG.md
Brandon Liu 63182e525d rio-pmtiles python package [#338] (#542)
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
2025-03-24 20:50:53 +08:00

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 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.