The parallel processing factor set for the Flow Accumulation and Flow Direction tools is not respected if Background Geoprocessing is enabled.
最後に公開された状態: August 30, 2019ArcGIS for Desktop
不具合 ID 番号
BUG-000120580
送信されました
March 6, 2019
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
10.6.1
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Parallel processing capability on ArcMap is only available using the 32-bit version and not with the 64-bit Background Geoprocessing installed. To run these tools with parallel processing and in a 64-bit environment, use ArcGIS Server or ArcGIS Pro. As alternative solutions exist, this issue is not addressed at this time.
対処法
Disable Background Geoprocessing.If running the tool as a script:
Open Command Prompt:
cd <path to the directory containing the *.py script users want to run>
C:\Python27\ArcGIS10.x\python.exe <name of Python file>.py
The second line points to the 32-bit version of Python and then runs the specified Python file from that executable.