An importer and exporter for MBTiles
Project description
# MBUtil
MBUtil is a utility for importing and exporting the [MBTiles](http://mbtiles.org/) format.
## Installation
Git checkout (requires git)
git clone git://github.com/mapbox/mbutil.git
cd mbutil
./mb-util -h
# then to install the mb-util command globally:
sudo python setup.py install
# then you can run:
mb-util
Python installation (requires easy_install)
easy_install mbutil
mb-util -h
## Usage
Export an `mbtiles` file to files on the filesystem:
mb-util World_Light.mbtiles adirectory
Import a directory into a `mbtiles` file
mb-util directory World_Light.mbtiles
## Requirements
* Python `>= 2.6`
## Metadata
MBUtil imports and exports metadata as JSON, in the root of the tile directory, as a file named `metadata.json`.
{
"name": "World Light",
"description": "A Test Metadata",
"version": "3"
}
## Authors
- Tom MacWright (tmcw)
- Dane Springmeyer (springmeyer)
- Mathieu Leplatre (leplatrem)
MBUtil is a utility for importing and exporting the [MBTiles](http://mbtiles.org/) format.
## Installation
Git checkout (requires git)
git clone git://github.com/mapbox/mbutil.git
cd mbutil
./mb-util -h
# then to install the mb-util command globally:
sudo python setup.py install
# then you can run:
mb-util
Python installation (requires easy_install)
easy_install mbutil
mb-util -h
## Usage
Export an `mbtiles` file to files on the filesystem:
mb-util World_Light.mbtiles adirectory
Import a directory into a `mbtiles` file
mb-util directory World_Light.mbtiles
## Requirements
* Python `>= 2.6`
## Metadata
MBUtil imports and exports metadata as JSON, in the root of the tile directory, as a file named `metadata.json`.
{
"name": "World Light",
"description": "A Test Metadata",
"version": "3"
}
## Authors
- Tom MacWright (tmcw)
- Dane Springmeyer (springmeyer)
- Mathieu Leplatre (leplatrem)
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
mbutil-0.0.2.tar.gz
(5.0 kB
view details)
File details
Details for the file mbutil-0.0.2.tar.gz
.
File metadata
- Download URL: mbutil-0.0.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c709822839492c02b6f8518346fe170f2430a9cb445e446eb04efcecfbac4156 |
|
MD5 | 58bcbbfbc1b28f4a9c1e17d48d46dcbe |
|
BLAKE2b-256 | dca03a76c98066009316b2cf934d2c0c5d8b03091db6fa1e609a4c1fff331b5a |