Does anyone know if it's possible to open a project template (.aptx) using ArcPy? Opening using arcpy.mp.ArcGISProject() doesn't appear to work and I can't see any way of creating a aprx off an aptx using ArcPy.
Alphabetical list of arcpy.mp classes—ArcGIS Pro | Documentation
As you found, you can access a project but not through a template
BUT
you can access tools through arctoolbox that perform that function
Extract Package (Data Management)—ArcGIS Pro | Documentation
see the code sample
arcpy.ExtractPackage_management(......
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.