When migrating large volume of electric data from a geometric network into utility network, one of the challenges is updating the appropriate terminal settings across such a large dataset.
Can anyone recommend a solution for this during data load? Hopefully I'm just missing something in plain site.
Solved! Go to Solution.
There is a tool in the Utility Network Package Tools that will assign the terminals to the lines based on the rules and coincidence. This tool only works in the asset package.
Modify Terminal Connection—Tool Reference | ArcGIS Solutions
Great, thanks for passing along that info!
There is a tool in the Utility Network Package Tools that will assign the terminals to the lines based on the rules and coincidence. This tool only works in the asset package.
Modify Terminal Connection—Tool Reference | ArcGIS Solutions
Perfect, I'll look into that tool, thanks!
Hi, you can also use the data loading tools from dltsolutions python package, where you can assign fromdeviceterminal and todeviceterminal when importing your line features.
You will need to split your line feature class or to tag the features based on what type of device they are connected at the first and last vertex.
Great, thanks for passing along that info!