<?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: Mean value from raster to polygons in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554388#M7984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Interpolation will estimate values between known values.&lt;BR /&gt;&lt;BR /&gt;Density will only account for the number of values within a given area.&lt;BR /&gt;&lt;BR /&gt;Block statistics will not use your polygons (unless you create a kernel file for an irregular neighborhood which would take a great deal of time) to calculate your statistic.&lt;BR /&gt;&lt;BR /&gt;Although it may sound cumbersome, the process I outlined earlier is pretty straightforward and only requires three steps:&lt;BR /&gt;&lt;BR /&gt;1. Convert raster to points&lt;BR /&gt;2. Select/delete null values&lt;BR /&gt;3. Spatial join points to polygons&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay, but can I get mean then? It might on the other hand not be very hard to calculate this with the field calculator for each polygon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I mean with null values �??�??is that not all of the polygon covered by the grid. I might not have to deal with these at all then because they represent water surfaces, built up areas, etc..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 19:53:46 GMT</pubDate>
    <dc:creator>KimJensen</dc:creator>
    <dc:date>2013-05-16T19:53:46Z</dc:date>
    <item>
      <title>Mean value from raster to polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554384#M7980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have raster data of a forest age in an area. The area is divided into polygons because of its diverse nature. I would like to obtain a generalized mean forest age in each polygon. How can I most easily carry out such an operation. What I find is to convert raster to shap files and then do a spatial join ... But there must be a better approach?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some parts of the polygons, in many cases, large portions, consisting of no data on the matter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Grateful for answers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 14:39:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554384#M7980</guid>
      <dc:creator>KimJensen</dc:creator>
      <dc:date>2013-05-16T14:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mean value from raster to polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554385#M7981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Kim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe the most efficient way to do this would be to convert the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000007000000"&gt;raster to points&lt;/A&gt;&lt;SPAN&gt; and perform a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000q000000"&gt;spatial join&lt;/A&gt;&lt;SPAN&gt; between the points and the polygon shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To address for your 'no data' values in your raster, after converting the raster to points, you can start an edit session, perform a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000071000000"&gt;selection by attribute&lt;/A&gt;&lt;SPAN&gt; to select all 'null' valued points then delete your selection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Saving your edits and then performing your spatial join will then only use points with values to calculate your statistics (which in this case, you would select MEAN).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 15:50:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554385#M7981</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2013-05-16T15:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mean value from raster to polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554386#M7982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Kim,&lt;BR /&gt;&lt;BR /&gt;I believe the most efficient way to do this would be to convert the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000007000000"&gt;raster to points&lt;/A&gt; and perform a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000q000000"&gt;spatial join&lt;/A&gt; between the points and the polygon shapefile.&lt;BR /&gt;&lt;BR /&gt;To address for your 'no data' values in your raster, after converting the raster to points, you can start an edit session, perform a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000071000000"&gt;selection by attribute&lt;/A&gt; to select all 'null' valued points then delete your selection.&lt;BR /&gt;&lt;BR /&gt;Saving your edits and then performing your spatial join will then only use points with values to calculate your statistics (which in this case, you would select MEAN).&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Chris B.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay that's what I thought. It is not appropriate to interpolate the raster values �??�??within polygons then, somehow? Or use some density analysis? Or block statistics?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 19:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554386#M7982</guid>
      <dc:creator>KimJensen</dc:creator>
      <dc:date>2013-05-16T19:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mean value from raster to polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554387#M7983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Okay that's what I thought. It is not appropriate to interpolate the raster values �??�??within polygons then, somehow? Or use some density analysis? Or block statistics?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Interpolation will estimate values between known values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Density will only account for the number of values within a given area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Block statistics will not use your polygons (unless you create a kernel file for an irregular neighborhood which would take a great deal of time) to calculate your statistic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although it may sound cumbersome, the process I outlined earlier is pretty straightforward and only requires three steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Convert raster to points&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Select/delete null values&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Spatial join points to polygons&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 19:40:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554387#M7983</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2013-05-16T19:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mean value from raster to polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554388#M7984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Interpolation will estimate values between known values.&lt;BR /&gt;&lt;BR /&gt;Density will only account for the number of values within a given area.&lt;BR /&gt;&lt;BR /&gt;Block statistics will not use your polygons (unless you create a kernel file for an irregular neighborhood which would take a great deal of time) to calculate your statistic.&lt;BR /&gt;&lt;BR /&gt;Although it may sound cumbersome, the process I outlined earlier is pretty straightforward and only requires three steps:&lt;BR /&gt;&lt;BR /&gt;1. Convert raster to points&lt;BR /&gt;2. Select/delete null values&lt;BR /&gt;3. Spatial join points to polygons&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay, but can I get mean then? It might on the other hand not be very hard to calculate this with the field calculator for each polygon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I mean with null values �??�??is that not all of the polygon covered by the grid. I might not have to deal with these at all then because they represent water surfaces, built up areas, etc..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 19:53:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554388#M7984</guid>
      <dc:creator>KimJensen</dc:creator>
      <dc:date>2013-05-16T19:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mean value from raster to polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554389#M7985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not just use &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Zonal_Statistics_as_Table/009z000000w8000000/"&gt;Zonal Statistics as Table&lt;/A&gt;&lt;SPAN&gt; with the stat set to MEAN?&amp;nbsp; The tool has an option to ignore NoData in the calculation.&amp;nbsp; It's on by default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your use-case is the reason this tool exists.&amp;nbsp; You don't have to do a workflow to get an answer.&amp;nbsp; This is the 'better approach' you speak of.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 20:26:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554389#M7985</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-05-16T20:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mean value from raster to polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554390#M7986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Okay, but can I get mean then? It might on the other hand not be very hard to calculate this with the field calculator for each polygon?&lt;BR /&gt;&lt;BR /&gt;What I mean with null values �??�??is that not all of the polygon covered by the grid. I might not have to deal with these at all then because they represent water surfaces, built up areas, etc..&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can get the mean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After creating your layers and removing null values, right click on the polygon feature class, go to Join and Relates, select Join.&amp;nbsp; There is a drop-down menu at the top of the dialogue box, select Join data from another layer based on spatial location.&amp;nbsp; Select the point feature class created from the raster, select Average for your summary.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 20:28:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/mean-value-from-raster-to-polygons/m-p/554390#M7986</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2013-05-16T20:28:53Z</dc:date>
    </item>
  </channel>
</rss>

