文件名称:make-surface:矢量曲面创建例程
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-02 07:17:42
satellite imagery Python
Makesurface cool-tools 栅格-> Python中的矢量曲面创建工具 安装 从GitHub: pip install -e git+git@github.com:mapbox/make-surface.git#egg=makesurface 从PyPI pip install makesurface --pre 手动的 安装依赖项: 'click> = 3.0','fiona','numpy','rasterio','shapely','scipy','mercantile','pyproj' 克隆此仓库: :控制台: git clone git@github.com:mapbox/make-surface.git cd进入:console: make-surface然后pip install -e . 用法-矢量化 makesurface vecto
【文件预览】:
make-surface-master
----setup.py(973B)
----.gitignore(675B)
----requirements.txt(34B)
----LICENSE(1KB)
----setup.cfg(49B)
----README.md(3KB)
----README.rst(4KB)
----tests()
--------test_cli.py(250B)
--------test_mod.py(78B)
----makesurface()
--------__init__.py(737B)
--------scripts()