<?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: Determining the slope along a stream in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690867#M3557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;You can get the slope of all cells in a raster using Spatial Analyst Tools.tbx\Surface\Slope.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If your stream layer exactly follows the stream you would get if defined by the raster (they don't always), you can create a raster from your stream layer (Conversion Tools.tbx\To Raster\Feature to Raster).&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Then use the the Con() function to make another raster that only has the value from the slope raster where the stream raster exists (is not Null).&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jan 2014 17:46:16 GMT</pubDate>
    <dc:creator>MarkBoucher</dc:creator>
    <dc:date>2014-01-07T17:46:16Z</dc:date>
    <item>
      <title>Determining the slope along a stream</title>
      <link>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690866#M3556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looking to determine the slope along a stream in each cell in the raster. Does anyone know the best way to accomplish this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 17:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690866#M3556</guid>
      <dc:creator>ChristineWehner</dc:creator>
      <dc:date>2014-01-07T17:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Determining the slope along a stream</title>
      <link>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690867#M3557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;You can get the slope of all cells in a raster using Spatial Analyst Tools.tbx\Surface\Slope.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If your stream layer exactly follows the stream you would get if defined by the raster (they don't always), you can create a raster from your stream layer (Conversion Tools.tbx\To Raster\Feature to Raster).&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Then use the the Con() function to make another raster that only has the value from the slope raster where the stream raster exists (is not Null).&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 17:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690867#M3557</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2014-01-07T17:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Determining the slope along a stream</title>
      <link>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690868#M3558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to determine the slope along the stream in the downstream direction, creating a longitudinal profile. I believe that the slope raster does not necessarily give this value but calculates slope from the maximum change in z-value. Is there another way to ensure that the slope along the stream is being given in the downstream direction?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 17:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690868#M3558</guid>
      <dc:creator>ChristineWehner</dc:creator>
      <dc:date>2014-01-08T17:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Determining the slope along a stream</title>
      <link>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690869#M3559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, but you can use the 3D analyst and create a profile along the stream and calculate slope from there&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 17:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690869#M3559</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-01-08T17:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Determining the slope along a stream</title>
      <link>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690870#M3560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do exactly that. Basically after doing my DEM analysis (aka Terrain Reconditioning), I want to extract (and export to MS Excel) the x-y data for all the streams (drainage lines) I have generated for further slope analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how to extract and export the x-y data of the streams? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2014 16:57:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690870#M3560</guid>
      <dc:creator>TobiasOker</dc:creator>
      <dc:date>2014-08-31T16:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Determining the slope along a stream</title>
      <link>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690871#M3561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to extract the raw x-y data for all the streams and export to MS Excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2014 16:58:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/determining-the-slope-along-a-stream/m-p/690871#M3561</guid>
      <dc:creator>TobiasOker</dc:creator>
      <dc:date>2014-08-31T16:58:24Z</dc:date>
    </item>
  </channel>
</rss>

