| Bug-ID-Nummer |
BUG-000159925 |
| Eingereicht | July 18, 2023 |
| Zuletzt geändert | September 17, 2025 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 3.1 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | N/A |
| Status | Non-Reproducible
Dieses Problem konnte bei Tests durch das Entwicklungsteam nicht reproduziert werden. Problemen wird u. U. dieser Status zugewiesen, wenn sie nicht reproduziert werden können oder in einer Entwicklungsversion der Software nicht mehr relevant sind. Es wurde jedoch kein Fix zur Problembehebung installiert. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
This performance issue is no longer reproducible in the current release of ArcGIS Pro and ArcGIS Enterprise.
Workaround
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.
Schritte zur Reproduzierung