1. 安装pip。
我们同样需要在Python的官网上去下载,下载地址是:
https://pypi.python.org/pypi/pip#downloads
2. 解压。
解压pip-9.0.1.tar.gz
3. 安装。
用cmd控制台进入解压目录,输入:
python setup.py install
4. 验证。
pip –V
5.安装tilestache
pip install tilestache -i https://mirrors.ustc.edu.cn/pypi/web/simple
6.安装mbutil
pip install mbutil -i https://mirrors.ustc.edu.cn/pypi/web/simple
复制 C:\Python27\ArcGIS10.4\Scripts\mb-util
为 C:\Python27\ArcGIS10.4\Scripts\mb-util.py
运用方式(导出):
python C:/Python27/ArcGIS10.4/Scripts/mb-util.py santiago.mbtiles santiago
7.