<?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: Script to Trace Water Mains to Fire Hydrant in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382483#M30134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to your help. But am I able to do the same things without geometric network? My company does not allow building network in geodatabase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2020 04:42:11 GMT</pubDate>
    <dc:creator>MatsHardy</dc:creator>
    <dc:date>2020-06-05T04:42:11Z</dc:date>
    <item>
      <title>Script to Trace Water Mains to Fire Hydrant</title>
      <link>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382481#M30132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a line feature class of water mains and another point feature class of fire hydrants. The water mains are inter-connected and the fire hydrants are connected to the tips of the water mains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I wants trace from a water mains feature to all connected fire hydrants. Are there any functions in arcpy allow me to do so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 03:44:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382481#M30132</guid>
      <dc:creator>MatsHardy</dc:creator>
      <dc:date>2020-06-04T03:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Script to Trace Water Mains to Fire Hydrant</title>
      <link>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382482#M30133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be out of luck if you are strictly an ArcGis Pro user:&amp;nbsp; This idea post is a coule years old and indicates that geometric network traces are an ArcMap only sort of thing:&amp;nbsp;&lt;A href="https://community.esri.com/ideas/15803-support-for-geometric-networks-in-pro"&gt;Support for Geometric Networks in Pro&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your are an ArcMap user, start here:&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geometric-networks/what-are-geometric-networks-.htm" title="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geometric-networks/what-are-geometric-networks-.htm"&gt;What are geometric networks?—Help | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 03:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382482#M30133</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-06-04T03:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Script to Trace Water Mains to Fire Hydrant</title>
      <link>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382483#M30134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to your help. But am I able to do the same things without geometric network? My company does not allow building network in geodatabase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 04:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382483#M30134</guid>
      <dc:creator>MatsHardy</dc:creator>
      <dc:date>2020-06-05T04:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script to Trace Water Mains to Fire Hydrant</title>
      <link>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382484#M30135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps, but that's beyond me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 12:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382484#M30135</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-06-05T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Script to Trace Water Mains to Fire Hydrant</title>
      <link>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382485#M30136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a more advanced way (partially arcpy) you could implement Dijkstra algorithm to check the data in a non geometric network.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without doing any searching there might be an existing python implementation already you could use. If not the algorithm is pretty straightforward.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://en.m.wikipedia.org/wiki/Dijkstra%27s_algorithm" title="https://en.m.wikipedia.org/wiki/Dijkstra%27s_algorithm"&gt;Dijkstra's algorithm - Wikipedia&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2020 03:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382485#M30136</guid>
      <dc:creator>CodyScott</dc:creator>
      <dc:date>2020-06-06T03:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Script to Trace Water Mains to Fire Hydrant</title>
      <link>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382486#M30137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. I am looking for arcpy scripts to search point features snapped on line features. Do you any arcpy functions to do so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 03:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382486#M30137</guid>
      <dc:creator>MatsHardy</dc:creator>
      <dc:date>2020-06-09T03:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Script to Trace Water Mains to Fire Hydrant</title>
      <link>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382487#M30138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this out. You can modify it to however you'd like once you download it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/namur007/arcgis_dijkstra" title="https://github.com/namur007/arcgis_dijkstra"&gt;GitHub - namur007/arcgis_dijkstra: Dijkstra shortest path python toolbox for ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:17:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382487#M30138</guid>
      <dc:creator>CodyScott</dc:creator>
      <dc:date>2020-06-12T16:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Script to Trace Water Mains to Fire Hydrant</title>
      <link>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382488#M30139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2020 17:47:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-to-trace-water-mains-to-fire-hydrant/m-p/382488#M30139</guid>
      <dc:creator>MatsHardy</dc:creator>
      <dc:date>2020-06-13T17:47:46Z</dc:date>
    </item>
  </channel>
</rss>

