<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Load data into existing UN in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563902#M4619</link>
    <description>&lt;P&gt;You won't be able to connect a point to a line without changing the line geometry, at least by creating a vertex.&lt;/P&gt;&lt;P&gt;What I have done for a similar case is :&lt;/P&gt;&lt;P&gt;- check and update if necessary the Z value of your point feature to have the same as your line feature&lt;/P&gt;&lt;P&gt;- snap points to your lines (arcpy.edit.Snap)&lt;/P&gt;&lt;P&gt;- split lines at points (arcpy.management.SplitLineAtPoint)&lt;/P&gt;&lt;P&gt;- dissolve lines with ORIG_FID dissolve field (arcpy.analysis.PairwiseDissolve)&lt;/P&gt;&lt;P&gt;- update line geometries with the new dissolved geom (arcpy.da.UpdateCursor)&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2024 22:40:32 GMT</pubDate>
    <dc:creator>PierreloupDucroix</dc:creator>
    <dc:date>2024-12-02T22:40:32Z</dc:date>
    <item>
      <title>Load data into existing UN</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563577#M4610</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hopefully someone can help here.&lt;BR /&gt;&lt;BR /&gt;We want to add a bunch of attachments (Electric Junctions). These were created outside the UN.&amp;nbsp;&lt;BR /&gt;We have explored the append tool and as noted in a few other posts, it doesn't trigger an "edit" on the line it's placed on.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Another tool that was mentioned was "Integrate", which changes the geometry of the lines. Undesirable.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;How would one go about adding data to the UN and ensure it's maintaining the topology?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Adding a Electric Junction via the Edit Tools creates a dirty area around the point feature and the line it's placed on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not observed when you add using append and even after snapping the point the line.&amp;nbsp;&lt;BR /&gt;This means they are not actually connected.&amp;nbsp;&lt;BR /&gt;This is proved by tracing the circuit, the attachment added using edit tools is selected while the other one is not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gis_KIWI4_0-1733109218028.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/120622iECC7143DAD8F5F97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gis_KIWI4_0-1733109218028.png" alt="gis_KIWI4_0-1733109218028.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 03:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563577#M4610</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2024-12-02T03:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into existing UN</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563851#M4616</link>
      <description>&lt;P&gt;The imported junction feature is probably on a location on the line where there is no vertex.&amp;nbsp; When you create the junction using Pro, Pro actually edits the line and adds a vertex.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 21:01:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563851#M4616</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-12-02T21:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into existing UN</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563902#M4619</link>
      <description>&lt;P&gt;You won't be able to connect a point to a line without changing the line geometry, at least by creating a vertex.&lt;/P&gt;&lt;P&gt;What I have done for a similar case is :&lt;/P&gt;&lt;P&gt;- check and update if necessary the Z value of your point feature to have the same as your line feature&lt;/P&gt;&lt;P&gt;- snap points to your lines (arcpy.edit.Snap)&lt;/P&gt;&lt;P&gt;- split lines at points (arcpy.management.SplitLineAtPoint)&lt;/P&gt;&lt;P&gt;- dissolve lines with ORIG_FID dissolve field (arcpy.analysis.PairwiseDissolve)&lt;/P&gt;&lt;P&gt;- update line geometries with the new dissolved geom (arcpy.da.UpdateCursor)&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 22:40:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563902#M4619</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2024-12-02T22:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into existing UN</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563908#M4620</link>
      <description>&lt;P&gt;Thanks for the replies&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/125976"&gt;@JohnAlsup&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/208186"&gt;@PierreloupDucroix&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;So if I create the attachment, create a vertex and snap it to the vertex then I should expect the line and a point to be connected?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 22:47:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563908#M4620</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2024-12-02T22:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into existing UN</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563944#M4621</link>
      <description>&lt;P&gt;that should work.&amp;nbsp; If you have an existing Utility Network line feature, you would need to create the vertex on these lines, probably using some python code.&amp;nbsp; I would not use split line as that will change all the globalid's which could lead to other downstream problems if you have associations that these features participate in.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 01:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563944#M4621</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2024-12-03T01:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into existing UN</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563945#M4622</link>
      <description>&lt;P&gt;I agree with John, in my code, the split line at point and the dissolve steps generate secondary outputs (like in memory feature classes) that will be used at the end to update the UN line features' geometry.&lt;/P&gt;&lt;P&gt;You can also directly modify the lines' geom with python to add vertex&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 01:35:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563945#M4622</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2024-12-03T01:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into existing UN</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563946#M4623</link>
      <description>&lt;P&gt;Will give that a go.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 01:51:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1563946#M4623</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2024-12-03T01:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into existing UN</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1566583#M4658</link>
      <description>&lt;P&gt;That works!&amp;nbsp;&lt;BR /&gt;We used FME to create the Electric Junction Object -&amp;gt; snap the Electric Junction Object to the line and add a vertex.&amp;nbsp;&lt;BR /&gt;Validated the geometry and it participates in the tracing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;PS - I couldn't find any geoprocessing tool to add the vertex and was too lazy to try the python way.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 02:58:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/load-data-into-existing-un/m-p/1566583#M4658</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2024-12-10T02:58:37Z</dc:date>
    </item>
  </channel>
</rss>

