Data Interoperability拡張機能で作成されたSpatial ETLツールを使用しながらArcGIS Proと連携する方法はありますか?例えば、マップにエクスポートを追加する方法はありますか?または、Arcpyを使用したり、ノートブックをトリガーしてより広範なワークフローの一部として実行することは可能ですか? <\/P>
Hi Ryan, there are a few ways. You can add a Spatial ETL tool to a ModelBuilder model, in which case you can do things like use the Select Data model tool to work with output data, add it to a map etc. You can also use a FeatureSet input parameter in a model to interact with a map, for example get the JSON representation of the featureset and make it an ETL tool input. Inside ETL tools themselves a shutdown script can call ArcPy, including arcpy.mp etc. Spatial ETL tools can also be called with Python - you can get the code by manually running one and using the history entry Copy Python Command - and use it in a Notebook. Don't forget to add code to check out the extension. Don't forget you can schedule ETL tools just like any Pro geoprocessing tool.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.