laptop and a wrench

Erro

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.

Última Publicação: February 23, 2021 ArcGIS Pro
Número de ID do Erro BUG-000137002
EnviadoJanuary 26, 2021
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Pro
Versão encontrada2.7
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0
StatusWill Not Be Addressed

Informações Adicionais

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

Etapas para Reproduzir

ID do Erro: BUG-000137002

Software:

  • ArcGIS Pro

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download