<?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: How to compare a categorical (nominal) raster and continuous raster? in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-compare-a-categorical-nominal-raster-and/m-p/181148#M469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to convert the TWI (floating point raster) to an integer raster&amp;nbsp; (the spatial analyst Int tool).&amp;nbsp; This will truncate the decimal portion of the elevation data, but it will be of less significance than performing a classification on it to reduce the measurement scale to nominal as well.&amp;nbsp; It is an index (unitless) As an exploratory test, you can use the Zonal statistics as table&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/zonal-statistics-as-table.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/zonal-statistics-as-table.htm"&gt;Zonal Statistics as Table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using the land type raster as the zone raster (since it is nominal scale) to get a feel for the TWI statistics for each zone.&amp;nbsp; The sum, std dev will be relatively meaningless, but the other statistics may be pertinent to get a feel for what range of TWI is 'relatively' associated with each wetland class.&amp;nbsp; I assume you have read up on the various TWI approaches and the limitations inherent to it.&amp;nbsp; Since it is based largely on elevation data derivatives there may be association but not causation.&amp;nbsp; Looking at the individual variables used in deriving the twi vs wetland class would be a prudent first step&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2019 11:17:04 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-11-08T11:17:04Z</dc:date>
    <item>
      <title>How to compare a categorical (nominal) raster and continuous raster?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-compare-a-categorical-nominal-raster-and/m-p/181147#M468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to compare two rasters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A raster layer of different categories of wetlands (e.g. temporary wetlands and permanent wetlands). These are based on soil characteristics. The data are nominal.&lt;A href="https://i.stack.imgur.com/ISohr.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/ISohr.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;A raster layer of TPI (topographic position index). This is a raster with values ranging from 0 to 100. It is derived from the elevation. The data are continuous.&lt;IMG alt="enter image description here" height="321" src="https://i.stack.imgur.com/drtJ8.png" style="border: 0px; font-weight: inherit;" width="499" /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to search for correlation, relationships between those two rasters, if possible. For example, the probability if there is a wetland (and which category) is you have a certain TPI-index, looking at probability for patterns, ... The blue areas on the TPI raster are low lying areas compared to the red/white areas and vice versa. So blue areas are considered as 'depressions' in the landscape which could correspond with wetland in the first raster. I want to check to what extent this corresponds.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is: is this possible? Is this possible maybe with deep learning? With geostatistics? ... I am using ArcMap 10.3.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 10:02:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-compare-a-categorical-nominal-raster-and/m-p/181147#M468</guid>
      <dc:creator>AnneliesBroeckx</dc:creator>
      <dc:date>2019-11-08T10:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare a categorical (nominal) raster and continuous raster?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-compare-a-categorical-nominal-raster-and/m-p/181148#M469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to convert the TWI (floating point raster) to an integer raster&amp;nbsp; (the spatial analyst Int tool).&amp;nbsp; This will truncate the decimal portion of the elevation data, but it will be of less significance than performing a classification on it to reduce the measurement scale to nominal as well.&amp;nbsp; It is an index (unitless) As an exploratory test, you can use the Zonal statistics as table&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/zonal-statistics-as-table.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/zonal-statistics-as-table.htm"&gt;Zonal Statistics as Table—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using the land type raster as the zone raster (since it is nominal scale) to get a feel for the TWI statistics for each zone.&amp;nbsp; The sum, std dev will be relatively meaningless, but the other statistics may be pertinent to get a feel for what range of TWI is 'relatively' associated with each wetland class.&amp;nbsp; I assume you have read up on the various TWI approaches and the limitations inherent to it.&amp;nbsp; Since it is based largely on elevation data derivatives there may be association but not causation.&amp;nbsp; Looking at the individual variables used in deriving the twi vs wetland class would be a prudent first step&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 11:17:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-compare-a-categorical-nominal-raster-and/m-p/181148#M469</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-11-08T11:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare a categorical (nominal) raster and continuous raster?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-compare-a-categorical-nominal-raster-and/m-p/181149#M470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it is TPI, not TWI. But yes, both are derived from elevation. The Topographic Position Index (TPI) calculates the difference between the elevation at a central point with the mean elevation in a given neighbourhood around the point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you thinks it is possible to determine something by executing a cross-validation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 14:23:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-compare-a-categorical-nominal-raster-and/m-p/181149#M470</guid>
      <dc:creator>AnneliesBroeckx</dc:creator>
      <dc:date>2019-11-08T14:23:06Z</dc:date>
    </item>
  </channel>
</rss>

