<?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: Slope calculation that excludes Elevation changes less than 15' in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1657157#M12345</link>
    <description>&lt;P&gt;Thanks again, Dan&lt;/P&gt;</description>
    <pubDate>Fri, 10 Oct 2025 17:22:58 GMT</pubDate>
    <dc:creator>Yeaton</dc:creator>
    <dc:date>2025-10-10T17:22:58Z</dc:date>
    <item>
      <title>Slope calculation that excludes Elevation changes less than 15'</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1656742#M12340</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm looking to use raster calculator to select a range of slope values from a DEM and also exclude vertical changes that are less than 15 feet.&amp;nbsp; Is there a script that would accomplish this?&amp;nbsp; Thanks for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Aaron Y.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 16:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1656742#M12340</guid>
      <dc:creator>Yeaton</dc:creator>
      <dc:date>2025-10-09T16:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Slope calculation that excludes Elevation changes less than 15'</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1656776#M12341</link>
      <description>&lt;P&gt;To identify the areas where elevation difference, is 15 feet... assume you mean within 1 cell width&lt;/P&gt;&lt;P&gt;you will need to use a Focal Range&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/focal-statistics.htm" target="_blank"&gt;Focal Statistics (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You will have to set those to null, prior to calculating slope&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/set-null.htm" target="_blank"&gt;Set Null (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/slope.htm" target="_blank"&gt;Slope (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Since that may be a bit of a pain, you might want to just calculate slope, then identify the slope values where 15 feet/cell width is the threshold and set those to null&lt;/P&gt;&lt;P&gt;Perhaps a comment as to your end goal would provide alternate/supportive suggestions.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 18:21:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1656776#M12341</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-10-09T18:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Slope calculation that excludes Elevation changes less than 15'</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1656867#M12342</link>
      <description>&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thankyou for those recommendation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ultimately we need a steep slope polygon that adheres to city code, which roughly stipulates that a steep slope qualifies if the percent rise is greater than or equal to 20% and the minimum elevation change is 15'&lt;/P&gt;&lt;P&gt;We will use the polygon layer to help evaluate zoning permits, building enforcement, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 20:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1656867#M12342</guid>
      <dc:creator>Yeaton</dc:creator>
      <dc:date>2025-10-09T20:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Slope calculation that excludes Elevation changes less than 15'</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1656882#M12343</link>
      <description>&lt;P&gt;slightly different problem then, you will need zonal values not local since your ultimate locations are polygons (eg lots, neighborhoods, site plans)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/zonal-statistics.htm" target="_blank"&gt;Zonal Statistics (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It may take generating a couple of rasters to get the values you need (eg range).&lt;/P&gt;&lt;P&gt;You can use site specific areas (eg clip the dem using a polygon/area/zone) and derive the values you need.&lt;/P&gt;&lt;P&gt;On that note and from experience, you will still have to look at the elevation values within the area (maybe a quick contour map) and any directionality in the slope and location of abrupt changes and spread of values within&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 20:59:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1656882#M12343</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-10-09T20:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Slope calculation that excludes Elevation changes less than 15'</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1656905#M12344</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Hi Yeaton,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;From the conversation, I understand you would like to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Extract cells with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Slope (Percent Rise)&amp;nbsp;values greater than 20%.&lt;/LI&gt;&lt;LI&gt;Extract cells with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;elevation change&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;greater than 15 feet in the direction of the steepest drop.&lt;/LI&gt;&lt;LI&gt;Combine these results to create a raster highlighting areas that meet both criteria.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If this summary is correct, here’s one possible workflow you can follow (and later automate in a script):&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Run the Slope tool&amp;nbsp;on your input DEM, selecting the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Geodesic&amp;nbsp;method and Percent Rise&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for the output measurement.&lt;/LI&gt;&lt;LI&gt;Calculate elevation change&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from the slope raster using the Raster Calculator tool.&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;The equation for Slope in Percent rise is:&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Slope (percent rise) = (rise / run) × 100&lt;/EM&gt;.&lt;/LI&gt;&lt;LI&gt;Solve for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;rise&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;replacing the&amp;nbsp;&lt;EM&gt;run&lt;/EM&gt; variable with your DEM’s cell size. Note: This is an approximation. If the steepest slope is diagonal, the run distance will be slightly longer.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Extract cells&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;meeting your thresholds using the Con&amp;nbsp;tool:&lt;UL&gt;&lt;LI&gt;One extraction for slope values &amp;gt; 20%. Set Input true raster or constant value to 1. Leave all other parameters to default values.&lt;/LI&gt;&lt;LI&gt;Another for elevation change &amp;gt; 15 feet.&amp;nbsp;Set Input true raster or constant value to 1. Leave all other parameters to default values.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Combine the results&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Times&amp;nbsp;tool or Raster Calculator tool.&lt;UL&gt;&lt;LI&gt;This will produce a raster showing areas that meet both conditions.&lt;/LI&gt;&lt;LI&gt;If you need polygons, convert the raster using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Raster to Polygon&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tool.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please give this a try and let me know if it produces the expected output.&lt;BR /&gt;While step 2 uses an approximation, I believe it should still be useful. If you need exact values, you may want to use a different approach using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Raster Cell Iterator.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Note: There may be other ways to achieve your goal. If I’ve misunderstood any part of your workflow or missed a detail, please let me know.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Tania&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 22:42:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1656905#M12344</guid>
      <dc:creator>TaniaLopezCantu</dc:creator>
      <dc:date>2025-10-09T22:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Slope calculation that excludes Elevation changes less than 15'</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1657157#M12345</link>
      <description>&lt;P&gt;Thanks again, Dan&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 17:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1657157#M12345</guid>
      <dc:creator>Yeaton</dc:creator>
      <dc:date>2025-10-10T17:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Slope calculation that excludes Elevation changes less than 15'</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1657166#M12346</link>
      <description>&lt;P&gt;Hi Tania,&lt;/P&gt;&lt;P&gt;Thanks for the thorough workflow.&amp;nbsp; I'm not that familiar with raster calculations, or writing scripts for that matter.&amp;nbsp; For calculating the elevation change (in meters) would I use a Conditional operator? I tried the following expression but got an output raster with zero values:&lt;/P&gt;&lt;P&gt;Con(( "slope" == (meters/cell size)* 100), 1,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--Specifically--&lt;/P&gt;&lt;P&gt;&amp;nbsp;-- Con(("slope" == (4.571910/.499773)*100), 1,0)&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Aaron Y.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 17:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1657166#M12346</guid>
      <dc:creator>Yeaton</dc:creator>
      <dc:date>2025-10-10T17:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Slope calculation that excludes Elevation changes less than 15'</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1657175#M12347</link>
      <description>&lt;P&gt;I wouldn't query for your exact threshold in the above equation, but one that is &amp;gt;=&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Con(("slope" &amp;gt;= (4.571910/.499773)*100), 1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;will give those values greater than or equal your critical value and assign a value of 1, otherwise 0&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 18:32:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1657175#M12347</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-10-10T18:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Slope calculation that excludes Elevation changes less than 15'</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1657189#M12348</link>
      <description>&lt;P&gt;Thanks Dan,&amp;nbsp; I'll give that a try&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 19:27:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slope-calculation-that-excludes-elevation-changes/m-p/1657189#M12348</guid>
      <dc:creator>Yeaton</dc:creator>
      <dc:date>2025-10-10T19:27:48Z</dc:date>
    </item>
  </channel>
</rss>

