<?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: Combining GRIDs in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161275#M2279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I probably didn't describe it accurately enough.&amp;nbsp; The table showing is just one attribute table of 42 grids.&amp;nbsp; I have 42 grids, each grid is a different year.&amp;nbsp; Within each grid, there are about 78,000 cells - with a different ObjectID.&amp;nbsp; Each cell as a water amount for each month.&amp;nbsp; All the GRIDs have the same size cells and are overlapping.&amp;nbsp; The goal was to somehow determine the average water amount for each cell.&amp;nbsp; Cell Statistics seemed like the way to go, but I don't think the table is set up appropriately to do this.&amp;nbsp; I may have to go back to the original tables and set those up differently before creating grids from them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Dec 2014 23:57:32 GMT</pubDate>
    <dc:creator>CynthiaKozma</dc:creator>
    <dc:date>2014-12-26T23:57:32Z</dc:date>
    <item>
      <title>Combining GRIDs</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161270#M2274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My brain is slowing down this Friday afternoon, and I am having trouble figuring this out.&amp;nbsp; I have 42 GRIDs for a water basin (each representing a year).&amp;nbsp; Each grid contains the attributes for January - December - so 12 attributes with the amount of water received for each month.&amp;nbsp; Is there a way to create one final grid (or maybe one for each month) that contains the 42 year average of water for each month??&amp;nbsp; Any help or ideas is appreciated.&amp;nbsp; This is what the attribute tables look like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="grid.jpg" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/44314_grid.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 21:54:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161270#M2274</guid>
      <dc:creator>CynthiaKozma</dc:creator>
      <dc:date>2014-12-26T21:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Combining GRIDs</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161271#M2275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Summary Statistics tool in the Analysis Toolbox -&amp;gt; Statistics toolset without any case field and add each month to the summary field list and use the Mean option.&amp;nbsp; Optionally you can add each month multiple times to get the Min, Max, and Std Dev as well at the same time using this tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 22:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161271#M2275</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-12-26T22:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Combining GRIDs</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161272#M2276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your reply.&amp;nbsp; Do you know if it is possible to get a 42 year average for each cell by month??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 22:58:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161272#M2276</guid>
      <dc:creator>CynthiaKozma</dc:creator>
      <dc:date>2014-12-26T22:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Combining GRIDs</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161273#M2277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My instructions would give you the 42 year average by Month if this table has 42 rows (i.e., One row with 12 month column each giving the mean/average value of water for each month.&amp;nbsp; Otherwise what field defines the Cell?&amp;nbsp; If there is a field that has cell ID values then make that the Case Field in the Summary Statistics tool.&amp;nbsp; But then how do you you know which year is which in this table?&amp;nbsp; Are you sure you have correctly described what data this table contains?&amp;nbsp; Beyond the month names none of the other column names mean anything without an explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No matter what, the Summary Statistics tool is the tool that does what you are after since this is not a spatial feature class, just a table.&amp;nbsp; If this was a Feature Class then the Dissolve tool would be better to do the summaries spatially.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 23:30:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161273#M2277</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-12-26T23:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Combining GRIDs</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161274#M2278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The example table ... is it a grid table? or have you converted it?&amp;nbsp; If it is a grid, are your zones consistent between grids? did you join a table to the grid table?&amp;nbsp; the answers will indicate the shortest solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 23:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161274#M2278</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-12-26T23:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Combining GRIDs</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161275#M2279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I probably didn't describe it accurately enough.&amp;nbsp; The table showing is just one attribute table of 42 grids.&amp;nbsp; I have 42 grids, each grid is a different year.&amp;nbsp; Within each grid, there are about 78,000 cells - with a different ObjectID.&amp;nbsp; Each cell as a water amount for each month.&amp;nbsp; All the GRIDs have the same size cells and are overlapping.&amp;nbsp; The goal was to somehow determine the average water amount for each cell.&amp;nbsp; Cell Statistics seemed like the way to go, but I don't think the table is set up appropriately to do this.&amp;nbsp; I may have to go back to the original tables and set those up differently before creating grids from them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 23:57:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161275#M2279</guid>
      <dc:creator>CynthiaKozma</dc:creator>
      <dc:date>2014-12-26T23:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Combining GRIDs</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161276#M2280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The example table is a grid table and the zones are consistent.&amp;nbsp; The GRIDs were created from joining a table to a grid table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 00:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161276#M2280</guid>
      <dc:creator>CynthiaKozma</dc:creator>
      <dc:date>2014-12-27T00:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combining GRIDs</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161277#M2281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will only work is if the ObjectId value identifying each cell is identical across all tables, or there is some other common ID value field the preserves a common CELL ID across all 42 of your GRID tables.&amp;nbsp; If the ObjectID is the only field that uniquely identifies each cell, then it must first be calculated into a Long field that will make its value permanent when you merge the tables.&amp;nbsp; If the ObjectIDs are randomly assigned to any given cell across the tables, they you would first have to come up with a spatial method to assign each cell a specific unique value that is stable across all years and contained in every GRID table to perform any kind of summary by cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first create a LONG field called CELL in every table and calculate the ObjectID of every table into it.&amp;nbsp; Then merge all of the tables into one table.&amp;nbsp; Then use the Summary Statistics tool and use the CELL field as the Unique Case field and each month field as a Summary field with the Mean summary type.&amp;nbsp; All 78,000 cells will have their average created when the CELL field collapses to a single row for each CELL value with 12 columns of Means of the months of the year.&amp;nbsp; This output summary table can then be joined back to the original 42 tables on the CELL field to compare each cell's actual annual month value to the &lt;SPAN style="font-size: 14.4444446563721px;"&gt;corresponding &lt;/SPAN&gt;42 year mean (average) month column, if you wish to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 02:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161277#M2281</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-12-27T02:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Combining GRIDs</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161278#M2282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for the suggestion.&amp;nbsp; I think that will do it!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 18:44:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/combining-grids/m-p/161278#M2282</guid>
      <dc:creator>CynthiaKozma</dc:creator>
      <dc:date>2014-12-30T18:44:34Z</dc:date>
    </item>
  </channel>
</rss>

