Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```