Skip to main content

MBUtil with ZYX scheme

Reason this release was yanked:

Not tested

Project description

MBUtilZYX

MBUtilZYX is a fork of the MBUtil utility for importing and exporting the MBTiles format, typically created with Mapbox TileMill.

Before exporting tiles to disk, see if there's a Mapbox Hosting plan or an open source MBTiles server implementation that works for you - tiles on disk are notoriously difficult to manage.

Note well: this project is no longer actively developed. Issues and pull requests will be attended to when possible, but delays should be expected.

Installation

Git checkout (requires git)

git clone https://github.com/larsmaxfield/mbutil_zyx.git
cd mbutil_zyx
# get usage
./mb-util-zyx -h

Then to install the mb-util-zyx command globally:

sudo python setup.py install
# then you can run:
mb-util-zyx

Python installation (requires easy_install)

easy_install mbutil_zyx
mb-util-zyx -h

Usage

$ mb-util-zyx -h
Usage: mb-util-zyx [options] input output

Examples:

    Export an mbtiles file to a directory of files:
    $ mb-util-zyx world.mbtiles tiles # tiles must not already exist

    Import a directory of tiles into an mbtiles file:
    $ mb-util-zyx tiles world.mbtiles # mbtiles file must not already exist

Options:
  -h, --help            Show this help message and exit
  --scheme=SCHEME       Tiling scheme of the tiles. Default is "xyz" (z/x/y),
                        other options are "tms" which is also z/x/y
                        but uses a flipped y coordinate, and "wms" which replicates
                        the MapServer WMS TileCache directory structure "z/000/000/x/000/000/y.png"''',
                        and "zyx" which is the format vips dzsave --layout google uses.
  --image_format=FORMAT
                        The format of the image tiles, either png, jpg, webp or pbf
  --grid_callback=CALLBACK
                        Option to control JSONP callback for UTFGrid tiles. If
                        grids are not used as JSONP, you can
                        remove callbacks specifying --grid_callback=""
  --do_compression      Do mbtiles compression
  --silent              Dictate whether the operations should run silently


Export an `mbtiles` file to files on the filesystem:

    mb-util-zyx World_Light.mbtiles adirectory


Import a directory into a `mbtiles` file

    mb-util-zyx directory World_Light.mbtiles

Requirements

  • Python >= 2.6

Metadata

MBUtilZYX 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"
}

Testing

This project uses nosetests for testing. Install nosetests:

pip install nose

or

easy_install nose

Then run:

nosetests

See Also

License

BSD - see LICENSE.md

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_zyx-0.4.0.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

mbutil_zyx-0.4.0-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file mbutil_zyx-0.4.0.tar.gz.

File metadata

  • Download URL: mbutil_zyx-0.4.0.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for mbutil_zyx-0.4.0.tar.gz
Algorithm Hash digest
SHA256 490b9767bfe4f8847ec9b01cd21849cad47882da2c35bbf469756b12e1727ab8
MD5 4d6f4526a4d76771fe3a5fc2d435d3dd
BLAKE2b-256 6bc80883701d891153df25f2d081165c0187c42fcbf4fc8454a3a4f316e535bb

See more details on using hashes here.

File details

Details for the file mbutil_zyx-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: mbutil_zyx-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for mbutil_zyx-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 831142e27f2d61f7f9dd970267b9877efa8b9fac010f5d3b1710a5f2dc0b914a
MD5 1f8f2399b055302744497a84531b602e
BLAKE2b-256 a14626b4f4393ad31faec0156fbf3c145a53fa380238e75462cfb87a2a9f5d76

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page