laptop and a wrench

不具合

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

ArcGIS Pro
不具合 ID 番号 BUG-000164162
送信されましたJanuary 5, 2024
最終更新日December 15, 2024
適用対象ArcGIS Pro
見つかったバージョン3.2.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスAs Designed

参考情報

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.

再現の手順

不具合 ID: BUG-000164162

ソフトウェア:

  • ArcGIS Pro

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動