<?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 spatial analysis % slope calculation with odd values in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analysis-slope-calculation-with-odd-values/m-p/65971#M910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi fellow GIS users:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran the spatial analysis slope calculation using a 2ft dem (va state plane projection in ft).&amp;nbsp; The projection of my map is in va state plane feet.&amp;nbsp; I ran the calculation for % slope with no z-factor (all units are in ft).&amp;nbsp; The resulting data has % slope values from 0-6,881.&amp;nbsp; These values seem odd to me- I would think the values should be from 0-90%? I'm wondering if others have run into this data problem and how to fix it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Julie Schneider&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-email-small" href="mailto:jas@cwp.org"&gt;jas@cwp.org&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Apr 2010 16:22:49 GMT</pubDate>
    <dc:creator>JulieTasillo</dc:creator>
    <dc:date>2010-04-22T16:22:49Z</dc:date>
    <item>
      <title>spatial analysis % slope calculation with odd values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analysis-slope-calculation-with-odd-values/m-p/65971#M910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi fellow GIS users:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran the spatial analysis slope calculation using a 2ft dem (va state plane projection in ft).&amp;nbsp; The projection of my map is in va state plane feet.&amp;nbsp; I ran the calculation for % slope with no z-factor (all units are in ft).&amp;nbsp; The resulting data has % slope values from 0-6,881.&amp;nbsp; These values seem odd to me- I would think the values should be from 0-90%? I'm wondering if others have run into this data problem and how to fix it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Julie Schneider&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-email-small" href="mailto:jas@cwp.org"&gt;jas@cwp.org&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 16:22:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analysis-slope-calculation-with-odd-values/m-p/65971#M910</guid>
      <dc:creator>JulieTasillo</dc:creator>
      <dc:date>2010-04-22T16:22:49Z</dc:date>
    </item>
    <item>
      <title>spatial analysis % slope calculation with odd values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analysis-slope-calculation-with-odd-values/m-p/65972#M911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;did you run the slope with DEGREE or PERCENT_RISE?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 08:07:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analysis-slope-calculation-with-odd-values/m-p/65972#M911</guid>
      <dc:creator>ToreBorvik</dc:creator>
      <dc:date>2010-04-23T08:07:03Z</dc:date>
    </item>
    <item>
      <title>spatial analysis % slope calculation with odd values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analysis-slope-calculation-with-odd-values/m-p/65973#M912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Julie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Percent Slope ranges in value from 0% to infinity. AKA Undefined Slope.&amp;nbsp; Undefined slope would typically ocurr where a vertical cliff is.&amp;nbsp; Your rise is positive, but your run is 0.&amp;nbsp; So&amp;nbsp; the equation rise/run * 100 would result in undefined slope.&amp;nbsp; If your rise is 2 and your run is 1, then 2/1*100 is 200% slope. Slope is not limited to 0-90, unless you are choosing the degree slope option rather than percent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quite often I see percent slope values in the millions.&amp;nbsp; This ocurrs when the data has different z units than it does for x and y.&amp;nbsp; i.e. the data is in a geographic coordinate system using angular units like decimal degrees, but the z unit is meters/feet.&amp;nbsp; An example would be a rise of 1 and a run of 1 pixel (in GCS units) * 100.&amp;nbsp; 1/0.00083 * 100 = ~ 120,000% slope.&amp;nbsp; You can see how not having the same units can lead to somewhat misleading slope values rather quickly.&amp;nbsp; In such cases one would project the data so the x, y, and z have the same units, or they could set an appropriate z factor in the tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see two scenarios for you.&amp;nbsp; One, the data is projected in state plane with units of feet at a 2ft resolution and your pixel values (z's) are also in feet.&amp;nbsp; This is what you have stated the situation is.&amp;nbsp; You have rugged terrain, something near vertical, or at least one area that is very steep in the data resulting in percent slope as high as 6881%.&amp;nbsp; Your result is correct.&amp;nbsp; Two, you have x and y in one unit, but unknown to you the z unit is actually in different.&amp;nbsp; This situation of mixing units feet/meters is resulting in abnormally high % slope values.&amp;nbsp; Your analysis should be run again using the correct z factor depending on what unit you need to convert to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps you out!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 16:58:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analysis-slope-calculation-with-odd-values/m-p/65973#M912</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2010-04-23T16:58:57Z</dc:date>
    </item>
  </channel>
</rss>

