Some tools (Con, IsNull) do not output results, which are successful.
上次发布: January 13, 2017ArcGIS for Desktop
漏洞 ID 编号
BUG-000093148
已提交
December 22, 2015
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.3
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is by design.
The behavior of Focal Statistics is different with that of Con and SetNull when using arcpy.sa, because the inside execution of these tools are different.
When running some tools such as arcpy.sa.Con() and arcpy.sa.SetNull(), they are acting like python behavior, and would have no tool execution history. While, tool such as arcpy.sa.FocalStatistics(), acts the same as geoprocesing tool, so it will have a result history. So if you use arcpy.gp.Con_sa() instead of arcpy.sa.Con(), it will act like the geoprocessing tool, and will have result history.