<?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: Access UN connectivity in geodatabase in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1477549#M3946</link>
    <description>&lt;P&gt;I would suggest starting with the output of&amp;nbsp;&lt;A href="https://esri.github.io/Utility-Data-Management-Support-Tools/docs/3.3/TraceFilesToGeodatabase.html" target="_blank"&gt;https://esri.github.io/Utility-Data-Management-Support-Tools/docs/3.3/TraceFilesToGeodatabase.html&lt;/A&gt;.&amp;nbsp; We process the json files into a database, which might make it easier to work it.&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 10:32:10 GMT</pubDate>
    <dc:creator>MikeMillerGIS</dc:creator>
    <dc:date>2024-05-23T10:32:10Z</dc:date>
    <item>
      <title>Access UN connectivity in geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1477442#M3942</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to create a view that summarizes topological connectivity between objects of my network. The result should be very simple, like FromOID | ToOID and no geometry.&lt;/P&gt;&lt;P&gt;I found a table (un_XX_associations) that has information about the connectivity associations (junction-junction, structural attachment, etc.) but nothing related to topological connectivity between edges and points.&lt;/P&gt;&lt;P&gt;Is there a way to access this information, or do I need to trace the network and process the resulting JSON graph (which I would like to avoid) ?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 04:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1477442#M3942</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2024-05-23T04:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access UN connectivity in geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1477445#M3943</link>
      <description>&lt;P&gt;The data is a binary proprietary format and not available. You'll have to trace/export subnetwork and construct it yourself&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 04:20:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1477445#M3943</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2024-05-23T04:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Access UN connectivity in geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1477549#M3946</link>
      <description>&lt;P&gt;I would suggest starting with the output of&amp;nbsp;&lt;A href="https://esri.github.io/Utility-Data-Management-Support-Tools/docs/3.3/TraceFilesToGeodatabase.html" target="_blank"&gt;https://esri.github.io/Utility-Data-Management-Support-Tools/docs/3.3/TraceFilesToGeodatabase.html&lt;/A&gt;.&amp;nbsp; We process the json files into a database, which might make it easier to work it.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 10:32:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1477549#M3946</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2024-05-23T10:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Access UN connectivity in geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1477634#M3951</link>
      <description>&lt;P&gt;You can find a blog post describing the different outputs, options, and best practices for using JSON files here:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/utility-network/electric-gas/utility-network-journey-network-integrations/" target="_blank"&gt;Journey to the Utility Network: Network Integrations (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can find a description of how to parse those JSON files here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-utility-network-documents/parsing-utility-network-json-files/ta-p/1314718" target="_blank"&gt;https://community.esri.com/t5/arcgis-utility-network-documents/parsing-utility-network-json-files/ta-p/1314718&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 13:19:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1477634#M3951</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-05-23T13:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Access UN connectivity in geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1478140#M3956</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you all for your answers.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/188597"&gt;@MikeMillerGIS&lt;/a&gt;, I didn't know about the TraceFileToGeodatabase, so many geat tools in this toolbox. As far as I understand, it "only" translates a JSON to more readable GDB tables. This is a great way to manipulate trace results with arcpy and cursors instead of parsing the JSON.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/138089"&gt;@RobertKrisher&lt;/a&gt;, I just watched your presentation at the dev summit about parsing JSON for network analysis, great work. We made our own code to translate trace JSON to electric CIM XML files, but will definitely look at your solution. For the current purpose, I would like to stay arcpy-y and will look at Mike's solution.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 23:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/access-un-connectivity-in-geodatabase/m-p/1478140#M3956</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2024-05-23T23:40:36Z</dc:date>
    </item>
  </channel>
</rss>

