<?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 Create a frequency plot for raster elevation values with in a polygon in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225499#M9812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a lidar DEM model of the Houston area floodplain with polygons representing areas protected by levees.&amp;nbsp; I would like analyze the elevation within each levee by sampling the elevation values within the polygons and representing them as a histogram or frequency plot.&amp;nbsp; Ideally, the x axis would be binned elevation and the y axis would be the frequency (count). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the Sample Tool from the spatial analyst toolset, but instead of obtaining the elevation values, I seem to be getting a number between 1 and 256 (...the display value?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2017 15:45:51 GMT</pubDate>
    <dc:creator>DavisTolman</dc:creator>
    <dc:date>2017-10-05T15:45:51Z</dc:date>
    <item>
      <title>Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225499#M9812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a lidar DEM model of the Houston area floodplain with polygons representing areas protected by levees.&amp;nbsp; I would like analyze the elevation within each levee by sampling the elevation values within the polygons and representing them as a histogram or frequency plot.&amp;nbsp; Ideally, the x axis would be binned elevation and the y axis would be the frequency (count). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the Sample Tool from the spatial analyst toolset, but instead of obtaining the elevation values, I seem to be getting a number between 1 and 256 (...the display value?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225499#M9812</guid>
      <dc:creator>DavisTolman</dc:creator>
      <dc:date>2017-10-05T15:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225500#M9813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you sure it was the dem values that were being sampled and not a reclassed version of it?&lt;/P&gt;&lt;P&gt;Check... &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/h-how-sample-works.htm"&gt;&lt;STRONG&gt;this link&lt;/STRONG&gt; &lt;/A&gt;...to see the format of the table you should have received&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225500#M9813</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-05T15:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225501#M9814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responding.&amp;nbsp; Actually I did try Sample.... but but I'm wanting to compile All of the elevation points within a polygon.&amp;nbsp; What I'm trying to do is to represent the dem elevation values within a polygon in 2-dimensions.&amp;nbsp; Sample is fine for points but I'm looking to represent area in an "elevation histogram" or frequency plot.&amp;nbsp; Any suggestions on what tool to use for this?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 20:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225501#M9814</guid>
      <dc:creator>DavisTolman</dc:creator>
      <dc:date>2017-10-05T20:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225502#M9815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh.. I normally extract the area of the raster that I am interested in, convert it to a numpy array (RasterToNumPyArray in arcpy.da module), then use python/numpy and matplotlib to do graphing.&amp;nbsp; Their graphing tools and handling of raster data for graphing purposes is much easier to use (example of producing a histogram &lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2014/08/18/collections-in-numpy-producing-frequency-distributions-and-graphing"&gt;here&lt;/A&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 20:22:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225502#M9815</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-05T20:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225503#M9816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&amp;nbsp; Python and Matlab are both tools that I would like to learn someday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 21:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225503#M9816</guid>
      <dc:creator>DavisTolman</dc:creator>
      <dc:date>2017-10-05T21:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225504#M9817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you include a sreenshot of the raster in the TOC? If the data is stored in a Mosaic dataset and if it has a certain renderer defined by default (raster function) you may be looking at the values of the 1st band of the visualization and not the actual&amp;nbsp;elevation values.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 22:23:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225504#M9817</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-10-05T22:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225505#M9818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this helpful?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/376028_pastedImage_1.png" style="width: 620px; height: 557px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 22:27:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225505#M9818</guid>
      <dc:creator>DavisTolman</dc:creator>
      <dc:date>2017-10-05T22:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225506#M9819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is, but can you expand the "Statistics"part?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 22:31:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225506#M9819</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-10-05T22:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225507#M9820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No statistics have been calculated...  do I need to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 23:27:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225507#M9820</guid>
      <dc:creator>DavisTolman</dc:creator>
      <dc:date>2017-10-05T23:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225508#M9821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to see the statistics, you can either calculate them when you bring them in or afterwards using&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/build-pyramids-and-statistics.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/build-pyramids-and-statistics.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 23:55:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225508#M9821</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-05T23:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225509#M9822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I'll calculate statistics and retry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 02:05:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225509#M9822</guid>
      <dc:creator>DavisTolman</dc:creator>
      <dc:date>2017-10-06T02:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create a frequency plot for raster elevation values with in a polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225510#M9823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried calculating statistics for this DEM, but the layer properties still says that no statistics have been calculated.&amp;nbsp; Is there something wrong with my raster or am I missing something else.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/376097_pastedImage_1.png" style="width: 620px; height: 454px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is what my Zonal Histogram table looks like.&amp;nbsp; Rather than showing the rows as feet (elevation), it shows a objectid column instead.&amp;nbsp; I'm pretty sure that the values within the polygons represent the elevation distribution for that polygon, but the units are not apparent.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/376098_pastedImage_2.png" style="width: 620px; height: 529px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 16:31:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-frequency-plot-for-raster-elevation/m-p/225510#M9823</guid>
      <dc:creator>DavisTolman</dc:creator>
      <dc:date>2017-10-06T16:31:59Z</dc:date>
    </item>
  </channel>
</rss>

