{ "info": { "author": "Chirstopher Fred\u00e9n", "author_email": "c.freden@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: GIS" ], "description": "# gdal2mbt\n\n*Create MBTiles from a GDAL file*\n\n## Requirements\n\n- Python 2.7\n\n## Installation\n\n```\npip install https://github.com/icetan/gdal2mbt/archive/master.zip\n```\n\nOr from source\n\n```\ngit clone https://github.com/icetan/gdal2mbt.git\npip install -e gdal2mbt\n```\n\n## Creating a MBTile file\n\n```sh\ngdal2mbt create goteborg.mbtiles 8 goteborg.vrt\n```\n\nOr use a JSON config file with an optional metadata dictionary that will\noverwrite the defaults in the MBTiles metadata table.\n\n```json\n{\n \"source\": \"goteborg.vrt\",\n \"num_levels\": 8,\n \"metadata\": {\n \"name\": \"goteborg\",\n \"description\": \"Aerial photos over G\u00f6teborg city\"\n }\n}\n```\n\n```sh\ngdal2mbt create -c goteborg.json goteborg.mbtiles\n```\n\nTo resume an aborted MBTiles creation process pass the `-r` flag to `create`.\n\n## Parallel jobs\n\nSpeed up MBTiles creation by distributing the load over several processors or\neven computers by using [GNU Parallel](http://www.gnu.org/software/parallel/).\n\nCreate an MBTiles file for each tile on zoom level 0, this will depend on the\nsecond argument which defines how many zoom levels to generate in total.\n\n```sh\ngdal2mbt config goteborg.vrt 6 | parallel gdal2mbt create -c\n```\n\nMerge all the created MBTiles to one.\n\n```sh\ngdal2mbt merge goteborg.mbtiles goteborg.*.mbtiles\n```\n\nOr to squash all MBTiles into one to save space use the destructive `-s` flag\nwhich will remove each merged MBTiles file.\n\n```sh\ngdal2mbt merge -s goteborg.*.mbtiles\n```\n\nAdd zoom levels that might have been omitted due to the amount of tiles on zoom\nlevel 0 at time of creation.\n\n```sh\ngdal2mbt levels goteborg.mbtiles 8\n```\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/icetan/gdal2mbt/", "keywords": "gdal,mbtiles,gis,tms", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "gdal2mbt", "package_url": "https://pypi.org/project/gdal2mbt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gdal2mbt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/icetan/gdal2mbt/" }, "release_url": "https://pypi.org/project/gdal2mbt/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "Create MBTiles from GDAL files.", "version": "0.4.1" }, "last_serial": 1339024, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "ba6403c06671b73f748776bf5b2633b0", "sha256": "50448013152bd49be9a679d8be55c5e79cbcbefa1ea0614b1d71e8ad03b66f21" }, "downloads": -1, "filename": "gdal2mbt-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ba6403c06671b73f748776bf5b2633b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6891, "upload_time": "2014-12-10T15:44:19", "url": "https://files.pythonhosted.org/packages/26/d3/f786adf1e3fdefa664037d1dcf74e06d6f011644ca9fd7a47d039202cf5c/gdal2mbt-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "8862f903cb1917c1a86ea4a6e789d368", "sha256": "133e64509f5310bca3ac50290361088a151bec3a671788faeef5a40383695681" }, "downloads": -1, "filename": "gdal2mbt-0.4.1.tar.gz", "has_sig": false, "md5_digest": "8862f903cb1917c1a86ea4a6e789d368", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8184, "upload_time": "2014-12-10T23:22:50", "url": "https://files.pythonhosted.org/packages/f4/e7/72c4cb7f7a19be74048dced2d45fc2149fbdd0cb1c00f027fabe9a41cf63/gdal2mbt-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8862f903cb1917c1a86ea4a6e789d368", "sha256": "133e64509f5310bca3ac50290361088a151bec3a671788faeef5a40383695681" }, "downloads": -1, "filename": "gdal2mbt-0.4.1.tar.gz", "has_sig": false, "md5_digest": "8862f903cb1917c1a86ea4a6e789d368", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8184, "upload_time": "2014-12-10T23:22:50", "url": "https://files.pythonhosted.org/packages/f4/e7/72c4cb7f7a19be74048dced2d45fc2149fbdd0cb1c00f027fabe9a41cf63/gdal2mbt-0.4.1.tar.gz" } ] }