<?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: Make Spot Heights High and Low in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/make-spot-heights-high-and-low/m-p/184216#M6195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need the spatial analyst.&amp;nbsp; SA does lack some basic tools, so you will need to determine what you want to classifiy as a 'peak'&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The single highest value?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;A range of high values?&amp;nbsp; as an area?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;As a neighborhood difference in elevation&amp;nbsp; (ie difference in elevation within 1km^2 with a difference in elevation of 500m&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The first option requires that you know what the highest value is&amp;nbsp;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/get-raster-properties.htm"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/data-management/get-raster-properties.htm&lt;/A&gt; then you simply query the dem for it.&amp;nbsp; Pretty useless since it will miss out 'peaks' that are 1 meter shorter&lt;/P&gt;&lt;P&gt;The second option is a bit more forgiving, except plateaus at elevation (mesas) would be considered peaks&lt;/P&gt;&lt;P&gt;The third option entails using an appropriate neighborhood with focal statistics or block statistics with 'range' option&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/focal-statistics.htm"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/focal-statistics.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The options are not limited to the above, but they are starting points and can be used in combination.&amp;nbsp; Of course all are way slower than taking your mouse and clicking points on a map &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&amp;nbsp; ie humanware&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2018 00:38:00 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-02-20T00:38:00Z</dc:date>
    <item>
      <title>Make Spot Heights High and Low</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-spot-heights-high-and-low/m-p/184215#M6194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the best way to generate spot heights? I see that this:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/defense-mapping-toolbox/defense-mapping-toolbox-license.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/defense-mapping-toolbox/defense-mapping-toolbox-license.htm"&gt;Defense Mapping toolbox licensing—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will do it. But I don't have a license. Is the only other option to generate points and extract raster values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 00:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-spot-heights-high-and-low/m-p/184215#M6194</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2018-02-20T00:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make Spot Heights High and Low</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-spot-heights-high-and-low/m-p/184216#M6195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need the spatial analyst.&amp;nbsp; SA does lack some basic tools, so you will need to determine what you want to classifiy as a 'peak'&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The single highest value?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;A range of high values?&amp;nbsp; as an area?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;As a neighborhood difference in elevation&amp;nbsp; (ie difference in elevation within 1km^2 with a difference in elevation of 500m&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The first option requires that you know what the highest value is&amp;nbsp;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/get-raster-properties.htm"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/data-management/get-raster-properties.htm&lt;/A&gt; then you simply query the dem for it.&amp;nbsp; Pretty useless since it will miss out 'peaks' that are 1 meter shorter&lt;/P&gt;&lt;P&gt;The second option is a bit more forgiving, except plateaus at elevation (mesas) would be considered peaks&lt;/P&gt;&lt;P&gt;The third option entails using an appropriate neighborhood with focal statistics or block statistics with 'range' option&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/focal-statistics.htm"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/focal-statistics.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The options are not limited to the above, but they are starting points and can be used in combination.&amp;nbsp; Of course all are way slower than taking your mouse and clicking points on a map &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&amp;nbsp; ie humanware&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 00:38:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-spot-heights-high-and-low/m-p/184216#M6195</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-20T00:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Make Spot Heights High and Low</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-spot-heights-high-and-low/m-p/184217#M6196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have SA. So I am good there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The single highest value? - I would many values. With enough density to give people a feel for the elevation across scale levels. Maybe 1:10,000 to 1:100,000.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;A range of high values?&amp;nbsp; as an area? - I would like to find high and low values over a kinda large area, ~18,000 km^2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;The second option is a bit more forgiving, except plateaus at elevation (mesas) would be considered peaks - so this is the neighborhood difference? That sounds ok. I don't care if it picks up&amp;nbsp;ridges and plateaus. I will give it a go.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;I was surprised&amp;nbsp;that this was not is SA or 3DA out of the box!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks for the help Dan.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 01:26:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-spot-heights-high-and-low/m-p/184217#M6196</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2018-02-20T01:26:01Z</dc:date>
    </item>
  </channel>
</rss>

