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.