<?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: automatically modify Association Containment in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatically-modify-association-containment/m-p/1559746#M4545</link>
    <description>&lt;P&gt;You should be able to find an example you can adapt in the attribute rule github repo:&amp;nbsp;&lt;A href="https://github.com/Esri/arcade-expressions/tree/master/attribute-rules/attribute_rule_calculation" target="_blank"&gt;arcade-expressions/attribute-rules/attribute_rule_calculation at master · Esri/arcade-expressions · GitHub&lt;/A&gt;. Something like the "Contain feature in a container within a search distance" would be a good place to start.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2024 16:45:06 GMT</pubDate>
    <dc:creator>RobertKrisher</dc:creator>
    <dc:date>2024-11-18T16:45:06Z</dc:date>
    <item>
      <title>automatically modify Association Containment</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatically-modify-association-containment/m-p/1559566#M4538</link>
      <description>&lt;P&gt;I'm working with a large electric utility network data set I'm aiming to create an attribute rule or Python script that will automatically update the containment relationship between features in my utility network. Specifically, I want to ensure that each 'ElectricDevice' and 'ElectricLine' feature is correctly associated with its containing 'StructureBoundary' feature based on their spatial relationship&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 08:56:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/automatically-modify-association-containment/m-p/1559566#M4538</guid>
      <dc:creator>abderhman97</dc:creator>
      <dc:date>2024-11-18T08:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: automatically modify Association Containment</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatically-modify-association-containment/m-p/1559746#M4545</link>
      <description>&lt;P&gt;You should be able to find an example you can adapt in the attribute rule github repo:&amp;nbsp;&lt;A href="https://github.com/Esri/arcade-expressions/tree/master/attribute-rules/attribute_rule_calculation" target="_blank"&gt;arcade-expressions/attribute-rules/attribute_rule_calculation at master · Esri/arcade-expressions · GitHub&lt;/A&gt;. Something like the "Contain feature in a container within a search distance" would be a good place to start.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 16:45:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/automatically-modify-association-containment/m-p/1559746#M4545</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-11-18T16:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: automatically modify Association Containment</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatically-modify-association-containment/m-p/1561600#M4577</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/138089"&gt;@RobertKrisher&lt;/a&gt;&lt;BR /&gt;I can automatically establish containment relationships with arcade codes. However, I have a large amount of data (2 million features). I trigger the arcade codes during data append. This process takes approximately 72 hours, I want to do this from the Oracle database, is this possible?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 07:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/automatically-modify-association-containment/m-p/1561600#M4577</guid>
      <dc:creator>JohnGoat</dc:creator>
      <dc:date>2024-11-22T07:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: automatically modify Association Containment</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/automatically-modify-association-containment/m-p/1561682#M4579</link>
      <description>&lt;P&gt;If you're trying to create many associations at the same time you should either handle this during migration by populating the C_Associations table using a relationship or using the &lt;A href="https://doc.arcgis.com/en/arcgis-solutions/latest/tool-reference/utility-network-package/create-association-records.htm" target="_blank" rel="noopener"&gt;Create Association Records&lt;/A&gt; tool to establish associations based on spatial proximity. If you are beyond the asset package, you can write a Python script to generate a CSV file you can import using the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/utility-networks/import-associations.htm" target="_blank" rel="noopener"&gt;Import Associations&lt;/A&gt; tool.&lt;/P&gt;
&lt;P&gt;Arcade was designed to work with small collections of features at a time, it does not effectively scale to thousands of features at a time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 13:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/automatically-modify-association-containment/m-p/1561682#M4579</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-11-22T13:55:51Z</dc:date>
    </item>
  </channel>
</rss>

