laptop and a wrench

Bug

The 'Create LRS Network From Existing Dataset' tool in ArcGIS Pro does not work when the geographic coordinate system is set for an input feature class.

Zuletzt veröffentlicht: February 23, 2021 ArcGIS Pro
Bug-ID-Nummer BUG-000137002
EingereichtJanuary 26, 2021
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Pro
Gefunden in Version2.7
BetriebssystemWindows OS
Betriebssystemversion10.0
StatusWill Not Be Addressed

Zusätzliche Informationen

In a Python script, when a spatial reference is created by WKID (arcpy.SpatialReference(4326)), all of its properties such as XY, M tolerances, and resolutions have default values. For M-tolerance, it is 0.001. The M units are derived based on the following parameters: XY-tolerance value, XY-tolerance units, and M-tolerance value. M-tolerance value must be converted properly as described in the documentation. The Python script must update the default values for M-tolerance and M-resolution. This is done by adding a couple of lines of code in the beginning: # METERSarcpy.env.MResolution = 0.00009988805323293938arcpy.env.MTolerance = 0.00099888053232939384or# MILESarcpy.env.MResolution = 0.000000062067434592500arcpy.env.MTolerance = 0.000000620674345925004

Schritte zur Reproduzierung

Bug-ID: BUG-000137002

Software:

  • ArcGIS Pro

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln