Download map tiles and store them in an MBTiles database
Project description
download-tiles
Download map tiles and store them in an MBTiles database
Installation
Install this tool using pip
:
$ pip install download-tiles
Usage
This tool downloads tiles from a specified TMS (Tile Map Server) server for a specified bounding box and range of zoom levels and stores those tiles in a MBTiles SQLite database. It is a command-line wrapper around the Landez Python libary.
Please use this tool responsibly. Consult the usage policies of the tile servers you are interacting with, for example the OpenStreetMap Tile Usage Policy.
Running the following will download zoom levels 0-3 of OpenStreetMap, 85 tiles total, and store them in a SQLite database called world.mbtiles
:
download-tiles world.mbtiles
You can customize which tile and zoom levels are downloaded using command options:
--zoom-levels
or -z
The different zoom levels to download. Specify a single number, e.g. 15
, or a range of numbers e.g. 0-4
. Be careful with this setting as you can easily go over the limits requested by the underlying tile server.
--bbox
or -b
The bounding box to fetch. Should be specified as min-lon,min-lat,max-lon,max-lat
. You can use bboxfinder.com to find these for different areas.
--tiles-url
The tile server URL to use. This should include {z}
and {x}
and {y}
specifiers, and can optionally include {s}
for subdomains.
The default URL used here is for OpenStreetMap, http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
--tiles-subdomains
A comma-separated list of subdomains to use for the {s}
parameter.
--verbose
Use this option to turn on verbose logging.
--cache-dir
Provide a directory to cache downloaded tiles between runs. This can be useful if you are worried you might not have used the correct options for the bounding box or zoom levels.
Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd download-tiles
python -mvenv venv
source venv/bin/activate
Or if you are using pipenv
:
pipenv shell
Now install the dependencies and tests:
pip install -e '.[test]'
To run the tests:
pytest
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
Built Distribution
File details
Details for the file download-tiles-0.1.tar.gz
.
File metadata
- Download URL: download-tiles-0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6ddf3edcc4cd89cc0074e158ded50637be5b0f8d3fe1f7474e7e71a186a6c51 |
|
MD5 | 34f5c2f4841f3cef7c75cd9cc93a2751 |
|
BLAKE2b-256 | 89255627650dd783e6645f7e09742fe7cca00f6053e93077bce2722af63e1eb1 |
File details
Details for the file download_tiles-0.1-py3-none-any.whl
.
File metadata
- Download URL: download_tiles-0.1-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf49fc16d7d4fafbad2e6f3bb79eaf6a3fd1896bc10d09eb7e2f85ab35b34e21 |
|
MD5 | e631b3f66e6af03afc453a24237e4b67 |
|
BLAKE2b-256 | 751e934dd5f44823bc64ad7341804f408745259aa5137b50b555fae7c1fae1a4 |