| Número de ID del error |
BUG-000159925 |
| Enviado | July 18, 2023 |
| Última modificación | September 17, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 3.1 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | N/A |
| Estado | Non-Reproducible
Este problema no se pudo reproducir cuando lo probó el equipo de desarrollo. Los problemas pueden recibir este estado cuando no se pueden reproducir o ya no son relevantes en una versión de desarrollo del software, pero no se ha instalado una solución específica para solucionar el problema. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
This performance issue is no longer reproducible in the current release of ArcGIS Pro and ArcGIS Enterprise.
Solución alternativa
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.
Pasos para reproducir