<?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 How to derive reach breaks in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/how-to-derive-reach-breaks/m-p/95322#M393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was recently asked to create maps of mainstem stream slopes within a bunch of watersheds classified into 5 slope categories. I was also asked to find changes in slope greater than 2%.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done this a few ways, but due to the need to find changes in slope I decided to do this as a routed network so I could manipulate external tables in Excel. I have a 10m DEM so I split my line into ~ 10m sections and converted to points. I used values from the DEM, interpolated for the location of the points to populate this point feature with elevations, and then I used the locate along line tool to create a route event table. I then manipulated this table in excel to be a line event table by making each points F_MEAS the preceding points T_MEAS and then using this to calculate a slope and a change in slope field. From this I can create a line route event layer for segment slope, and a point layer for change in slope.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The person I did this for finds this level of detail the equivalent of noise so I suggested that he define some reaches and I could average the slope. In response I was sent the TFW Stream Segment Identification manual with a methodology involving 3 mylar overlays and no GIS. I subsequently found this &lt;/SPAN&gt;&lt;A href="http://www.trentu.ca/iws/documents/StreamSegmentationandCharacterizationReport2006.pdf"&gt;http://www.trentu.ca/iws/documents/StreamSegmentationandCharacterizationReport2006.pdf&lt;/A&gt;&lt;SPAN&gt; methology that uses ArcHydro.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone out there have any methodology or tools they can point me towards? I have only defined reach breaks in the field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2012 23:11:46 GMT</pubDate>
    <dc:creator>MichaelStead</dc:creator>
    <dc:date>2012-04-10T23:11:46Z</dc:date>
    <item>
      <title>How to derive reach breaks</title>
      <link>https://community.esri.com/t5/water-resources-questions/how-to-derive-reach-breaks/m-p/95322#M393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was recently asked to create maps of mainstem stream slopes within a bunch of watersheds classified into 5 slope categories. I was also asked to find changes in slope greater than 2%.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done this a few ways, but due to the need to find changes in slope I decided to do this as a routed network so I could manipulate external tables in Excel. I have a 10m DEM so I split my line into ~ 10m sections and converted to points. I used values from the DEM, interpolated for the location of the points to populate this point feature with elevations, and then I used the locate along line tool to create a route event table. I then manipulated this table in excel to be a line event table by making each points F_MEAS the preceding points T_MEAS and then using this to calculate a slope and a change in slope field. From this I can create a line route event layer for segment slope, and a point layer for change in slope.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The person I did this for finds this level of detail the equivalent of noise so I suggested that he define some reaches and I could average the slope. In response I was sent the TFW Stream Segment Identification manual with a methodology involving 3 mylar overlays and no GIS. I subsequently found this &lt;/SPAN&gt;&lt;A href="http://www.trentu.ca/iws/documents/StreamSegmentationandCharacterizationReport2006.pdf"&gt;http://www.trentu.ca/iws/documents/StreamSegmentationandCharacterizationReport2006.pdf&lt;/A&gt;&lt;SPAN&gt; methology that uses ArcHydro.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone out there have any methodology or tools they can point me towards? I have only defined reach breaks in the field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 23:11:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/how-to-derive-reach-breaks/m-p/95322#M393</guid>
      <dc:creator>MichaelStead</dc:creator>
      <dc:date>2012-04-10T23:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to derive reach breaks</title>
      <link>https://community.esri.com/t5/water-resources-questions/how-to-derive-reach-breaks/m-p/95323#M394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your technique is how I create reaches along rivers, so you are not the only guy out there struggling!&amp;nbsp; In the past I've tended to scale the reach by something like strahler order or catchment size. This method will generate overlapping reaches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your existing 10m long line events will have the route ID and a start/end measure. You could try to start with the line nearest to the source and track downstream and identify when there is a big change in slope and identify that as your reach break? Thus lots of small changes in slow would be aggregated into a single reach. I'm not sure how this will work at tributary junctions at depends how you built your route layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will certainly require some coding by you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 15:50:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/how-to-derive-reach-breaks/m-p/95323#M394</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2012-04-30T15:50:34Z</dc:date>
    </item>
  </channel>
</rss>

