<?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: Calculating correct slope values after projecting raster issue? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535892#M7735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much for the helpful posts, all the x,y, and z values were in the same units (after being projected).&amp;nbsp; I was just overlooking the fact that it is possible to have really high slope percentages, especially in mountainous terrain.&amp;nbsp; Thank you for all the suggestions and help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rachel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2012 22:24:25 GMT</pubDate>
    <dc:creator>RachelPinkston</dc:creator>
    <dc:date>2012-01-19T22:24:25Z</dc:date>
    <item>
      <title>Calculating correct slope values after projecting raster issue?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535888#M7731</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;I have been struggling to get spatial analyst to return accurate percent slope values off a set of 1/3 second NED's downloaded off the USGS.&amp;nbsp; The NED's were downloaded in GRID format.&amp;nbsp; I brought them in to ArcMap version 10 and projected them into a UTM projection (to convert the units from DD to meters) using the project raster tool.&amp;nbsp; Then I calculated slope percent (using bilinear interpolation), but for some reason the percent values it returns are really high (highest being 504%).&amp;nbsp; Has anyone run into this issue? or does anyone have any suggestions for what I might be doing wrong?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rachel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 22:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535888#M7731</guid>
      <dc:creator>RachelPinkston</dc:creator>
      <dc:date>2012-01-16T22:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating correct slope values after projecting raster issue?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535889#M7732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the z values also need to be in meters if the x and y values are.&amp;nbsp; As a check, you can also try to calculate slope in degrees to ensure that the output is between 0 and 90 degrees&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 09:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535889#M7732</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2012-01-17T09:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating correct slope values after projecting raster issue?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535890#M7733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Zunits could be a problem but you should take note on how slope is actually calculated (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Slope_works/009z000000vz000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Slope_works/009z000000vz000000/&lt;/A&gt;&lt;SPAN&gt;). You will notice in ESRI's description that as the slope angle approaches vertical (90 degrees) the percent slope approaches infinity. Thus, it is not uncommon to get very large slope percents. If you want a bounded range use Dan Patterson's suggestion of calculating slope in degrees.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 14:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535890#M7733</guid>
      <dc:creator>JeffreyEvans</dc:creator>
      <dc:date>2012-01-17T14:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating correct slope values after projecting raster issue?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535891#M7734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Z units in NED grids are often stored in centimeters so that that full precision can be maintained while taking advantage of the run-length compression used in integer grids. You can either convert the grids to meters by dividing by 100 or use a z factor of .01 to compensate for the difference between meters and centimeters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 16:40:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535891#M7734</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-01-17T16:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating correct slope values after projecting raster issue?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535892#M7735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much for the helpful posts, all the x,y, and z values were in the same units (after being projected).&amp;nbsp; I was just overlooking the fact that it is possible to have really high slope percentages, especially in mountainous terrain.&amp;nbsp; Thank you for all the suggestions and help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rachel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 22:24:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-correct-slope-values-after-projecting/m-p/535892#M7735</guid>
      <dc:creator>RachelPinkston</dc:creator>
      <dc:date>2012-01-19T22:24:25Z</dc:date>
    </item>
  </channel>
</rss>

