| 不具合 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.
再現の手順