elevation_profile:从DEM栅格获取LineString的高程剖面

时间:2024-04-09 14:40:34
【文件属性】:

文件名称:elevation_profile:从DEM栅格获取LineString的高程剖面

文件大小:27KB

文件格式:ZIP

更新时间:2024-04-09 14:40:34

Python

高程取样器 描述 通过从DEM栅格采样创建LineString的高程剖面。 特征: 从栅格采样时的双三次插值(考虑采样点周围的4x4像元) 高程轮廓的平滑 应当线性插值的通过段(例如,桥梁/隧道) 调整森林/市区的高度 自动参考系统处理 安装 git clone git@github.com:tschopo/elevation_profile.git cd .. python3 -m pip install -e elevation_profile/ 更新 cd elevation_profile git pull 例子 # load the DEM elevation_sampler = ElevationSampler ( "DEM.tif" ) # define a line to sample along / or wrap in a geopandas GeoSeries for


【文件预览】:
elevation_profile-main
----draft.txt(761B)
----ElevationSampler()
--------__init__.py(34B)
--------__pycache__()
--------core.py(20KB)
----ElevationSampler.egg-info()
--------dependency_links.txt(1B)
--------PKG-INFO(224B)
--------requires.txt(53B)
--------SOURCES.txt(306B)
--------top_level.txt(17B)
--------zip-safe(1B)
----setup.py(428B)
----README.md(2KB)
----dist()
--------ElevationSampler-1.0.tar.gz(5KB)
--------ElevationSampler-1.0.zip(8KB)
----.gitignore(2KB)

网友评论