<?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: Split a polygon into percentage of total surface in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/split-a-polygon-into-percentage-of-total-surface/m-p/1081510#M43586</link>
    <description>&lt;P&gt;There are an infinite number of ways to slice a polygon. Actually doing so with a specific ratio to previous area is an "NP Hard" or possibly "NP Complete" problem ("NP" comes from "nondeterministic polynomial-time", in the domain of &lt;A href="https://en.wikipedia.org/wiki/Computational_complexity_theory" target="_self"&gt;computational complexity theory&lt;/A&gt; , basically, that there's no way to predict how long it will take, even if you know you have the problem partly solved).&lt;/P&gt;&lt;P&gt;All the possible solutions are iterative in nature, and very expensive, computationally. If the polygons are multipart (islands) or contain subparts (holes), the complexity of the problem increases (since the area of shifting slices could go down for a while, then back up again, making binary search algorithms inoperative).&lt;/P&gt;&lt;P&gt;If you have a particular dimension for which you want to optimize, you can start that way, but the best you may be able to accomplish is to arrive, after an inordinate amount of processing, with an answer "close enough" to quit trying any more.&lt;/P&gt;&lt;P&gt;This is a problem where human vision and intuition could simplify the solution, at the cost of needing a user to review every geometry, and start the process or wave off continued effort from a given end point.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2021 20:14:54 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2021-07-21T20:14:54Z</dc:date>
    <item>
      <title>Split a polygon into percentage of total surface</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/split-a-polygon-into-percentage-of-total-surface/m-p/1081502#M43585</link>
      <description>&lt;P&gt;Hi Esri community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to split a polygon into the percentage of its total surface. For example, the polygon is 5000km2 and I want to extract 30%, 20% and 50% of the total surface. How can I make a split based on a percentage of the surface?&lt;/P&gt;&lt;P&gt;Anyone has a solution? Thanks in advance&lt;/P&gt;&lt;P&gt;Isabelle&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 19:45:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/split-a-polygon-into-percentage-of-total-surface/m-p/1081502#M43585</guid>
      <dc:creator>IB3</dc:creator>
      <dc:date>2021-07-21T19:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Split a polygon into percentage of total surface</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/split-a-polygon-into-percentage-of-total-surface/m-p/1081510#M43586</link>
      <description>&lt;P&gt;There are an infinite number of ways to slice a polygon. Actually doing so with a specific ratio to previous area is an "NP Hard" or possibly "NP Complete" problem ("NP" comes from "nondeterministic polynomial-time", in the domain of &lt;A href="https://en.wikipedia.org/wiki/Computational_complexity_theory" target="_self"&gt;computational complexity theory&lt;/A&gt; , basically, that there's no way to predict how long it will take, even if you know you have the problem partly solved).&lt;/P&gt;&lt;P&gt;All the possible solutions are iterative in nature, and very expensive, computationally. If the polygons are multipart (islands) or contain subparts (holes), the complexity of the problem increases (since the area of shifting slices could go down for a while, then back up again, making binary search algorithms inoperative).&lt;/P&gt;&lt;P&gt;If you have a particular dimension for which you want to optimize, you can start that way, but the best you may be able to accomplish is to arrive, after an inordinate amount of processing, with an answer "close enough" to quit trying any more.&lt;/P&gt;&lt;P&gt;This is a problem where human vision and intuition could simplify the solution, at the cost of needing a user to review every geometry, and start the process or wave off continued effort from a given end point.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 20:14:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/split-a-polygon-into-percentage-of-total-surface/m-p/1081510#M43586</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2021-07-21T20:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Split a polygon into percentage of total surface</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/split-a-polygon-into-percentage-of-total-surface/m-p/1081514#M43587</link>
      <description>&lt;P&gt;Here is a workflow I can think of (assuming your example).&lt;/P&gt;&lt;P data-unlink="true"&gt;Use&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/subdivide-polygon.htm" target="_self"&gt;Subdivide Polygon&lt;/A&gt;&amp;nbsp;to divide it into 10 equal &lt;STRONG&gt;parts&lt;/STRONG&gt;(Subdivision method= No. of Equal Parts) each having 10% of the area.&lt;/P&gt;&lt;P data-unlink="true"&gt;Using Editing tool, Select and &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/editing/merge-features-into-one-feature.htm" target="_self"&gt;Merge&lt;/A&gt; 3 polygons, 2 polygons and 5 polygons respectively. This will result in 3 polygon parts of 30%, 20% and 50% respectively.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 20:11:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/split-a-polygon-into-percentage-of-total-surface/m-p/1081514#M43587</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-07-21T20:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Split a polygon into percentage of total surface</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/split-a-polygon-into-percentage-of-total-surface/m-p/1081529#M43588</link>
      <description>&lt;P&gt;It's a cool idea, but like&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1060"&gt;@VinceAngelo&lt;/a&gt;&amp;nbsp;suggests, which one do you want? Here are three simple options of splitting a polygon approximately 50/50.&lt;/P&gt;&lt;P&gt;Even with&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95280"&gt;@JayantaPoddar&lt;/a&gt;&amp;nbsp;'s suggestion, you are limited to what the software will divide up for you...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeBorgione_0-1626899342339.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/19088iAE655A730012E962/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeBorgione_0-1626899342339.png" alt="JoeBorgione_0-1626899342339.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 20:29:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/split-a-polygon-into-percentage-of-total-surface/m-p/1081529#M43588</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-07-21T20:29:13Z</dc:date>
    </item>
  </channel>
</rss>

