<?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 maximum values from raster by polygons in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-maximum-values-from-raster-by-polygons/m-p/630456#M9147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a continuous raster and a set of polygons that overlap the raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know of a method to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) identify the maximum value of the raster within each polygon&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) extract the cells associated with these maximum values and store as a separate raster (or points)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions are greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Nov 2013 20:51:11 GMT</pubDate>
    <dc:creator>toddsams</dc:creator>
    <dc:date>2013-11-15T20:51:11Z</dc:date>
    <item>
      <title>Extract maximum values from raster by polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-maximum-values-from-raster-by-polygons/m-p/630456#M9147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a continuous raster and a set of polygons that overlap the raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know of a method to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) identify the maximum value of the raster within each polygon&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) extract the cells associated with these maximum values and store as a separate raster (or points)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions are greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 20:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-maximum-values-from-raster-by-polygons/m-p/630456#M9147</guid>
      <dc:creator>toddsams</dc:creator>
      <dc:date>2013-11-15T20:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extract maximum values from raster by polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-maximum-values-from-raster-by-polygons/m-p/630457#M9148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have a continuous raster and a set of polygons that overlap the raster.&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a method to:&lt;BR /&gt;&lt;BR /&gt;1) identify the maximum value of the raster within each polygon&lt;BR /&gt;2) extract the cells associated with these maximum values and store as a separate raster (or points)&lt;BR /&gt;&lt;BR /&gt;Any suggestions are greatly appreciated.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Todd,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Perform a &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z000000w7000000" rel="nofollow" target="_blank"&gt;Zonal Statistics&lt;/A&gt; (using the polygons as zones, the raster as values and MAXIMUM as stistics type)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Calculate a boolean raster with: &lt;SPAN style="font-family:courier new;"&gt;ValueRas = MaxRas&lt;/SPAN&gt; (value 1 will indicate those pixels locations with maximum value in polygon)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Use the &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000007000000" rel="nofollow" target="_blank"&gt;SetNull &lt;/A&gt;to obtain a raster holding only the maximum values at the locations you're interested in and rest NoData: &lt;SPAN style="font-family:courier new;"&gt;OutRas =&amp;nbsp; SetNull(BooleanRas, MaxRast, "Value = 0")&lt;/SPAN&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Convert this "OutRas" to points&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 10:15:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-maximum-values-from-raster-by-polygons/m-p/630457#M9148</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-11-18T10:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Extract maximum values from raster by polygons</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-maximum-values-from-raster-by-polygons/m-p/630458#M9149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for the references, there is a step-by-step guide to very same process in &lt;A href="http://support.esri.com/technical-article/000011761" title="http://support.esri.com/technical-article/000011761"&gt;How To: Create points representing the highest or lowest elevations within polygon features&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 06:16:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-maximum-values-from-raster-by-polygons/m-p/630458#M9149</guid>
      <dc:creator>FatihDur</dc:creator>
      <dc:date>2016-06-21T06:16:23Z</dc:date>
    </item>
  </channel>
</rss>

