laptop and a wrench

Erro

The ArcPy polyline function creates lines that are missing many of the defined vertices.

ArcGIS Pro
Número de ID do Erro BUG-000164162
EnviadoJanuary 5, 2024
Última ModificaçãoDecember 15, 2024
Aplica-se àArcGIS Pro
Versão encontrada3.2.1
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusAs Designed

Informações Adicionais

The polyline geometry is missing a spatial_reference, it must be created as follows (or based on the spatial reference of the target feature class `poly = arcpy.Polyline(array, spatial_reference=arcpy.SpatialReference(4326))`. Problem with current script: The polyline geometry is created as follows: `poly = arcpy.Polyline(array)` Since no spatial_reference is specified, the geometry is created with UnknownSpatialReference which has a XYTolerance and resolution of 0.001 and 0.0001 respectively. The data is obviously WGS1984 data, and the XY tolerance value of 0.001 decimal degrees at the data's latitude is approximately 65 meters. The arcpy.da.InsertCursor simplifies the data (using XY tolerance) to insure data integrity. This matches pretty well with the output.

Etapas para Reproduzir

ID do Erro: BUG-000164162

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