Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciscorn/python-mvt-demo
Demonstration of generating Mapbox Vector Tile (MVT) map tiles with Python.
https://github.com/ciscorn/python-mvt-demo
Last synced: 2 months ago
JSON representation
Demonstration of generating Mapbox Vector Tile (MVT) map tiles with Python.
- Host: GitHub
- URL: https://github.com/ciscorn/python-mvt-demo
- Owner: ciscorn
- Created: 2023-05-29T06:41:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T15:52:07.000Z (about 1 year ago)
- Last Synced: 2024-10-17T03:37:12.220Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.32 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-mvt-demo
Initialize the project:
```
make init
```Run with Uvicorn (single-threaded with auto-reloading)
```
make run-single
```Run with Gunicorn (multi-processing)
```
make run-mp
```