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.

Last Published: February 23, 2021 ArcGIS Pro
Bug ID Number BUG-000137002
SubmittedJanuary 26, 2021
Last ModifiedJune 5, 2024
Applies toArcGIS Pro
Version found2.7
Operating SystemWindows OS
Operating System Version10.0
StatusWill Not Be Addressed

Additional Information

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

Steps to Reproduce

Bug ID: BUG-000137002

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options