<?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: aggregate raster with special statistics in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/aggregate-raster-with-special-statistics/m-p/513#M3</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can use the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000034000000.htm"&gt;Aggregate&lt;/A&gt; and &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000005000000.htm"&gt;Con&lt;/A&gt; functions in the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Raster_Calculator/009z000000z7000000/"&gt;Raster Calculator&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;For each land use code (e.g 9, 15, 32), run the Raster Calculator tool with the expression Aggregate(Con("landuse" == &amp;lt;landusecode&amp;gt;, 1, 0), 10, "SUM", "TRUNCATE"), e.g:&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Aggregate(Con("landuse" == 32, 1, 0), 10, "SUM", "TRUNCATE")&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much for your answer,,, this will help me a lot ,,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 10:16:01 GMT</pubDate>
    <dc:creator>asiaLACHIR</dc:creator>
    <dc:date>2013-05-01T10:16:01Z</dc:date>
    <item>
      <title>aggregate raster with special statistics</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/aggregate-raster-with-special-statistics/m-p/511#M1</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'am beginner user of arcgis, and i need your help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have a land use map at 25 m and i want ti aggregate it to 250 m . &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and For each new grid cell at 250 m, i need to carry over statistics of existing land cover types at 25 m and express &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; them as a percent of the total number of types contained in the 250-m grid cell. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the final result should be a multidimensional land use map at 250-m horizontal resolution containing the fraction of each type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; within the 250-m grid cell.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you tell me please if this can be done with arcgis, and how,,,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 17:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/aggregate-raster-with-special-statistics/m-p/511#M1</guid>
      <dc:creator>asiaLACHIR</dc:creator>
      <dc:date>2013-04-30T17:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: aggregate raster with special statistics</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/aggregate-raster-with-special-statistics/m-p/512#M2</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000034000000.htm"&gt;Aggregate&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000005000000.htm"&gt;Con&lt;/A&gt;&lt;SPAN&gt; functions in the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Raster_Calculator/009z000000z7000000/"&gt;Raster Calculator&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For each land use code (e.g 9, 15, 32), run the Raster Calculator tool with the expression Aggregate(Con("landuse" == &amp;lt;landusecode&amp;gt;, 1, 0), 10, "SUM", "TRUNCATE"), e.g:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Aggregate(Con("landuse" == 32, 1, 0), 10, "SUM", "TRUNCATE")&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 23:25:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/aggregate-raster-with-special-statistics/m-p/512#M2</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2013-04-30T23:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: aggregate raster with special statistics</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/aggregate-raster-with-special-statistics/m-p/513#M3</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can use the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000034000000.htm"&gt;Aggregate&lt;/A&gt; and &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z00000005000000.htm"&gt;Con&lt;/A&gt; functions in the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Raster_Calculator/009z000000z7000000/"&gt;Raster Calculator&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;For each land use code (e.g 9, 15, 32), run the Raster Calculator tool with the expression Aggregate(Con("landuse" == &amp;lt;landusecode&amp;gt;, 1, 0), 10, "SUM", "TRUNCATE"), e.g:&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Aggregate(Con("landuse" == 32, 1, 0), 10, "SUM", "TRUNCATE")&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much for your answer,,, this will help me a lot ,,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/aggregate-raster-with-special-statistics/m-p/513#M3</guid>
      <dc:creator>asiaLACHIR</dc:creator>
      <dc:date>2013-05-01T10:16:01Z</dc:date>
    </item>
  </channel>
</rss>

