Using the arcpy.SetLogMetadata(False) function does not disable metadata.
最後に公開された状態: February 6, 2023ArcGIS Pro
不具合 ID 番号
BUG-000154836
送信されました
December 30, 2022
最終更新日
October 7, 2024
適用対象
ArcGIS Pro
見つかったバージョン
N/A
オペレーティング システム
N/A
オペレーティング システムのバージョン
N/A
ステータス
As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
参考情報
The arcpy.SetLogMetadata() function does not stop the XML metadata file from being created but keeps ArcGIS Pro from logging geoprocessing tools used on the layer in the metadata file.
While logging metadata, geoprocessing tools run on the layer are documented within the XML file as an < Process > under the < lineage > tag. If logging is set to False, then the geoprocessing tools run on the layer will not be logged there.