<?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 Cell statistics? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537474#M7748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a set of rasters and each one of them has cell values that goes from 1-4. I wanted to know if there's a way (I was thinking about using cell statistics, but maybe it's somewhere else?) for me to know exactly the amount of values for each of these categories (1-4) if I sum up all cells on the rasters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EX:. If the total of a given cell on the output raster is, let's say, 16, is there a way for me to know how many 1s, 2s, 3s, and 4s are responsible for this total? These values makes a huge difference for my analyses, so if this imaginary total '16' is a result of 1+1+1+1+1+1+1....+1 or 4+4+4+4 or 3+3+2+2+4+1+1 or any other combination you can think of, this will directly influence my results/discussion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any inputs on how can I figure this out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 20:05:59 GMT</pubDate>
    <dc:creator>DANIELEVILA_NOVA</dc:creator>
    <dc:date>2012-06-18T20:05:59Z</dc:date>
    <item>
      <title>Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537474#M7748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a set of rasters and each one of them has cell values that goes from 1-4. I wanted to know if there's a way (I was thinking about using cell statistics, but maybe it's somewhere else?) for me to know exactly the amount of values for each of these categories (1-4) if I sum up all cells on the rasters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EX:. If the total of a given cell on the output raster is, let's say, 16, is there a way for me to know how many 1s, 2s, 3s, and 4s are responsible for this total? These values makes a huge difference for my analyses, so if this imaginary total '16' is a result of 1+1+1+1+1+1+1....+1 or 4+4+4+4 or 3+3+2+2+4+1+1 or any other combination you can think of, this will directly influence my results/discussion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any inputs on how can I figure this out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 20:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537474#M7748</guid>
      <dc:creator>DANIELEVILA_NOVA</dc:creator>
      <dc:date>2012-06-18T20:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537475#M7749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;[ATTACH=CONFIG]15309[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3 random rasters, each with integer values between 1 and 4. The COMBINE output has a table that lists all the combinations, viz.,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are 1001 occurrences where raster1=1, raster2=1 and raster3=3. You can add a field and sum these 3 columns into it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There may be many other solutions, this is the first one that came to mind.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 21:09:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537475#M7749</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2012-06-18T21:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537476#M7750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your suggestion. I'm gonna try with my data here and let you know how it worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 21:11:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537476#M7750</guid>
      <dc:creator>DANIELEVILA_NOVA</dc:creator>
      <dc:date>2012-06-18T21:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537477#M7751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only now I got the chance to run the COMBINE option that you mentioned, but it didn't work cause I have (much) more than 20 rasters (there was this error while processing the analysis, it said 'the number of input raster bands exceeds the current limit (20). I am using ArcInfo level, is there a way to change this limit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 19:52:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537477#M7751</guid>
      <dc:creator>DANIELEVILA_NOVA</dc:creator>
      <dc:date>2012-06-19T19:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537478#M7752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh, and I tried to run only with 20 rasters, but my output raster was blank, so this option didn't work? Any other suggestions??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 20:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537478#M7752</guid>
      <dc:creator>DANIELEVILA_NOVA</dc:creator>
      <dc:date>2012-06-19T20:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537479#M7753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Steve,&lt;BR /&gt;&lt;BR /&gt;Only now I got the chance to run the COMBINE option that you mentioned, but it didn't work cause I have (much) more than 20 rasters&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe if you explain your analysis in more detail? What is the output you are trying to create once you get this (potentially very long and wide) table?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 23:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537479#M7753</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-06-19T23:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537480#M7754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The table for each raster has only objectID, the value and count... my output table for the combine function took the name of each table and added as a column, instead of taking the values and counts. Oh and for each table (each raster) have only one of the four options I mentioned on my first Threat (for values ranging from 1-4, each raster has either 1, 2, 3 or 4, not a combo of these numbers)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537480#M7754</guid>
      <dc:creator>DANIELEVILA_NOVA</dc:creator>
      <dc:date>2012-06-20T15:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537481#M7755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Daniele,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Combine approach Steve mentions cross-tabulates; creating a new zone for for each unique input value combination. I believe you are wanting cell by cell processing instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want an individual row in your output for each input cell, a way to do this is create a point data set (using &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001200000007000000"&gt;Raster To Point&lt;/A&gt;&lt;SPAN&gt;) at each cell centroid, and run either &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/009z/009z0000002s000000.htm"&gt;Extract Multi Values to Point&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/009z/009z0000002v000000.htm"&gt;Sample&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could then grid up the resulting points if you want a raster with all the attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's a large raster it will take a while, and you could run into file size problems, but I know this would work for a small raster. If this raster is of appreciable size, I recommend doing this with the current and scratch workspace set to a file geodatabase so you won't run into a file size limit on a .dbf table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 16:35:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537481#M7755</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-06-20T16:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537482#M7756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Curtis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the suggestion. The thing is that my rasters have different sizes and are many (over 100, depending of the combination of rasters I need to do the analyses). Do you think it would work for me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 16:49:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537482#M7756</guid>
      <dc:creator>DANIELEVILA_NOVA</dc:creator>
      <dc:date>2012-06-20T16:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537483#M7757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; The thing is that my rasters have different sizes and are many (over 100, depending of the combination of rasters I need to do the analyses). Do you think it would work for me?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't see why not as these tools sample for each point location, and will pick a value regardless of how things "line up" against each grid. (Be sure and specify nearest neighbor interpolation to capture your categories.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you do run into some limits trying to extract from your many rasters, you could always extract a fewer number at a time and join the output tables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 18:04:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537483#M7757</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-06-20T18:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537484#M7758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, sounds like a good idea... I'll try to run this here and let you know&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 18:47:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics/m-p/537484#M7758</guid>
      <dc:creator>DANIELEVILA_NOVA</dc:creator>
      <dc:date>2012-06-20T18:47:01Z</dc:date>
    </item>
  </channel>
</rss>

