<?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 Zonal Statistics value store in Shapefile? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274472#M3900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, I need the zonal statistics mean value for each polygon to be stored in the attribute table of the polygon in the shapefile attribute table. The &lt;STRONG&gt;zonal statistics&lt;/STRONG&gt; gives me a &lt;STRONG&gt;raster&lt;/STRONG&gt; and a &lt;STRONG&gt;zonal statistics to table&lt;/STRONG&gt; gives me a &lt;STRONG&gt;table&lt;/STRONG&gt;. I don't want these. I want the values of for example mean (mean of pixels within each polygon) right in my shapefile. Any suggestion is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2017 00:24:26 GMT</pubDate>
    <dc:creator>MarziehForoutan</dc:creator>
    <dc:date>2017-11-22T00:24:26Z</dc:date>
    <item>
      <title>Zonal Statistics value store in Shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274472#M3900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, I need the zonal statistics mean value for each polygon to be stored in the attribute table of the polygon in the shapefile attribute table. The &lt;STRONG&gt;zonal statistics&lt;/STRONG&gt; gives me a &lt;STRONG&gt;raster&lt;/STRONG&gt; and a &lt;STRONG&gt;zonal statistics to table&lt;/STRONG&gt; gives me a &lt;STRONG&gt;table&lt;/STRONG&gt;. I don't want these. I want the values of for example mean (mean of pixels within each polygon) right in my shapefile. Any suggestion is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 00:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274472#M3900</guid>
      <dc:creator>MarziehForoutan</dc:creator>
      <dc:date>2017-11-22T00:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics value store in Shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274473#M3901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you simply &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/about-joining-and-relating-tables.htm"&gt;&lt;STRONG&gt;Join the Zonal statistics&lt;/STRONG&gt;&lt;/A&gt; as table back to the zone file and everything will be there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 00:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274473#M3901</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-22T00:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics value store in Shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274474#M3902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You also should look into the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/join-field.htm"&gt;Join Field&lt;/A&gt; tool, this can be easily set up in a little Model Builder tool to run your zonal statistics and join the statistic you want to the shapefile table. This tool has kind of slow performance but it is very handy for this particular workflow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 03:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274474#M3902</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-11-22T03:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics value store in Shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274475#M3903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curtis... don't forget to try the simple python....&lt;/P&gt;&lt;P&gt;arcpy.da.TableToNumpyArray(stuff) ... followed by&lt;/P&gt;&lt;P&gt;arcpy.da.ExtendTable(stuff)&lt;/P&gt;&lt;P&gt;Joins are quick and permanent, particular if you have a clean OBJECTID field in the input table and the destination table.&amp;nbsp; My new fav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 03:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274475#M3903</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-22T03:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics value store in Shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274476#M3904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 17:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274476#M3904</guid>
      <dc:creator>MarziehForoutan</dc:creator>
      <dc:date>2017-11-22T17:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Zonal Statistics value store in Shapefile?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274477#M3905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marzieh, if my suggestion worked, or any suggestion worked, could you mark the correct one so that people searching for answers will know what was the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 17:53:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/zonal-statistics-value-store-in-shapefile/m-p/274477#M3905</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-22T17:53:52Z</dc:date>
    </item>
  </channel>
</rss>

