<?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 Calculating slope in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-slope/m-p/389910#M5477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to calculate a percentage of slope from an Idaho 30m DEM in ArcMap. My work asked me to calculate a 2-8% slope and an &amp;gt;8% slope. I do not want to mess this up so im asking for advice. I have a projection of NAD_83_Idaho_TM (meters) -&amp;nbsp;&amp;nbsp; I have used the slope tool to calculate percent rise and values are from 0-80. What am i doing wrong here? Any suggestions would be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Kindly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 17:37:13 GMT</pubDate>
    <dc:creator>MarinaMeter</dc:creator>
    <dc:date>2016-06-23T17:37:13Z</dc:date>
    <item>
      <title>Calculating slope</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-slope/m-p/389910#M5477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to calculate a percentage of slope from an Idaho 30m DEM in ArcMap. My work asked me to calculate a 2-8% slope and an &amp;gt;8% slope. I do not want to mess this up so im asking for advice. I have a projection of NAD_83_Idaho_TM (meters) -&amp;nbsp;&amp;nbsp; I have used the slope tool to calculate percent rise and values are from 0-80. What am i doing wrong here? Any suggestions would be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Kindly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 17:37:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-slope/m-p/389910#M5477</guid>
      <dc:creator>MarinaMeter</dc:creator>
      <dc:date>2016-06-23T17:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating slope</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-slope/m-p/389911#M5478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now just use &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/reclassify.htm"&gt;Reclassify&lt;/A&gt; to get your classes &amp;lt;2, 2-8, and &amp;gt;8 (or one of the classes, or a combination). The units of your slope output are %.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 17:40:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-slope/m-p/389911#M5478</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-06-23T17:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating slope</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-slope/m-p/389912#M5479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with the values 0-80 i was confused, why not 0-100%?&amp;nbsp; I guess that is where im stuck, also should i use the relcass tool, or classify in the symbology with 3 classes, how do i do this (natural jenks)? Eventually I will need to export these into separate files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 17:46:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-slope/m-p/389912#M5479</guid>
      <dc:creator>MarinaMeter</dc:creator>
      <dc:date>2016-06-23T17:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating slope</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-slope/m-p/389913#M5480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends what your actual requirements are. If you want a new raster layer containing the original values (say, between 2-8%), use the &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/con-.htm"&gt;Con &lt;/A&gt;tool or raster calculator expression like: Con(("YOUR_RASTER_LAYER" &amp;lt; &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; &amp;amp; ("YOUR_RASTER_LAYER"&amp;gt;2),"YOUR_RASTER_LAYER")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Reclassify, you could make a new raster with values 1, 2, 3 to correspond to classes &amp;lt;2, 2-8, &amp;gt;8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your values only go to 80%, because that's the max slope value (presumably).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 17:53:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-slope/m-p/389913#M5480</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-06-23T17:53:27Z</dc:date>
    </item>
  </channel>
</rss>

