Existe-t-il un moyen d'interagir avec ArcGIS Pro tout en utilisant un outil ETL spatial créé avec l'extension Data Interoperability ? Y a-t-il un moyen d'ajouter des exportations à une carte par exemple ? Ou d'utiliser Arcpy ou de déclencher des notebooks pour qu'ils s'exécutent dans le cadre d'un flux de travail plus large ? <\/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.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.