gdal2mbt
从 GDAL 文件创建 MBTiles
要求
Python 2.7
GDAL >=1.8
安装
从 PyPI 稳定发布。
pip install gdal2mbt
或直接来自源头的最新消息。
pip install https://github.com/icetan/gdal2mbt/archive/master.zip
发展
浏览源代码并进行修改。
git clone https://github.com/icetan/gdal2mbt.git
pip install -e ./gdal2mbt
创建 MBTile 文件
从 GDAL VRT 创建一个 MBTile。 ( )
gdal2mbt create goteborg.mbtiles 8 goteborg.vrt
或者使用带有可选元数据字典的 JSON 配置文件,该字典将覆盖 MBTiles
2022-03-28 22:42:40
9KB
Python
1