<?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: Connection matrices for points along stream network in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/connection-matrices-for-points-along-stream/m-p/1005373#M3977</link>
    <description>&lt;P&gt;The first question is easily solved (I think) using the OD Cost Matrix tool&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/ready-to-use/itemdesc-generateorigindestinationcostmatrix.htm" target="_blank"&gt;Generate Origin Destination Cost Matrix (Ready To Use)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm not up-to-date on Pro Network Analysis so there may be a much easier/better way for the second question.&amp;nbsp; In theory you could iterate over each combination of origin and source to produce a route, then collect the traversed barriers from each route using&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/network-analyst/copy-traversed-source-features.htm" target="_blank"&gt;Copy Traversed Source Features (Network Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm using network analyst as a solution only because I can't comment on the hydro toolset, I'd hope there's a better built-in way someone can point you to though.&lt;/P&gt;</description>
    <pubDate>Sun, 29 Nov 2020 12:57:39 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2020-11-29T12:57:39Z</dc:date>
    <item>
      <title>Connection matrices for points along stream network</title>
      <link>https://community.esri.com/t5/water-resources-questions/connection-matrices-for-points-along-stream/m-p/1005347#M3976</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working with a polyline stream network (National Hydrography Dataset/NHD) and points (barriers) along stream network. I'm trying to generate two outputs;&lt;/P&gt;&lt;P&gt;1. A path-distance matrix showing the shortest-path distance between a one point (barrier) and all other points (barriers) in the network. The output should look like the following&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="20%"&gt;Barrier&lt;/TD&gt;&lt;TD width="20%"&gt;A&lt;/TD&gt;&lt;TD width="20%"&gt;B&lt;/TD&gt;&lt;TD width="20%"&gt;C&lt;/TD&gt;&lt;TD width="20%"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;A&lt;/TD&gt;&lt;TD width="20%"&gt;0&lt;/TD&gt;&lt;TD width="20%"&gt;10&lt;/TD&gt;&lt;TD width="20%"&gt;15&lt;/TD&gt;&lt;TD width="20%"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;B&lt;/TD&gt;&lt;TD width="20%"&gt;10&lt;/TD&gt;&lt;TD width="20%"&gt;0&lt;/TD&gt;&lt;TD width="20%"&gt;5&lt;/TD&gt;&lt;TD width="20%"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;C&lt;/TD&gt;&lt;TD width="20%"&gt;15&lt;/TD&gt;&lt;TD width="20%"&gt;5&lt;/TD&gt;&lt;TD width="20%"&gt;0&lt;/TD&gt;&lt;TD width="20%"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;D&lt;/TD&gt;&lt;TD width="20%"&gt;20&lt;/TD&gt;&lt;TD width="20%"&gt;10&lt;/TD&gt;&lt;TD width="20%"&gt;5&lt;/TD&gt;&lt;TD width="20%"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;where A:D are points (barriers), and numbers in the cells are total stream segment lengths between them.&lt;/P&gt;&lt;P&gt;2. A binary matrix for each path that shows which barriers lie along the path. The output should look like the following&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%"&gt;Source&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;Destination&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;A&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;B&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;C&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%"&gt;A&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;B&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;0&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%"&gt;A&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;C&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="16.666666666666668%"&gt;A&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;D&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;TD width="16.666666666666668%"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;where Source is the starting point (barrier), Destination is the ending point (barrier), and numbers in the cells indicate where the point identified on the column lies on the path (1 = true, 0 = false).&lt;/P&gt;&lt;P&gt;Is anyone familiar with this type of network/path analysis and knows a workflow that can calculate these outputs using ArcHydro or other tools? I've been working in ArcGIS Pro, but have access to ArcMap 10.6 as well. Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 00:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/connection-matrices-for-points-along-stream/m-p/1005347#M3976</guid>
      <dc:creator>GregGoodrum</dc:creator>
      <dc:date>2020-11-29T00:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Connection matrices for points along stream network</title>
      <link>https://community.esri.com/t5/water-resources-questions/connection-matrices-for-points-along-stream/m-p/1005373#M3977</link>
      <description>&lt;P&gt;The first question is easily solved (I think) using the OD Cost Matrix tool&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/ready-to-use/itemdesc-generateorigindestinationcostmatrix.htm" target="_blank"&gt;Generate Origin Destination Cost Matrix (Ready To Use)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm not up-to-date on Pro Network Analysis so there may be a much easier/better way for the second question.&amp;nbsp; In theory you could iterate over each combination of origin and source to produce a route, then collect the traversed barriers from each route using&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/network-analyst/copy-traversed-source-features.htm" target="_blank"&gt;Copy Traversed Source Features (Network Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm using network analyst as a solution only because I can't comment on the hydro toolset, I'd hope there's a better built-in way someone can point you to though.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 12:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/connection-matrices-for-points-along-stream/m-p/1005373#M3977</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-11-29T12:57:39Z</dc:date>
    </item>
  </channel>
</rss>

