<?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: Counting cells of one raster that are within a certain area of another raster in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/counting-cells-of-one-raster-that-are-within-a/m-p/1353868#M75596</link>
    <description>&lt;P&gt;Your "zone" raster I am guessing would have to be integer, so "int" would do it IF! there is separation in the values and you dont have 1,1, 1.2, 1.3...&lt;/P&gt;&lt;P&gt;in that case Int(your_raster * 10 ) to scale up the values to provide separation if needed to yield 11, 12 and 13&lt;/P&gt;&lt;P&gt;which would be unique classes for the zones.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2023 23:16:06 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2023-11-27T23:16:06Z</dc:date>
    <item>
      <title>Counting cells of one raster that are within a certain area of another raster</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/counting-cells-of-one-raster-that-are-within-a/m-p/1353790#M75592</link>
      <description>&lt;P&gt;Hello! I have pretty limited experience working with rasters and I'm hoping to get some guidance on the best tool(s) to use to accomplish what I'm after.&lt;/P&gt;&lt;P&gt;I have two rasters and would like to figure out how to count the number of cells in one raster that are within a specific area of the other.&lt;/P&gt;&lt;P&gt;See image below. The yellow area is rangelands, and the grey area is precipitation under a certain number of inches. I would like to get the count of yellow cells that are within the grey area so that I can calculate acreage of rangeland within that precipitation zone.&lt;/P&gt;&lt;P&gt;Any thoughts/help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="range_precip.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87218i7EC1DD6D809806A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="range_precip.PNG" alt="range_precip.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 21:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/counting-cells-of-one-raster-that-are-within-a/m-p/1353790#M75592</guid>
      <dc:creator>Hailey215</dc:creator>
      <dc:date>2023-11-27T21:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Counting cells of one raster that are within a certain area of another raster</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/counting-cells-of-one-raster-that-are-within-a/m-p/1353812#M75594</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/tabulate-area.htm" target="_blank"&gt;Tabulate Area (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;would work for rasters&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/tabulate-intersection.htm" target="_blank"&gt;Tabulate Intersection (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for vectors&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 21:35:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/counting-cells-of-one-raster-that-are-within-a/m-p/1353812#M75594</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-11-27T21:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Counting cells of one raster that are within a certain area of another raster</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/counting-cells-of-one-raster-that-are-within-a/m-p/1353866#M75595</link>
      <description>&lt;P&gt;Thanks! Follow-up question.. if the tool won't work because one of the rasters is a floating type, not integer, would the "Int" tool be appropriate to use to fix that?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 23:13:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/counting-cells-of-one-raster-that-are-within-a/m-p/1353866#M75595</guid>
      <dc:creator>Hailey215</dc:creator>
      <dc:date>2023-11-27T23:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Counting cells of one raster that are within a certain area of another raster</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/counting-cells-of-one-raster-that-are-within-a/m-p/1353868#M75596</link>
      <description>&lt;P&gt;Your "zone" raster I am guessing would have to be integer, so "int" would do it IF! there is separation in the values and you dont have 1,1, 1.2, 1.3...&lt;/P&gt;&lt;P&gt;in that case Int(your_raster * 10 ) to scale up the values to provide separation if needed to yield 11, 12 and 13&lt;/P&gt;&lt;P&gt;which would be unique classes for the zones.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 23:16:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/counting-cells-of-one-raster-that-are-within-a/m-p/1353868#M75596</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-11-27T23:16:06Z</dc:date>
    </item>
  </channel>
</rss>

