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
This commit is contained in:
Brandon Liu
2025-03-24 20:50:53 +08:00
committed by GitHub
parent 1d897f4f7e
commit 63182e525d
36 changed files with 1296 additions and 2 deletions

View File

@@ -49,7 +49,8 @@ jobs:
- run: python .github/check_examples.py
- run: cd js && npm ci && npm test
- run: cd js && npm run biome-check
- run: cd python && python -m unittest test/test_*
- run: cd python/pmtiles && python -m unittest test/test_*
- run: cd python/rio-pmtiles && pip install -r requirements-dev.txt && pip install -e . && PYTHONPATH=. pytest tests
- run: cd cpp && make
- run: cd serverless/cloudflare && npm ci && npm test
- run: cd serverless/vtfilter && npm ci && npm test