漏洞 ID 编号 |
BUG-000159925 |
已提交 | July 18, 2023 |
上次修改时间 | September 17, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.1 |
操作系统 | Windows OS |
操作系统版本 | N/A |
状态 | Non-Reproducible
在开发团队测试过程中,此问题不可重现。 为问题分配此状态的可能原因包括:问题无法重现,或不再与软件的开发版本相关,但未安装特定修复程序来解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
This performance issue is no longer reproducible in the current release of ArcGIS Pro and ArcGIS Enterprise.
解决办法
Use a combination of other geoprocessing tools to accomplish the same output:
- Use arcpy.management.GeneratePointsAlongLines to place points at equal intervals along the line to use as the sample points for the elevation profile.
- Use arcpy.ExtractValuesToPoints to add the elevation value of the raster to each point as an attribute.
- Use arcpy.ddd.FeatureTo3DByAttribute to make the points 3D and add the extracted elevation values to the Z geometry of the point.
- Use arcpy.management.PointsToLine to reconnect all the points.
重现步骤