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.