<?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 Calculate Polygon Boundary using Fixed Boundary Constraints and a Target Area in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046459#M39655</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was wondering if there’s a way in ArcGIS Pro to accomplish the following:&lt;/P&gt;&lt;P&gt;I have specific boundaries, say 3 boundaries, that are fixed, and I want a polygon of x area in acres, say 40 for simplicity.&amp;nbsp; I want to have the program calculate the fourth boundary such that my polygon will satisfy the fixed boundary constraints and total EXACTLY 40 acres.&lt;/P&gt;&lt;P&gt;Years ago I did this in a CAD program. Is this kind of calculation doable in GIS, and if so, how?&lt;/P&gt;</description>
    <pubDate>Tue, 13 Apr 2021 17:05:30 GMT</pubDate>
    <dc:creator>dgray</dc:creator>
    <dc:date>2021-04-13T17:05:30Z</dc:date>
    <item>
      <title>Calculate Polygon Boundary using Fixed Boundary Constraints and a Target Area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046459#M39655</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was wondering if there’s a way in ArcGIS Pro to accomplish the following:&lt;/P&gt;&lt;P&gt;I have specific boundaries, say 3 boundaries, that are fixed, and I want a polygon of x area in acres, say 40 for simplicity.&amp;nbsp; I want to have the program calculate the fourth boundary such that my polygon will satisfy the fixed boundary constraints and total EXACTLY 40 acres.&lt;/P&gt;&lt;P&gt;Years ago I did this in a CAD program. Is this kind of calculation doable in GIS, and if so, how?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 17:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046459#M39655</guid>
      <dc:creator>dgray</dc:creator>
      <dc:date>2021-04-13T17:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Polygon Boundary using Fixed Boundary Constraints and a Target Area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046556#M39669</link>
      <description>&lt;P&gt;There are no built in tools.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there only 4 bounds or are there more than 4, but only 3 are fixed?&lt;/P&gt;&lt;P&gt;If there are only 4 bounds, aAre the 3 other bounds fixed and regular in geometry?&lt;/P&gt;&lt;P&gt;The simplest example would be front and both sides are fixed in position and you wish to extend the back line until the required area is reached.&lt;/P&gt;&lt;P&gt;Examples of the geometry you are working with help&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 19:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046556#M39669</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-13T19:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Polygon Boundary using Fixed Boundary Constraints and a Target Area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046633#M39678</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Ok, here's an example of a shape (the selected one).&amp;nbsp; Say you wanted to use the current shape but reduce the amount of area in a straight E-W slice moving southward from the top, being faithful to the outside borders.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dgray_0-1618346907359.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10771i1DDFCDEDBA64E3B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dgray_0-1618346907359.png" alt="dgray_0-1618346907359.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Alternatively, say you wanted to add area to the polygon by filling in the empty space between the selected polygon and the red polygon.&lt;/P&gt;&lt;P&gt;Are there good ways to do this?&amp;nbsp; What do you mean, to extend the back line?&amp;nbsp; How would you do this to reach the desired area?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 20:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046633#M39678</guid>
      <dc:creator>dgray</dc:creator>
      <dc:date>2021-04-13T20:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Polygon Boundary using Fixed Boundary Constraints and a Target Area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046695#M39686</link>
      <description>&lt;P&gt;That is an interesting problem.&lt;/P&gt;&lt;P&gt;The "back" line is your top.&amp;nbsp; So effectively, you want to start moving a line parallel to the bottom of your green area.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of how the splitting and area calculations will go.&amp;nbsp; I use numpy and arcpy, so bear with me.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;K #---- a polygon in the shape of the letter K
array([[  0.00,   0.00],
       [  2.00,  10.00],
       [  4.00,  10.00],
       [  3.00,   5.00],
       [  6.00,  10.00],
       [  8.00,  10.00],
       [  5.00,   4.00],
       [  6.00,   0.00],
       [  4.00,   0.00],
       [  3.00,   3.00],
       [  2.00,   0.00],
       [  0.00,   0.00]])

# ---- now a cutting polyline parallel to the x-axis
p_line = np.array([[-1., 7.], [11., 7.]])
# ---- create some arcpy geometries
SR = "NAD 1983 CSRS MTM  9"
pgon = Polygon(Array([Point(*xy) for xy in K]), SR)        # --- polygon
pline = Polyline(Array([Point(*xy) for xy in p_line]), SR) # --- cutter polyline
# 
# ----- time to slice and dice
pgon.area  # --- polygons area first
43.0
# --- cut the polygon to yield a top and bottom part
bits = pgon.cut(pline)
# --- area calculations for the bits
bits[0].area
12.449999999720603
bits[1].area
30.549999998882413&lt;/LI-CODE&gt;&lt;P&gt;Now the images before and after splitting&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="polygon_cut_example.png" style="width: 190px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10784i0A5EF34403413475/image-size/medium?v=v2&amp;amp;px=400" role="button" title="polygon_cut_example.png" alt="polygon_cut_example.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now the cutting and area calculations can obviously be put into a loop stopping when your desired area is obtained.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the second options,&amp;nbsp; I would modify the original polygon and extend the vertical eastern line northward until&amp;nbsp; the green-red area is filled in, and repeat the procedure.&lt;/P&gt;&lt;P&gt;Hope this gives you some ideas.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 23:15:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046695#M39686</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-13T23:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Polygon Boundary using Fixed Boundary Constraints and a Target Area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046699#M39687</link>
      <description>&lt;P&gt;Ok, so from here, how do you apply the code to an existing polygon feature class to actually split a polygon (or just create a line feature class that represents where the cutter stops)?&amp;nbsp; Also, where would you define the orientation of the cutter polyline (N-S, maybe E-W)?&amp;nbsp; I will need some help with that.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 23:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046699#M39687</guid>
      <dc:creator>dgray</dc:creator>
      <dc:date>2021-04-13T23:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Polygon Boundary using Fixed Boundary Constraints and a Target Area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046705#M39688</link>
      <description>&lt;P&gt;create cutters as polyline featureclass.&amp;nbsp; Orient them as you see fit&amp;nbsp; E-W or N-S,&amp;nbsp; just make sure each polyline crosses the polygon boundary... it doesn't need to be exact&lt;/P&gt;&lt;P&gt;I created some polygon/polyline tools you might want to try&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/python-blog/polygon-polyline-tools-for-pro/ba-p/904067" target="_blank" rel="noopener"&gt;Polygon Polyline Tools for Pro - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The download link is there in the link.&amp;nbsp; I haven't played with it much lately, so if you have any issues let me know&lt;/P&gt;&lt;P&gt;PS... Only use projected data,.&amp;nbsp; When you split up the polygon, you could do a cumulative sum to get the main bits, then repeat with a fine-tuned slicing around the potential division line.&amp;nbsp; Depends on how accurate you need your divisions.&amp;nbsp; If 8 of 10 slices meet your requirements, then you could union those polygon bits to get one continuous area.&lt;/P&gt;&lt;P&gt;Have fun&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS&amp;nbsp; &amp;nbsp;Transect lines can be used to create the cutters to use in split polygons&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 00:14:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1046705#M39688</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-14T00:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Polygon Boundary using Fixed Boundary Constraints and a Target Area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1047029#M39717</link>
      <description>&lt;P&gt;Ok, so the Split Polys tool in your toolkit would be sufficient to accomplish this task then?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 15:36:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-polygon-boundary-using-fixed-boundary/m-p/1047029#M39717</guid>
      <dc:creator>dgray</dc:creator>
      <dc:date>2021-04-14T15:36:08Z</dc:date>
    </item>
  </channel>
</rss>

