laptop and a wrench

不具合

The 'unit' argument is not honored when using arcgis.geometry.buffer.

最後に公開された状態: July 5, 2019 ArcGIS API for Python
不具合 ID 番号 BUG-000123291
送信されましたJune 24, 2019
最終更新日June 5, 2024
適用対象ArcGIS API for Python
見つかったバージョン1.6
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
修正されたバージョン2.0.0
ステータスFixed

対処法

The source of the problem is a minor error in the 1.6.1 source code for the buffer function in /arcgis/_impl/tools.py.

On line 5559:

params['units'] = unit

Correct to:

params['unit'] = unit

This update resolves the aforementioned problems and requests to /geometry are properly handled.

再現の手順

不具合 ID: BUG-000123291

ソフトウェア:

  • ArcGIS API for Python

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

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

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

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

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

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

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