Commit Graph

3 Commits

Author SHA1 Message Date
Rob Labs
c98d8efe8d rio pmtiles: Add "PMTiles metadata attribution" to the Python code (#570)
* rio pmtiles:  Add "PMTiles metadata attribution" to the Python code

* rio pmtiles:  Add "tileSize" to the Metadata
2025-05-09 15:36:41 -07:00
Rob Labs
ef4f1b9d90 Update docs for rio-pmtiles (#564)
* `rio-pmtiles` docs:  update defaults from code for tile size, format & resampling.  Src:  `rio_pmtiles/scripts/cli.py`.   Tested with v1.0.0 + local GeoTIFF

* fix Bug in `rio-pmtiles` docs:  `--name` flag did not work.   Changed to what source code (cli.py) accepts

* Updating the docs for the flag `--description` to match the help note from `cli.py` Line 122
2025-04-30 05:12:13 -06:00
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