tippecanoe 2.45.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

tippecanoe 2.45.0

tippecanoe Python Distributions

A project that packages tippecanoe as a Python package, enabling tippecanoe to be installed from PyPI:
pip install tippecanoe

or used as part of build-system.requires in a pyproject.toml file:
[build-system]
requires = ["tippecanoe"]

After installation, the Python bin directory for console scripts may need to be added to your path (or if installing in a venv, activate the venv).
Commands installed are: tippecanoe, tile-join, tippecanoe-decode, tippecanoe-enumerate, tippecanoe-json-tool, and tippecanoe-overzoom.
PyPI package versions will follow the major.minor.patch version numbers of tippecanoe releases.
Binary wheels for macOS and Linux for most CPU architectures supported on PyPI are provided. ARM wheels for Raspberry Pi available at https://www.piwheels.org/project/tippecanoe/.
tippecanoe PyPI Package Homepage
tippecanoe Homepage
tippecanoe Source Code
tippecanoe License: BSD 2-Clause "Simplified" License
Installing tippecanoe
tippecanoe can be installed by pip with:
pip install tippecanoe

or:
python -m pip install tippecanoe

Building from the source dist package requires internet access in order to download a copy of the tippecanoe source code.
Using with pipx
Using pipx run tippecanoe <args> will run tippecanoe without any install step, as long as the machine has pipx installed (which includes GitHub Actions runners).
Using with pyproject.toml
tippecanoe can be added to the build-system.requires key in a pyproject.toml file for building Python extensions that use tippecanoe to when building wheels.
[build-system]
requires = ["tippecanoe"]

License
The code for this project (for building the wheels) is covered by the 3-Clause BSD License.
tippecanoe is distributed under the BSD 2-Clause "Simplified" License. For more information about tippecanoe, visit https://github.com/felt/tippecanoe

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.