<?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: Extracting raster values using buffers in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-using-buffers/m-p/371898#M5212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Zonal_Statistics_as_Table/009z000000w8000000/"&gt;the help&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the zone feature input has overlapping polygons, the zonal analysis will not be performed for each individual polygon. Since the feature input is converted to a raster, each location can only have one value.&lt;BR /&gt;&lt;BR /&gt;An alternative method is to process the zonal statistics iteratively for each of the polygon zones and collate the results.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;If you're comfortable with python, you should be able to cycle through each buffer with a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//000v00000039000000"&gt;SearchCursor&lt;/A&gt;&lt;SPAN&gt;, use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Make_Feature_Layer/00170000006p000000/"&gt;Make Feature Layer&lt;/A&gt;&lt;SPAN&gt; with the appropriate where clause to pull out each buffer one by one, calculate statistics using Zonal Statistics as Table, and &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Merge/001700000055000000/"&gt;Merge&lt;/A&gt;&lt;SPAN&gt; all the tables together.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2012 18:44:44 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2012-06-25T18:44:44Z</dc:date>
    <item>
      <title>Extracting raster values using buffers</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-using-buffers/m-p/371895#M5209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to extract values from a raster using a buffer and it is not working. I am using Arcmap 10 and I have been trying to accomplish that task using Zonal statistics as table. I have 1166 records on my buffer table and when I perform the extract I only get three rows on my table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate any suggestion someone could offer to get that fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 15:15:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-using-buffers/m-p/371895#M5209</guid>
      <dc:creator>MoaraMartins</dc:creator>
      <dc:date>2012-06-25T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values using buffers</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-using-buffers/m-p/371896#M5210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do the buffer polygons overlap each other?&amp;nbsp; They are converted to raster internally which means overlap is not possible in raster form - a pixel can only be 1 value.&amp;nbsp; The only other thing I can think of is that the polygons are really small relative to the resolution of the raster being sampled.&amp;nbsp; For overlapping polygons you need to iterate through each feature and process them individually. Be sure to set your snap raster and cell size in the environments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 16:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-using-buffers/m-p/371896#M5210</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2012-06-25T16:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values using buffers</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-using-buffers/m-p/371897#M5211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My raster file is a MODIS img and my buffer file was created from a point dataset. I want to get the values of the raster cells within the buffer and it is not working at all...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 17:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-using-buffers/m-p/371897#M5211</guid>
      <dc:creator>MoaraMartins</dc:creator>
      <dc:date>2012-06-25T17:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting raster values using buffers</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-using-buffers/m-p/371898#M5212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Zonal_Statistics_as_Table/009z000000w8000000/"&gt;the help&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the zone feature input has overlapping polygons, the zonal analysis will not be performed for each individual polygon. Since the feature input is converted to a raster, each location can only have one value.&lt;BR /&gt;&lt;BR /&gt;An alternative method is to process the zonal statistics iteratively for each of the polygon zones and collate the results.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;If you're comfortable with python, you should be able to cycle through each buffer with a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//000v00000039000000"&gt;SearchCursor&lt;/A&gt;&lt;SPAN&gt;, use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Make_Feature_Layer/00170000006p000000/"&gt;Make Feature Layer&lt;/A&gt;&lt;SPAN&gt; with the appropriate where clause to pull out each buffer one by one, calculate statistics using Zonal Statistics as Table, and &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Merge/001700000055000000/"&gt;Merge&lt;/A&gt;&lt;SPAN&gt; all the tables together.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 18:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extracting-raster-values-using-buffers/m-p/371898#M5212</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-06-25T18:44:44Z</dc:date>
    </item>
  </channel>
</rss>

