Queue operations to manage the processes surrounding tile rendering.
Project description
# tilequeue
A tile generator, used by itself for asyncronous tile generation or with [tileserver](https://github.com/tilezen/tileserver/) for serving tiles.
## Installation
We recommend following the vector-datasource [installation instructions](https://github.com/tilezen/vector-datasource/wiki/Mapzen-Vector-Tile-Service).
_Note: Installation has been tested using Python 2.7 and results with other versions may vary._
In addition to the dependencies in [requirements.txt](requirements.txt), tileserver requires
PostgreSQL client-side development library and headers (for psycopg)
GEOS library
These can be installed on Debian-based systems with ` sudo apt-get install libpq-dev libgeos-c1v5 `
Then install the python requirements with
pip install -Ur requirements.txt
Then:
python setup.py develop
## Configuration
See [config.yaml.sample](https://github.com/tilezen/tilequeue/blob/master/config.yaml.sample)
## Layer definitions
To understand the language tilequeue layer definitions, it’s best to look at the [Tilezen vector-datasource](https://github.com/tilezen/vector-datasource)
## License
Tilequeue is available under [the MIT license](https://github.com/tilezen/tilequeue/blob/master/LICENSE.txt).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tilequeue-1.8.0.tar.gz
.
File metadata
- Download URL: tilequeue-1.8.0.tar.gz
- Upload date:
- Size: 66.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2aaab94e1b57012cbcca366aaddd4da38af33ca65740874b81f59a0d9e450f63 |
|
MD5 | b69cb7328dc5eefd225b4fde11efd5c2 |
|
BLAKE2b-256 | 68cee5276c7108f129905d015b1ab3ecaabbbf0916db09c960598bcbea2673fa |