Files
PMTiles/REUSE.toml
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

26 lines
897 B
TOML

version = 1
[[annotations]]
path = ["app/**","cpp/**","js/**","openlayers/**","python/pmtiles/**","serverless/**"]
SPDX-FileCopyrightText = "2021 and later, Protomaps LLC and contributors"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["python/rio-pmtiles/**"]
SPDX-FileCopyrightText = "2025 and later, Protomaps LLC and contributors; 2024-2021 Mapbox"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "spec/**/*.md"
SPDX-FileCopyrightText = "2021 and later, Protomaps LLC and contributors"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "spec/v3/protomaps(vector)ODbL_firenze.pmtiles"
SPDX-FileCopyrightText = "© OpenStreetMap Contributors"
SPDX-License-Identifier = "ODbL-1.0"
[[annotations]]
path = "stamen_toner(raster)CC-BY+ODbL_z3.pmtiles"
SPDX-FileCopyrightText = "Stamen Design, © OpenStreetMap Contributors"
SPDX-License-Identifier = "CC-BY-4.0"