<?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 Summarize Raster Within in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/summarize-raster-within/m-p/614690#M27290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for a tool to calculate mean across multiple rasters. I am aware of cell statistics tool that can be used here. I am also aware that raster calculator can also be used here. But, in my research I came across time tool: "&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Summarize Raster Within:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/raster-analysis/summarize-raster-within.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/raster-analysis/summarize-raster-within.htm"&gt;Summarize Raster Within—RasterAnalysis Tools | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I cannot locate this tool in my version of ArcGIS Pro 2.4.3. The tool I could find were for polygons (summarize within), not for rasters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This tool was refereed to&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/thread/222415-how-do-i-summarize-within-to-quantify-different-kinds-of-land-cover"&gt;in this tread&lt;/A&gt;. Any guidance on use of this tool will be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2020 22:35:22 GMT</pubDate>
    <dc:creator>ThilinaSurasinghe1</dc:creator>
    <dc:date>2020-02-04T22:35:22Z</dc:date>
    <item>
      <title>Summarize Raster Within</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/summarize-raster-within/m-p/614690#M27290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for a tool to calculate mean across multiple rasters. I am aware of cell statistics tool that can be used here. I am also aware that raster calculator can also be used here. But, in my research I came across time tool: "&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Summarize Raster Within:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/raster-analysis/summarize-raster-within.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/raster-analysis/summarize-raster-within.htm"&gt;Summarize Raster Within—RasterAnalysis Tools | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I cannot locate this tool in my version of ArcGIS Pro 2.4.3. The tool I could find were for polygons (summarize within), not for rasters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This tool was refereed to&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/thread/222415-how-do-i-summarize-within-to-quantify-different-kinds-of-land-cover"&gt;in this tread&lt;/A&gt;. Any guidance on use of this tool will be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2020 22:35:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/summarize-raster-within/m-p/614690#M27290</guid>
      <dc:creator>ThilinaSurasinghe1</dc:creator>
      <dc:date>2020-02-04T22:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Raster Within</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/summarize-raster-within/m-p/614691#M27291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cell statistics allows you to do it in batch mode, however, you can only vary the statistics type, not the input rasters.&lt;/P&gt;&lt;P&gt;This is how you would "batch" a tool in any event.&amp;nbsp; Using Zonal Statistics as an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/480314_batch_zonal_statistics.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your rasters are all for the same area (ie stacked up over time) then you can use arcpy's RasterToNumPyArray to process statistics at a local level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a number of blog posts on how to use arcpy and numpy to do things that aren't builtin to ArcGIS Pro or ArcMap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/02/06/cell-statistics-made-easy-raster-data-over-time"&gt;/blogs/dan_patterson/2018/02/06/cell-statistics-made-easy-raster-data-over-time&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/08/19/focal-and-local-statistics-for-rasters-without-the-spatial-analyst"&gt;/blogs/dan_patterson/2018/08/19/focal-and-local-statistics-for-rasters-without-the-spatial-analyst&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plus others...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and a bit dated&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.arcgis.com/home/item.html?id=564707aec4f144c083e57656dae98022" title="https://www.arcgis.com/home/item.html?id=564707aec4f144c083e57656dae98022"&gt;https://www.arcgis.com/home/item.html?id=564707aec4f144c083e57656dae98022&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 03:25:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/summarize-raster-within/m-p/614691#M27291</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-02-05T03:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize Raster Within</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/summarize-raster-within/m-p/614692#M27292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Dan Patterson. Thank you. Thank you for those links and screen shots. I believe this is the way to go for my purpose. I also&amp;nbsp;Figured that&amp;nbsp;&lt;/P&gt;&lt;H1 style="background-color: #ffffff; border: 0px; font-weight: 200; font-size: 2rem;"&gt;Summarize Raster Within is only available via a specific license.&amp;nbsp; &amp;nbsp;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 19:50:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/summarize-raster-within/m-p/614692#M27292</guid>
      <dc:creator>ThilinaSurasinghe1</dc:creator>
      <dc:date>2020-02-05T19:50:50Z</dc:date>
    </item>
  </channel>
</rss>

