文件名称:shp2img:根据属性将 shapefile 转换为栅格高度图
文件大小:336KB
文件格式:ZIP
更新时间:2024-06-21 14:06:12
Python
描述 使用 1-3 个数字属性从 shapefile 生成多通道高度图的一次性使用方法。 用于为 GL 着色器创建高度图。 主要是我学习如何使用 PIL 和阅读 shapefile 的一种方式。 目前仅适用于包含多边形的 WGS84 投影形状文件。 要求 需要 pyshp ( pip install pyshp ) 和 Pillow ( pip install Pillow )。 用法 Usage: shp2img.py -f filename --rgb=attr1,attr2,attr3 [options] Options: -h, --help show this help message and exit --rgb=CHANNELS one attribute per channel (r,g,b -> attr1,attr2,at
【文件预览】:
shp2img-master
----README.md(2KB)
----shp2img.py(5KB)
----example_output.png(334KB)
----.gitignore(17B)