<?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 of ridge crest of a mountain range in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227031#M12868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would they hydrology tool set help?&amp;nbsp; If you find the divided (watershed boundaries) in the dataset wouldn't that be the ridge you are looking for?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, I have to think longer.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please also look at my question for today. Please!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2013 22:10:11 GMT</pubDate>
    <dc:creator>AliciaMein</dc:creator>
    <dc:date>2013-05-15T22:10:11Z</dc:date>
    <item>
      <title>Extract elevation of ridge crest of a mountain range</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227028#M12865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to find the best way to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I started by just placing points 1km apart on the highest point of the DEM for the mountain range, using an aspect map to easily see where the slope shifts. It worked pretty well for much of the range since the highest point is easy to determine. My plans were to then link up these points into a series of 1km polylines to analyze.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It wasn't a perfect solution, but because much of the mountain range is very simple, it was workable. However, part of the mountain range has no clear single crest, and instead has a series of peaks. How to "draw" the crest between peaks isn't obvious.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to do is draw a rough line parallel to the general trend of the mountain range, and then grab the highest DEM value orthogonal to each point of the line. This would easily give me something I would can feel confident calling the "ridge crest" of the mountain range, with less opportunity for human error than my current plan.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to do this? A tool to look orthogonally from a line I draw, grab the highest value from a DEM in that direction, and attribute it to the line (or a new layer)? I haven't found any direct or indirect ways to do this from my searches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a ton!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 12:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227028#M12865</guid>
      <dc:creator>DavidWampler</dc:creator>
      <dc:date>2013-05-15T12:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extract elevation of ridge crest of a mountain range</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227029#M12866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could convert the dem to points.&amp;nbsp; it would give the points the value of each raster cell.&amp;nbsp; the end result would be the highest number indicates the highest point and so on.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could also play with the colors for the DEM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you open the layer properties and go to the symbology tab.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example I have a DEM of the Black Hills near Custer.&amp;nbsp; The low end is 4095 and the high is 6031&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select Classified and give it say 20 classifications.&amp;nbsp;&amp;nbsp; It will break it so that each group contains roughly 5% of the total number of values.&amp;nbsp; In the Black Hills DEM the top group has a range of 293 feet.&amp;nbsp; The bottom one has 163&amp;nbsp; another in the middle has only 75 feet of elevation change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you hit the classify button you can then lengthen or narrow the range that would represent the ridge.&amp;nbsp; You can give it&amp;nbsp; distinct red color to really make it pop out.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You then draw your line along the ridge. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm trying to find the best way to do this.&lt;BR /&gt;&lt;BR /&gt;I started by just placing points 1km apart on the highest point of the DEM for the mountain range, using an aspect map to easily see where the slope shifts. It worked pretty well for much of the range since the highest point is easy to determine. My plans were to then link up these points into a series of 1km polylines to analyze.&lt;BR /&gt;&lt;BR /&gt;It wasn't a perfect solution, but because much of the mountain range is very simple, it was workable. However, part of the mountain range has no clear single crest, and instead has a series of peaks. How to "draw" the crest between peaks isn't obvious.&lt;BR /&gt;&lt;BR /&gt;What I would like to do is draw a rough line parallel to the general trend of the mountain range, and then grab the highest DEM value orthogonal to each point of the line. This would easily give me something I would can feel confident calling the "ridge crest" of the mountain range, with less opportunity for human error than my current plan.&lt;BR /&gt;&lt;BR /&gt;Is there a way to do this? A tool to look orthogonally from a line I draw, grab the highest value from a DEM in that direction, and attribute it to the line (or a new layer)? I haven't found any direct or indirect ways to do this from my searches.&lt;BR /&gt;&lt;BR /&gt;Thanks a ton!&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 16:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227029#M12866</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-05-15T16:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extract elevation of ridge crest of a mountain range</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227030#M12867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response, but this does not particularly help me - the range crest varies by enough that in order to use a color ramp to isolate the ridge crest I would have to be constantly adjusting it every few dozen meters in some cases. Which is exactly the sort of time-consuming, prone-to-error approach I'm trying to avoid. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Converting to points also doesn't help - although it may open up some analysis options. I'm looking for a way to automatically extract the highest points in elevation of a DEM orthogonal to an arbitrary line I draw. If I create a massive array of points, the only way I could do this (that I can think of) would be to manually delete points until I am left with a set of points that represent the highest orthogonal value. Which seems extremely time-consuming too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In plain English, the tool I am looking for would do something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Take input of a polyline/line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Start at one end of the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Look orthogonally to it in both directions - find the highest value from the DEM layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Assign this value to a point/cell on this line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) Move one cell along the line and repeat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This would easily find the elevation of the ridge crest, which is all I really need. I'm not sure if the capacity to do this exists in ArcMAP though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 20:11:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227030#M12867</guid>
      <dc:creator>DavidWampler</dc:creator>
      <dc:date>2013-05-15T20:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Extract elevation of ridge crest of a mountain range</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227031#M12868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would they hydrology tool set help?&amp;nbsp; If you find the divided (watershed boundaries) in the dataset wouldn't that be the ridge you are looking for?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, I have to think longer.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please also look at my question for today. Please!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 22:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227031#M12868</guid>
      <dc:creator>AliciaMein</dc:creator>
      <dc:date>2013-05-15T22:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extract elevation of ridge crest of a mountain range</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227032#M12869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Would they hydrology tool set help?&amp;nbsp; If you find the divided (watershed boundaries) in the dataset wouldn't that be the ridge you are looking for?&lt;BR /&gt;Otherwise, I have to think longer.&amp;nbsp; &lt;BR /&gt;Please also look at my question for today. Please!&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, due to the nature of the DEM I have, establishing pour points would be an extensive process. This was actually the first thing I tried to do : ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I can't help you with your question. I'll think about it some, but it's not something I have done before.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 22:19:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227032#M12869</guid>
      <dc:creator>DavidWampler</dc:creator>
      <dc:date>2013-05-15T22:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Extract elevation of ridge crest of a mountain range</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227033#M12870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may be interested in checking out the following Knowledge Based Article.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/39093"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/39093&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 15:20:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-elevation-of-ridge-crest-of-a-mountain/m-p/227033#M12870</guid>
      <dc:creator>CarrieDavis</dc:creator>
      <dc:date>2013-05-16T15:20:15Z</dc:date>
    </item>
  </channel>
</rss>

