<?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: Slice's EQUAL_AREA method in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slice-s-equal-area-method/m-p/506606#M7250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I pulled this directly from the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000ss000000"&gt;Slice tool documentation&lt;/A&gt;&lt;SPAN&gt; under Usage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"When using the EQUAL_AREA method, sometimes not all of the output zones&amp;nbsp; (classes) will have an equal, or even similar, number of cells (i.e.,&amp;nbsp; area). This may be an inherent result based on the nature of the input&amp;nbsp; values and the specified number of zones. If the results are deemed&amp;nbsp; undesirable, you can try using a fewer number of zones or applying a&amp;nbsp; statistics transformation (e.g., logarithm, square root, and so on) to&amp;nbsp; the input dataset."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Mar 2013 15:33:22 GMT</pubDate>
    <dc:creator>EricRice</dc:creator>
    <dc:date>2013-03-29T15:33:22Z</dc:date>
    <item>
      <title>Slice's EQUAL_AREA method</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slice-s-equal-area-method/m-p/506604#M7248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use the Slice tool to group a script's result raster by a user-defined X%, which seems straightforward enough.&amp;nbsp; The resulting value distribution may not be normally distributed, which, the Slice doc says, is not optimal for use of the tool.&amp;nbsp; Now, I understand that using the EQUAL_INTERVAL method may produce empty classes, or classes with very few cells.&amp;nbsp; That makes sense because there just may not be cells with values that fall within the interval.&amp;nbsp; However, often when I use EQUAL_AREA I also get empty classes, which doesn't make sense to me, and the doc doesn't explain why this might happen.&amp;nbsp; It seems that if it's basing the grouping on area (which is always there) and not just value, there's no chance of missing values, unlike EQUAL_INTERVAL.&amp;nbsp; Can anyone shed light on why this would happen?&amp;nbsp; As it is, I might have to write my own Slice command to get better results.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;~ Stacie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 21:30:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slice-s-equal-area-method/m-p/506604#M7248</guid>
      <dc:creator>StacieWolny</dc:creator>
      <dc:date>2013-03-28T21:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Slice's EQUAL_AREA method</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slice-s-equal-area-method/m-p/506605#M7249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; However, often when I use EQUAL_AREA I also get empty classes.&amp;nbsp; Can anyone shed light on why this would happen?&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stacie - the problem you are running into here is probably having to do with the distribution of your data. Your data probably has a lot of tied values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, consider a small 1 x 10 raster with just these cell values:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;10 10 10 10 10 20 20 20 20 20&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An equal area slice into two levels would look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But what if we asked for three? We can't "split" these groups. So you will probably still get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;because of the ties.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 02:13:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slice-s-equal-area-method/m-p/506605#M7249</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-03-29T02:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Slice's EQUAL_AREA method</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slice-s-equal-area-method/m-p/506606#M7250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I pulled this directly from the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000ss000000"&gt;Slice tool documentation&lt;/A&gt;&lt;SPAN&gt; under Usage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"When using the EQUAL_AREA method, sometimes not all of the output zones&amp;nbsp; (classes) will have an equal, or even similar, number of cells (i.e.,&amp;nbsp; area). This may be an inherent result based on the nature of the input&amp;nbsp; values and the specified number of zones. If the results are deemed&amp;nbsp; undesirable, you can try using a fewer number of zones or applying a&amp;nbsp; statistics transformation (e.g., logarithm, square root, and so on) to&amp;nbsp; the input dataset."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 15:33:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/slice-s-equal-area-method/m-p/506606#M7250</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2013-03-29T15:33:22Z</dc:date>
    </item>
  </channel>
</rss>

