Automatically generate a list of all possible tiles
Project description
VectorTileGenerator
A python package to automatically generate a list of all possible tiles options between two zoom levels and a bounding box.
Install
pip install VectorTileGenerator
How to use
from tileGenerator import generator
tileGeneration = generator.GenerateTiles(1, 5, [-118, 34, -84, 50])
# Demo of generating tiles
print(tileGeneration.generate())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file VectorTileGenerator-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: VectorTileGenerator-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bebf3ac1e3ce6c77cd44bb71328f8a7b6da62ae750bfac7dd58f9ef878e16fb |
|
MD5 | f3b078c74044dd9a73db3e2265a1b286 |
|
BLAKE2b-256 | 1327e5fd2245014d6a1c9c4701b702dbc95d33ce99874634690f70b342dcae60 |