| Numéro d’ID de bogue |
BUG-000159925 |
| Envoi | July 18, 2023 |
| Dernière modification | September 17, 2025 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 3.1 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | N/A |
| Statut | Non-Reproducible
Ce problème n’a pas pu être reproduit au cours des tests réalisés par l’équipe de développement. Ce statut peut être attribué aux problèmes qui sont impossibles à reproduire ou qui ne sont plus d’actualité dans une version de développement du logiciel, alors qu’aucun correctif spécifique n’a été installé pour résoudre le problème. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
This performance issue is no longer reproducible in the current release of ArcGIS Pro and ArcGIS Enterprise.
Solution de contournement
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.
Étapes pour reproduire