<?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: Extract elevation value from both ends of polyline? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/extract-elevation-value-from-both-ends-of-polyline/m-p/655701#M37134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The 3d analyst / Functional Surface / Add surface information tool will take your polyline and add info from a surface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One of the options is "Average slope". You can only add a surface statistic for each feature (like minZ, maxZ, slope etc.) If you need finer control you would probably have to dump the line vertices out to points then add the surface information to that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Neil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2013 07:36:16 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2013-12-20T07:36:16Z</dc:date>
    <item>
      <title>Extract elevation value from both ends of polyline?</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-elevation-value-from-both-ends-of-polyline/m-p/655700#M37133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a network of polylines representing a stream network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have a DEM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want to do is calculate the gradient of each stream in the network so I need to calculate the elevation at either side of the polyline to give me an upstream elevation and a downstream elevation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way that I can extract this data from the DEM?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 08:02:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-elevation-value-from-both-ends-of-polyline/m-p/655700#M37133</guid>
      <dc:creator>808707</dc:creator>
      <dc:date>2013-12-19T08:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Extract elevation value from both ends of polyline?</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-elevation-value-from-both-ends-of-polyline/m-p/655701#M37134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The 3d analyst / Functional Surface / Add surface information tool will take your polyline and add info from a surface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One of the options is "Average slope". You can only add a surface statistic for each feature (like minZ, maxZ, slope etc.) If you need finer control you would probably have to dump the line vertices out to points then add the surface information to that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Neil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 07:36:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-elevation-value-from-both-ends-of-polyline/m-p/655701#M37134</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2013-12-20T07:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extract elevation value from both ends of polyline?</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-elevation-value-from-both-ends-of-polyline/m-p/655702#M37135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The 3d analyst / Functional Surface / Add surface information tool will take your polyline and add info from a surface.&lt;BR /&gt;One of the options is "Average slope". You can only add a surface statistic for each feature (like minZ, maxZ, slope etc.) If you need finer control you would probably have to dump the line vertices out to points then add the surface information to that.&lt;BR /&gt;Good luck,&lt;BR /&gt;Neil&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Great thanks Neil. I'll give it a go and see what happens!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 09:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-elevation-value-from-both-ends-of-polyline/m-p/655702#M37135</guid>
      <dc:creator>808707</dc:creator>
      <dc:date>2013-12-20T09:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extract elevation value from both ends of polyline?</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-elevation-value-from-both-ends-of-polyline/m-p/655703#M37136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An alternate approach is to extract the nodes (you could use Feature Vertices To Points if you have Advanced license (ArcInfo)) then use the resulting point layer to sample the DEM using Extract Values to Points. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to extract the elevation where the river is you may want to consider building a flow accumulation grid and then run your points through the snap pour point tool. It would be these cells that are used to query the DEM. This would guarantee your elevation is extracted from the DEM pixel where the river is, rather than an adjacent hill slope.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 13:04:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-elevation-value-from-both-ends-of-polyline/m-p/655703#M37136</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2013-12-20T13:04:11Z</dc:date>
    </item>
  </channel>
</rss>

