<?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 ArcHydro: Python Script: Centroidal Flow Path in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/archydro-python-script-centroidal-flow-path/m-p/639033#M3340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking for assistance from the ESRI community to write a python script that will calculate the &lt;/SPAN&gt;&lt;STRONG&gt;Centroidal Flow Path&lt;/STRONG&gt;&lt;SPAN&gt; of&amp;nbsp; based on the &lt;/SPAN&gt;&lt;STRONG&gt;Longest Flow Paths&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;Drainage Area Centroid&lt;/STRONG&gt;&lt;SPAN&gt;. I need to project a line at right angles to the &lt;/SPAN&gt;&lt;STRONG&gt;Longest Flow Path&lt;/STRONG&gt;&lt;SPAN&gt; split the &lt;/SPAN&gt;&lt;STRONG&gt;Longest Flow Paths&lt;/STRONG&gt;&lt;SPAN&gt;, remove the segment upstream of the &lt;/SPAN&gt;&lt;STRONG&gt;Drainage Area Centroid&lt;/STRONG&gt;&lt;SPAN&gt; and report the remaining segments as the &lt;/SPAN&gt;&lt;STRONG&gt;Centroidal Flow Paths&lt;/STRONG&gt;&lt;SPAN&gt; for each Watershed. I've attached a image to better explain what I'm trying to accomplish. The reason for wanting to script this is that I would like to embed this into my current ArcGIS Model that I've developed using ModelBuilder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jun 2012 08:44:33 GMT</pubDate>
    <dc:creator>PeterWilson</dc:creator>
    <dc:date>2012-06-30T08:44:33Z</dc:date>
    <item>
      <title>ArcHydro: Python Script: Centroidal Flow Path</title>
      <link>https://community.esri.com/t5/water-resources-questions/archydro-python-script-centroidal-flow-path/m-p/639033#M3340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking for assistance from the ESRI community to write a python script that will calculate the &lt;/SPAN&gt;&lt;STRONG&gt;Centroidal Flow Path&lt;/STRONG&gt;&lt;SPAN&gt; of&amp;nbsp; based on the &lt;/SPAN&gt;&lt;STRONG&gt;Longest Flow Paths&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;Drainage Area Centroid&lt;/STRONG&gt;&lt;SPAN&gt;. I need to project a line at right angles to the &lt;/SPAN&gt;&lt;STRONG&gt;Longest Flow Path&lt;/STRONG&gt;&lt;SPAN&gt; split the &lt;/SPAN&gt;&lt;STRONG&gt;Longest Flow Paths&lt;/STRONG&gt;&lt;SPAN&gt;, remove the segment upstream of the &lt;/SPAN&gt;&lt;STRONG&gt;Drainage Area Centroid&lt;/STRONG&gt;&lt;SPAN&gt; and report the remaining segments as the &lt;/SPAN&gt;&lt;STRONG&gt;Centroidal Flow Paths&lt;/STRONG&gt;&lt;SPAN&gt; for each Watershed. I've attached a image to better explain what I'm trying to accomplish. The reason for wanting to script this is that I would like to embed this into my current ArcGIS Model that I've developed using ModelBuilder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2012 08:44:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/archydro-python-script-centroidal-flow-path/m-p/639033#M3340</guid>
      <dc:creator>PeterWilson</dc:creator>
      <dc:date>2012-06-30T08:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcHydro: Python Script: Centroidal Flow Path</title>
      <link>https://community.esri.com/t5/water-resources-questions/archydro-python-script-centroidal-flow-path/m-p/639034#M3341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a tool in HEC-GeoHMS that does this. The program is written by ESRI and I found you don't have to create a GeoHMS project to used the tool. You just have to set the layers in the Data Management setting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Download it from the Corps of Engineer's HEC site (&lt;/SPAN&gt;&lt;A href="http://www.hec.usace.army.mil/software/hec-geohms/download.html"&gt;http://www.hec.usace.army.mil/software/hec-geohms/download.html&lt;/A&gt;&lt;SPAN&gt;) and install it. I believe HEC-GeoHMS 10 will, or will try, to install ArcHydro 10 also, so be aware of that in case you are working with an older version of ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For you &lt;/SPAN&gt;&lt;STRONG&gt;ESRI&lt;/STRONG&gt;&lt;SPAN&gt; folks who might be listening, it would be handy to have this tool in ArcHydro.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 15:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/archydro-python-script-centroidal-flow-path/m-p/639034#M3341</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2012-07-02T15:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcHydro: Python Script: Centroidal Flow Path</title>
      <link>https://community.esri.com/t5/water-resources-questions/archydro-python-script-centroidal-flow-path/m-p/639035#M3342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mark&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As soon as I've figured out how to compile a python script to accomplish Centroidal Flow Length, I'll post the code on the forum. HEC-GeoHMS keeps crashing my ArcGIS as its currently only available in Beta for ArcGIS 10 at this stage. I'm also running a later version of ArcHydro that not compatible with HEC-GeoHMS at this stage. I'll keep you posted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 08:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/archydro-python-script-centroidal-flow-path/m-p/639035#M3342</guid>
      <dc:creator>PeterWilson</dc:creator>
      <dc:date>2012-07-07T08:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: ArcHydro: Python Script: Centroidal Flow Path</title>
      <link>https://community.esri.com/t5/water-resources-questions/archydro-python-script-centroidal-flow-path/m-p/639036#M3343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; HEC-GeoHMS keeps crashing my ArcGIS as its currently only available in Beta for ArcGIS 10 at this stage.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Interesting. It does say GeoHMS for ArcGIS 10.0 is an "Early Access Preview (EAP)", but I've been using it for a while with little problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 14:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/archydro-python-script-centroidal-flow-path/m-p/639036#M3343</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2012-07-09T14:13:07Z</dc:date>
    </item>
  </channel>
</rss>

