<?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: Find percentage of raster classes inside polygon in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48408#M627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way is to convert the &lt;STRONG&gt;classified &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/conversion-toolbox/raster-to-polygon.htm"&gt;Raster to Polygon&lt;/A&gt;&lt;/STRONG&gt; (non-simplified). Then, use &lt;STRONG&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/tabulate-intersection.htm"&gt;Tabulate Intersection&lt;/A&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Aug 2017 08:35:06 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2017-08-20T08:35:06Z</dc:date>
    <item>
      <title>Find percentage of raster classes inside polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48407#M626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a raster representing glacierized area with 2 classes: distinction between ice and snow. I also have DEM of the area. I would like to calculate an average height of the boundary between those two classes. I came up with an idea I could somehow calculate how many pixels of each class belong to a given height range (like 500-515m a.s.l.). For example (with a picture):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;100% of snow in this range isn't what I'm looking for (it's not a boundary)&lt;/LI&gt;&lt;LI&gt;100% of ice neither&lt;/LI&gt;&lt;LI&gt;80% of ice and 20% snow is not a boundary (could be a snow patch)&lt;/LI&gt;&lt;LI&gt;40% of snow and 60% of ice probably is a boundary (values are arbitrary and I'd like to evaluate them)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/367671_glac.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I reclassified DEM to 15m intervals and vectorized it. And now I have no clue. The Zonal Statistics tool only allows me to calculate statistics like MIN, MAX, MAJ etc., whereas I need a percentage - a custom equation. Or maybe there is a different way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 00:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48407#M626</guid>
      <dc:creator>AdamBorczyk</dc:creator>
      <dc:date>2017-08-20T00:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Find percentage of raster classes inside polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48408#M627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way is to convert the &lt;STRONG&gt;classified &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/conversion-toolbox/raster-to-polygon.htm"&gt;Raster to Polygon&lt;/A&gt;&lt;/STRONG&gt; (non-simplified). Then, use &lt;STRONG&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/tabulate-intersection.htm"&gt;Tabulate Intersection&lt;/A&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 08:35:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48408#M627</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-08-20T08:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find percentage of raster classes inside polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48409#M628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Totally not tried, but this percentage question keeps cropping up, but I think a .... zonal sum / zonal count .... would give you the necessary ratio, if snow were classed as 1&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;zones - regiongroup your vectorized contour areas&lt;/LI&gt;&lt;LI&gt;classify ice and snow data&lt;OL&gt;&lt;LI&gt;ice - class 0&lt;/LI&gt;&lt;LI&gt;snow - class 1&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;zonal area - is the Count column in the zonal statistics as table column&lt;/LI&gt;&lt;LI&gt;zonal sum - is the sum column in the zonal statistics as table column, sum option&lt;/LI&gt;&lt;LI&gt;do the math in a new field in the table, join back to the polygon zone&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 09:36:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48409#M628</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-08-20T09:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Find percentage of raster classes inside polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48410#M629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that made it. Afterwards I only had to select by attributes (where X/Y &amp;gt; Z) and do some Joins and Spatial Joins to get a clean attribute table with glacier name and the value. In my case, where more than one "ranges" were selected I also also summarized them by original FID, so I got an average of all selected boundaries (ranges).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 11:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48410#M629</guid>
      <dc:creator>AdamBorczyk</dc:creator>
      <dc:date>2017-08-24T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Find percentage of raster classes inside polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48411#M630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Almost all of the zonal statistics related approaches to this problem seem overly complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 15:17:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/find-percentage-of-raster-classes-inside-polygon/m-p/48411#M630</guid>
      <dc:creator>TylerSchlachter</dc:creator>
      <dc:date>2019-04-02T15:17:24Z</dc:date>
    </item>
  </channel>
</rss>

