<?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 DEM values with polygon(s) elevation min, max, mean etc. in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/extract-raster-dem-values-with-polygon-s-elevation/m-p/220073#M1343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This may have been answered before but I could not find anything to my satisfaction. I appologize if I missed it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know how to extract the elevation values from a DEM raster particularly min, max and mean using a polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know about the Spatial Analyst "Zonal" tool however that does not seem to work for polygon layers where the polygons overlap. So this solution isn't perfect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a 3D polygon file by using the "Interpolate shape" tool and then "added z information" to get the min, max, and mean values. These tools are found in 3D analyst. However, since the polygons are interpolated I'm suspicious that the added z-values will not match the exact cell values of the raster. I.e. the interpolated polygon may have a maximum value different from the DEM cell values that the polygon covers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this suspicion warranted?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool "Add surface information" seems to do the same thing I did in the two steps above but it does not accept polygons as an input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Colin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 17:23:06 GMT</pubDate>
    <dc:creator>ColinMurray</dc:creator>
    <dc:date>2013-02-26T17:23:06Z</dc:date>
    <item>
      <title>Extract raster DEM values with polygon(s) elevation min, max, mean etc.</title>
      <link>https://community.esri.com/t5/3d-questions/extract-raster-dem-values-with-polygon-s-elevation/m-p/220073#M1343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This may have been answered before but I could not find anything to my satisfaction. I appologize if I missed it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know how to extract the elevation values from a DEM raster particularly min, max and mean using a polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know about the Spatial Analyst "Zonal" tool however that does not seem to work for polygon layers where the polygons overlap. So this solution isn't perfect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a 3D polygon file by using the "Interpolate shape" tool and then "added z information" to get the min, max, and mean values. These tools are found in 3D analyst. However, since the polygons are interpolated I'm suspicious that the added z-values will not match the exact cell values of the raster. I.e. the interpolated polygon may have a maximum value different from the DEM cell values that the polygon covers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this suspicion warranted?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool "Add surface information" seems to do the same thing I did in the two steps above but it does not accept polygons as an input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Colin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 17:23:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/extract-raster-dem-values-with-polygon-s-elevation/m-p/220073#M1343</guid>
      <dc:creator>ColinMurray</dc:creator>
      <dc:date>2013-02-26T17:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extract raster DEM values with polygon(s) elevation min, max, mean etc.</title>
      <link>https://community.esri.com/t5/3d-questions/extract-raster-dem-values-with-polygon-s-elevation/m-p/220074#M1344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Colin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Add Surface Information tool in version 10.1 will accept polygons as input.&amp;nbsp; I assume that you are working in a previous version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add Surface Information (Online help document)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00q900000016000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00q900000016000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest to use Zonal Statistics to Table to grab the surface information from your DEM for the polygon area.&amp;nbsp; Or you could use the Add Surface Information tool in version 10 or 9.3.1 with input points created using the Create Random Points tool for the extent of your polygon.&amp;nbsp; This will give you a random sample of the Max, Min and Avg. Z value of your DEM within the polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create Random Points (Online help document) version 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000002r000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000002r000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 17:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/extract-raster-dem-values-with-polygon-s-elevation/m-p/220074#M1344</guid>
      <dc:creator>CarrieDavis</dc:creator>
      <dc:date>2013-02-27T17:06:57Z</dc:date>
    </item>
  </channel>
</rss>

