<?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: Correlation between DEM, slope, and aspect in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-dem-slope-and-aspect/m-p/73744#M1010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just drop the word "correlation"... slope angle does not depend on slope aspect.&amp;nbsp; The other two are derived from the dem. &amp;nbsp;&lt;/P&gt;&lt;P&gt;What you are looking for is an "association" between you variable(s) of interest and other variables that may influence it.&lt;/P&gt;&lt;P&gt;As soon as you say "correlation" you are implying that there is a numeric association between variables that is predictable.&amp;nbsp; Many things in nature do not operate on that interval/ratio scale but may be associated in the sense that "if the slope faces south... life is good"&amp;nbsp; not "if the slope is 10% you will get a yield of X" or other similar terms.&lt;/P&gt;&lt;P&gt;Overlay mapping and simple things like chi-square testing should be your first go to unless you have a compelling case to use parametric statistics&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2018 22:34:47 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-08-20T22:34:47Z</dc:date>
    <item>
      <title>Correlation between DEM, slope, and aspect</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-dem-slope-and-aspect/m-p/73741#M1007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am building a suitability regression for a tree plantation.&amp;nbsp; Like many things related to flora, elevation, slope, and aspect are important variables for growth and thus site selection.&amp;nbsp; &amp;nbsp;However, I am trying to wrap my head around how each of these can be used if 2 (slope and aspect) are derived from the 3rd (DEM).&amp;nbsp; Is this analytically acceptable?&amp;nbsp; Is there a way to account for the correlation and the error which must propagate?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice, opinion and insight is welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:07:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-dem-slope-and-aspect/m-p/73741#M1007</guid>
      <dc:creator>EvanEllicott</dc:creator>
      <dc:date>2018-03-14T17:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation between DEM, slope, and aspect</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-dem-slope-and-aspect/m-p/73742#M1008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To assess the correlation between these 3 rasters, you can use the&amp;nbsp;Band Collection Statistics tool. See&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/band-collection-statistics.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/band-collection-statistics.htm"&gt;Band Collection Statistics—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-band-collection-statistics-works.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-band-collection-statistics-works.htm"&gt;How Band Collection Statistics works—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 19:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-dem-slope-and-aspect/m-p/73742#M1008</guid>
      <dc:creator>MervynLotter</dc:creator>
      <dc:date>2018-03-14T19:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation between DEM, slope, and aspect</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-dem-slope-and-aspect/m-p/73743#M1009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Evan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Slope and Aspect are acceptable products of a DEM to use in analysis, as least in my experience. If you'd like to read a bit more about how they're calculated, there's a great explanation for each:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/how-slope-works.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/how-slope-works.htm"&gt;How Slope works—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/how-aspect-works.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/how-aspect-works.htm"&gt;How Aspect works—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are your concerns about errors and distortion? It's true any inaccuracies in the original DEM will propagate through into the Slope and Aspect rasters, but then I would recommend either trying to obtain more accurate DEM data or filling Sinks, etc. But maybe we can clarify your specific concerns?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 16:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-dem-slope-and-aspect/m-p/73743#M1009</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-08-20T16:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation between DEM, slope, and aspect</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-dem-slope-and-aspect/m-p/73744#M1010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just drop the word "correlation"... slope angle does not depend on slope aspect.&amp;nbsp; The other two are derived from the dem. &amp;nbsp;&lt;/P&gt;&lt;P&gt;What you are looking for is an "association" between you variable(s) of interest and other variables that may influence it.&lt;/P&gt;&lt;P&gt;As soon as you say "correlation" you are implying that there is a numeric association between variables that is predictable.&amp;nbsp; Many things in nature do not operate on that interval/ratio scale but may be associated in the sense that "if the slope faces south... life is good"&amp;nbsp; not "if the slope is 10% you will get a yield of X" or other similar terms.&lt;/P&gt;&lt;P&gt;Overlay mapping and simple things like chi-square testing should be your first go to unless you have a compelling case to use parametric statistics&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 22:34:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/correlation-between-dem-slope-and-aspect/m-p/73744#M1010</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-20T22:34:47Z</dc:date>
    </item>
  </channel>
</rss>

