tippecanoe
Builds vector tilesets from large (or small) collections of GeoJSON, FlatGeobuf, or CSV features
What it is and what it does
tippecanoe is a Python distribution wrapper around the tippecanoe command-line tool, which converts geographic feature data (GeoJSON, FlatGeobuf, CSV) into vector tilesets in MBTiles format. It installs as a set of console commands (tippecanoe, tile-join, tippecanoe-decode, tippecanoe-enumerate, tippecanoe-json-tool, tippecanoe-overzoom) that you run from the shell or invoke programmatically.
The package provides prebuilt binary wheels for macOS and Linux across multiple architectures, eliminating the need to compile tippecanoe yourself. It has no Python runtime dependencies, making it lightweight to install. You can use it standalone via pip, integrate it into build systems via pyproject.toml, or run it on-demand with pipx without a permanent installation.
Use it for:
- Convert large GeoJSON feature collections into optimized MBTiles for use in web mapping applications
- Build vector tilesets from CSV or FlatGeobuf data as part of a geospatial data pipeline
- Include tippecanoe in a Python project's build-system.requires to generate tiles during wheel builds
- Run tippecanoe in CI/CD workflows (e.g., GitHub Actions) without pre-installing it, using pipx
- Decode and inspect existing MBTiles or manipulate tilesets with tile-join and other bundled utilities
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Packages the tippecanoe command-line tool as a Python package, making it installable via pip and usable in build systems to convert GeoJSON, FlatGeobuf, or CSV features into vector tilesets.
Yes, if you need to generate or manipulate vector tilesets from geographic data. The package is actively maintained, has no security vulnerabilities, carries a permissive license, and provides convenient prebuilt binaries for common platforms. Install friction is moderate but manageable; the main consideration is ensuring your target architecture has a prebuilt wheel available.
Install
tippecanoe on PyPI
pip
pip install tippecanoeuv
uv add tippecanoepoetry
poetry add tippecanoeInstalling tippecanoe
Before you install
Medium install friction due to binary compilation; however, prebuilt wheels are provided for macOS and Linux across most CPU architectures, making installation straightforward on supported platforms. Repository is active with recent commits.
License in practice
Permissive BSD License (BSD 2-Clause for tippecanoe itself, BSD 3-Clause for the packaging wrapper). No restrictions on commercial or proprietary use.
Quickstart
pip install tippecanoe
After installation, run tippecanoe commands directly:
tippecanoe -o output.mbtiles input.geojson
Or use in pyproject.toml:
[build-system]
requires = ["tippecanoe"]
The Python bin directory must be on your PATH after installation, or activate a virtual environment if installing in one. Building from source requires internet access to download tippecanoe source code.
Verify before relying
- Whether prebuilt wheels cover all intended deployment architectures beyond the listed macOS and Linux platforms
- Performance characteristics when processing very large GeoJSON or CSV datasets
- Specific version compatibility with downstream tools that consume the generated tilesets
Package facts
| License | BSD License (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 612 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 95,613/month — #13,261 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tippecanoe-2.72.0-py2.py3-none-macosx_10_14_x86_64.whl; tippecanoe-2.72.0-py2.py3-none-macosx_11_0_arm64.whl; tippecanoe-2.72.0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl; tippecanoe-2.72.0-py2.py3-none-manylinux_2_17_i686.manylinux2014_i686.whl; tippecanoe-2.72.0-py2.py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl; tippecanoe-2.72.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; tippecanoe-2.72.0-py2.py3-none-musllinux_1_2_aarch64.whl; tippecanoe-2.72.0-py2.py3-none-musllinux_1_2_i686.whl; tippecanoe-2.72.0-py2.py3-none-musllinux_1_2_ppc64le.whl; tippecanoe-2.72.0-py2.py3-none-musllinux_1_2_s390x.whl; tippecanoe-2.72.0-py2.py3-none-musllinux_1_2_x86_64.whl
Keywords: tags!
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
swigProvides SWIG as a PyPI-installable package,…
copyleft · top 5,000 on PyPI
cmeelcmeel is a PEP 517 build backend that packages…
permissive · top 5,000 on PyPI
supermorecadoExtends morecantile with command-line and…
permissive · top 15,000 on PyPI
pmtilesRead and write PMTiles archives, a single-file…
permissive · top 15,000 on PyPI
contextilyContextily retrieves tile-based map imagery…
permissive · top 15,000 on PyPI
pyGeoTileConverts between geographic coordinate systems…
permissive · top 15,000 on PyPI
scikit-build-coreA build backend that uses CMake to compile…
permissive · top 5,000 on PyPI
cmakeDistributes CMake 4.4.2 as a Python package,…
permissive · top 5,000 on PyPI
charmcraftlocalPacks Juju charms with local Python package…
unclear · top 15,000 on PyPI
overturemapsDownload and convert Overture Maps geospatial…
permissive · top 15,000 on PyPI