<?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 Extract raster values using overlaying polygons in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299965#M4226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I???ve been trying to calculate average raster values for a set of overlaying polygons and have no idea how to do this. I asked a bunch of people, tried different approaches (converting raster to points, etc???), but still can???t do when polygons overlap. My polygon layer (species geographic ranges) consists of several polygons that overlap in space. I intend to calculate average vegetation density for each polygon using a vegetation density raster. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me get onto the right path?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Sep 2010 18:26:50 GMT</pubDate>
    <dc:creator>CarlosBecker</dc:creator>
    <dc:date>2010-09-28T18:26:50Z</dc:date>
    <item>
      <title>Extract raster values using overlaying polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299965#M4226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I???ve been trying to calculate average raster values for a set of overlaying polygons and have no idea how to do this. I asked a bunch of people, tried different approaches (converting raster to points, etc???), but still can???t do when polygons overlap. My polygon layer (species geographic ranges) consists of several polygons that overlap in space. I intend to calculate average vegetation density for each polygon using a vegetation density raster. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me get onto the right path?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 18:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299965#M4226</guid>
      <dc:creator>CarlosBecker</dc:creator>
      <dc:date>2010-09-28T18:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extract raster values using overlaying polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299966#M4227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could try the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Extract_by_Polygon/009z0000002q000000/"&gt;Extract by Polygon (Spatial Analyst) &lt;/A&gt;&lt;SPAN&gt;tool to get the cells from the raster that would intersect your polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then on the new raster run a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Summary_Statistics/00080000001z000000/"&gt;Summary Statistics (Analysis)&lt;/A&gt;&lt;SPAN&gt; to get the Mean of the cells in the raster.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 19:26:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299966#M4227</guid>
      <dc:creator>DonovanCameron</dc:creator>
      <dc:date>2010-09-28T19:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extract raster values using overlaying polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299967#M4228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you want a raster that represents the average or do you want the average value to be an attribute of the polygon?&amp;nbsp; Most of the time its the latter.&amp;nbsp; I would point you to the Zonal Statistics as Table tool in Spatial Analyst.&amp;nbsp; You should check out &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/12257-Iterator-model-for-Zonal-Statistics-as-Table?p=38000#post38000"&gt;this thread&lt;/A&gt;&lt;SPAN&gt;, where I uploaded a snapshot of the model I used to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 18:21:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299967#M4228</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2010-09-29T18:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extract raster values using overlaying polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299968#M4229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Eric and Donovan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for helping me, it worked!!! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I needed the average raster value to be an attribute of the polygon, so I used Zonal Statistics as Table tool in Spatial Analyst as Eric pointed out. It performed perfectly when I selected a subset of&amp;nbsp; species (about 100 species, which means more or less 600 polygons). When I run for all species together it doesn't calculate for all polygons. I�??m afraid it is because of the overlaps. Thanks a lot for taking your time; any additional thoughts are welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All the best.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gui&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS. Donovan, I tried "extraction by polygons" but I wasn't able to find a way to add a polygon layer, only to enter x,y coordinates for one polygon only. Am I missing something here? Thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 23:58:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299968#M4229</guid>
      <dc:creator>CarlosBecker</dc:creator>
      <dc:date>2010-09-29T23:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extract raster values using overlaying polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299969#M4230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;PS. Donovan, I tried "extraction by polygons" but I wasn't able to find a way to add a polygon layer, only to enter x,y coordinates for one polygon only. Am I missing something here? Thanks a lot.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What the input is asking for is to add ALL the polygon vertices from an individual polygon or the merging of a few, with the last vertex entered to be the same as the first to close the loop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, you may have more luck using the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Extract_by_Mask/009z0000002n000000/"&gt;Extract by Mask&lt;/A&gt;&lt;SPAN&gt; tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 14:32:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299969#M4230</guid>
      <dc:creator>DonovanCameron</dc:creator>
      <dc:date>2010-09-30T14:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract raster values using overlaying polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299970#M4231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Donovan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try it tomorrow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 02:31:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299970#M4231</guid>
      <dc:creator>CarlosBecker</dc:creator>
      <dc:date>2010-10-04T02:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Extract raster values using overlaying polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299971#M4232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just completed something similar using Geospatial Modelling Environment toolbar (formerly Hawth's Tools). Perhaps an option you may want to investigate? &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/www.spatialecology.com"&gt;www.spatialecology.com&lt;/A&gt;&lt;SPAN&gt; for more info. The command I used was "isectpolyrst."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 17:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299971#M4232</guid>
      <dc:creator>MelisaBernard</dc:creator>
      <dc:date>2010-10-04T17:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract raster values using overlaying polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299972#M4233</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;SPAN&gt;I am working with a polygon layers with a lot of nested and overlapped polygons.&amp;nbsp; I have used isectpolyrst for area and proportion calculations and it worked perfectly but to extract a value of floating raster it doesn't work. in fact it produces fields with NoData values (-2147483648) for averages. I made sure the projections of my raster and&amp;nbsp; polygon layer are the same but still no luck. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody could give me some recommendation on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 13:41:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299972#M4233</guid>
      <dc:creator>minanasr</dc:creator>
      <dc:date>2011-02-09T13:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extract raster values using overlaying polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299973#M4234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi, &lt;BR /&gt;I am working with a polygon layers with a lot of nested and overlapped polygons.&amp;nbsp; I have used isectpolyrst for area and proportion calculations and it worked perfectly but to extract a value of floating raster it doesn't work. in fact it produces fields with NoData values (-2147483648) for averages. I made sure the projections of my raster and&amp;nbsp; polygon layer are the same but still no luck. &lt;BR /&gt;Anybody could give me some recommendation on this?&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever figure out the issue? I am dealing with same problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 21:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-raster-values-using-overlaying-polygons/m-p/299973#M4234</guid>
      <dc:creator>AndyBell2</dc:creator>
      <dc:date>2012-04-23T21:42:41Z</dc:date>
    </item>
  </channel>
</rss>

