<?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: Determine the range of values in one raster associated with certain values in another raster in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/determine-the-range-of-values-in-one-raster/m-p/70925#M975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apparently also posted here as well &lt;A href="http://gis.stackexchange.com/questions/167669/determine-the-range-of-values-in-one-raster-associated-with-certain-values-in-an" title="http://gis.stackexchange.com/questions/167669/determine-the-range-of-values-in-one-raster-associated-with-certain-values-in-an"&gt;arcgis desktop - Determine the range of values in one raster associated with certain values in another raster - Geograph…&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Oct 2015 18:59:32 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2015-10-25T18:59:32Z</dc:date>
    <item>
      <title>Determine the range of values in one raster associated with certain values in another raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/determine-the-range-of-values-in-one-raster/m-p/70923#M973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I have two rasters, one with thematic data, and the other with continuous data (floats). I am trying to calculate/determine the the range of float values associated with the different classes in my thematic raster. For instance, in my thematic raster, I have a class A. If there are 5 cells in my continuous raster data that overlay thematic cells of class A, and these 5 cell have values of 1.2, 3.7, -4.5, 6.23, -0.8, I would like the end result of my calculation to show:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Class A:&amp;nbsp; Range [-4.5 to 6.23] 
Class B:&amp;nbsp;&amp;nbsp; .....and so on. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Does anyone know of a way to do this? I've been trying to determine if the raster overlay tools in ArcMap can provide this, but I haven't come across a solution yet. I'm hoping to avoid a very complicated equation in the raster calculator.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Another way to produce the analysis I am looking for would be to generate a histogram for each thematic class in one raster based on the associated (overlaid) values in another. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:43:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/determine-the-range-of-values-in-one-raster/m-p/70923#M973</guid>
      <dc:creator>ThomasTaggart</dc:creator>
      <dc:date>2021-12-10T22:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Determine the range of values in one raster associated with certain values in another raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/determine-the-range-of-values-in-one-raster/m-p/70924#M974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/zonal-statistics-as-table.htm"&gt;Zonal statistics as table&lt;/A&gt; will do the job with the caveat that you may have to do a &lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/region-group.htm"&gt;Region group &lt;/A&gt;​first since a class can consist of many discrete parts separated like a multipart vector feature and if you want the statistics for all areas with a different spatial separation but the same class, they need to be identified separately​​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 09:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/determine-the-range-of-values-in-one-raster/m-p/70924#M974</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-25T09:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Determine the range of values in one raster associated with certain values in another raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/determine-the-range-of-values-in-one-raster/m-p/70925#M975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apparently also posted here as well &lt;A href="http://gis.stackexchange.com/questions/167669/determine-the-range-of-values-in-one-raster-associated-with-certain-values-in-an" title="http://gis.stackexchange.com/questions/167669/determine-the-range-of-values-in-one-raster-associated-with-certain-values-in-an"&gt;arcgis desktop - Determine the range of values in one raster associated with certain values in another raster - Geograph…&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 18:59:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/determine-the-range-of-values-in-one-raster/m-p/70925#M975</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-25T18:59:32Z</dc:date>
    </item>
  </channel>
</rss>

