laptop and a wrench

Erro

Provide the ability to add the chord distance as a field in the attribute table when utilizing the Traverse tool under COGO in the Tools drop-down menu in ArcGIS Pro.

ArcGIS Pro
Número de ID do Erro BUG-000171087
EnviadoSeptember 27, 2024
Última ModificaçãoNovember 13, 2024
Aplica-se àArcGIS Pro
Versão encontrada3.3.2
Sistema OperacionalWindows OS
Versão do Sistema Operacional11.0 64 bit
StatusAs Designed

Informações Adicionais

The COGO Enabled feature class schema consists of the minimal number of parameters to define 2-point lines, true curves, and spiral curves. Adding additional fields can create inconsistencies and conflicts. Additional fields can be added, and attribute rules can be used to update them on the fly. For example, a chord distance field can be added, and the following Arcade expression can be used: // return chord length given a radius and arclength var r = $feature.radius; //radius var al = $feature.ArcLength; //arclength var chord If (!IsEmpty($feature.Radius)){     chord = 2*r*sin(al/2*r);     return chord }

Solução Provisória

Create a new field in the attribute table for the chord distance and use the following formula:

2 * !Radius! * math.sin((!ArcLength! / !Radius!) /2).

formula.png

Additionally, use the Export ArcMap Traverse File option, as it would have all the fields, including chord length, and a join can be performed with the .txt file and the feature.

Convert the .txt file into a .dbf file using the Table To Geodatabase (Conversion) geoprocessing tool.

export.png

Etapas para Reproduzir

ID do Erro: BUG-000171087

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