<?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: Zonal statistics as table in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-as-table/m-p/141840#M2033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/zonal-statistics-as-table.htm"&gt;Zonal Statistics as Table&lt;/A&gt;&amp;nbsp;and &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/h-how-zonal-statistics-works.htm"&gt;How it works&lt;/A&gt;&amp;nbsp;would be your first stop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2017 23:11:01 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-02-06T23:11:01Z</dc:date>
    <item>
      <title>Zonal statistics as table</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-as-table/m-p/141839#M2032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you select the value that is used in the "Zonal Statistics as table" tool. My single band raster has a number of attributes that I would like to use&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 22:05:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-as-table/m-p/141839#M2032</guid>
      <dc:creator>ArthurFriesen</dc:creator>
      <dc:date>2017-02-06T22:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal statistics as table</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-as-table/m-p/141840#M2033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/zonal-statistics-as-table.htm"&gt;Zonal Statistics as Table&lt;/A&gt;&amp;nbsp;and &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/h-how-zonal-statistics-works.htm"&gt;How it works&lt;/A&gt;&amp;nbsp;would be your first stop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 23:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-as-table/m-p/141840#M2033</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-02-06T23:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal statistics as table</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-as-table/m-p/141841#M2034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you're going to have to use an incarnation of &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Lookup/009z000000sn000000/"&gt;Lookup&lt;/A&gt; before running Zonal Statistics as Table. Lookup creates a new raster based on values other than the "VALUE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example in Raster Calculator using Zonal Statistics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regular syntax that would use the "VALUE":&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;ZonalStatistics&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"zones"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"OBJECT_ID"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"my_int_raster"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"MEAN"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lookup syntax that would use values in "Field2":&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;ZonalStatistics&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"zones"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"OBJECT_ID"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;Lookup&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"my_int_raster"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Field2"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"MEAN"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I don't believe you can run ZonalStatisticsAsTable from within the Raster Calculator because it outputs a table, but you could cycle through your fields using Python, if you do need all the statistics types.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 23:53:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-as-table/m-p/141841#M2034</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-02-06T23:53:09Z</dc:date>
    </item>
  </channel>
</rss>

