https://github.com/mapnik/python-mapnik
Python bindings for mapnik
https://github.com/mapnik/python-mapnik
Last synced: 10 months ago
JSON representation
Python bindings for mapnik
- Host: GitHub
- URL: https://github.com/mapnik/python-mapnik
- Owner: mapnik
- License: lgpl-2.1
- Created: 2015-04-22T18:24:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T11:21:38.000Z (12 months ago)
- Last Synced: 2025-04-09T06:07:20.702Z (12 months ago)
- Language: Python
- Size: 132 MB
- Stars: 170
- Watchers: 22
- Forks: 90
- Open Issues: 150
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-openstreetmap - python-mapnik - Python wrapper for mapnik. (Libraries / Python)
README
**New** Python bindings for Mapnik **[WIP]**
https://github.com/pybind/pybind11
## Installation
### Building from Source
Make sure 'mapnik-config' is present and accessible via $PATH env variable
```
pip install . -v
```
## Testing
Once you have installed you can test the package by running:
```
pytest test/python_tests/
```