The Make Feature Layer tool creates valid layers from point geometries in the Python window in ArcMap, but the tool creates an empty output if the same syntax is used in a Python IDE outside of ArcMap.
最後に公開された状態: February 17, 2017ArcGIS for Desktop
不具合 ID 番号
BUG-000095613
送信されました
April 7, 2016
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
N/A
オペレーティング システム
N/A
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Instead of putting ptG into MakeFeatureLayer, first persist it to a feature class even in_memory\. (using arcpy.CopyFeatures) then operation will be consistent.