Hello FME Community,
I am working with a Utility Network Model (UNM) in ArcGIS Pro and need to perform a subnetwork trace using FME. Since FME does not have a dedicated transformer for UNM traces, I am exploring options using the Python Caller or Python Creator to execute this operation.
What I Need Help With:
-
Python Script Guidance:
-
How can I use the
arcpy
module (or another approach) within FME's Python Caller/Creator to perform a subnetwork trace. -
Are there any specific UNM functions or ArcPy methods that work best for this?
-
-
Input/Output Handling in FME:
-
i need to pass subnetwork name from FME to Python?
-
How can I return the traced features back into the FME workflow?
-
Environment:
-
FME 2021.x
-
ArcGIS Pro 3.x
-
Python 3.x