<?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: cut polygon with an exact area in 911 GIS Questions</title>
    <link>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742620#M32</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not have the time to try the parcel fabrik but I found a tool to do what I want: ETgeotools&lt;/P&gt;&lt;P&gt;In it you've got some free tools and a licence to use every tools, but&amp;nbsp; " split polygon by area" looks like a free tool (for the moment &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2015 11:37:33 GMT</pubDate>
    <dc:creator>romaingault</dc:creator>
    <dc:date>2015-05-28T11:37:33Z</dc:date>
    <item>
      <title>cut polygon with an exact area</title>
      <link>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742616#M28</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to cut some polygons with an exact area and I don't know how to do that!&lt;/P&gt;&lt;P&gt;for exemple I've got a big parcel with 10 000 m² and I need to take exactly 5200m² from the right border of my parcel&lt;/P&gt;&lt;P&gt;Can I do that with an existing tool in arcmap or with a python tool?&lt;/P&gt;&lt;P&gt;thank you for answering&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 11:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742616#M28</guid>
      <dc:creator>romaingault</dc:creator>
      <dc:date>2015-05-19T11:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: cut polygon with an exact area</title>
      <link>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742617#M29</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Romain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no tool that I'm aware of to achieve this.&amp;nbsp; The closest thing I could think of would be a buffer reduction, but that's done by distance from edge, not the area, and would affect the entire polygon.&amp;nbsp; As well, a tool would have to be able to "judge" what areas of the polygon you wanted cut.&amp;nbsp; There are infinite ways that you could draw a cut and remove a selected area from a polygon.&amp;nbsp; I'm thinking you might have to just draw some polygon clips (on an equal area projection of course) and measure them - or use the measure tool first to find an approximate shape that would work.&amp;nbsp; You could then edit the shape to get as close as possible to your required output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 12:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742617#M29</guid>
      <dc:creator>ToddBlanchette</dc:creator>
      <dc:date>2015-05-19T12:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: cut polygon with an exact area</title>
      <link>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742618#M30</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can get the polygon data into a Parcel Fabric, there may be a way to do this with the Parcel Editor Tools.&amp;nbsp; Here's some information to get started:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00wp0000000z000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00wp0000000z000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Tutorial_Get_started_with_parcel_fabric_editing/00wp00000007000000/" title="http://resources.arcgis.com/en/help/main/10.2/index.html#/Tutorial_Get_started_with_parcel_fabric_editing/00wp00000007000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:51:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742618#M30</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2015-05-19T14:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: cut polygon with an exact area</title>
      <link>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742619#M31</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering!&lt;/P&gt;&lt;P&gt;Yesterday afternoon I had a look at the parcel fabric and it's effectively probably the good solution.&lt;/P&gt;&lt;P&gt;I must find the time to look at the parcel fabrik it look like an complicate tool I think..&lt;/P&gt;&lt;P&gt;good day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 07:14:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742619#M31</guid>
      <dc:creator>romaingault</dc:creator>
      <dc:date>2015-05-20T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: cut polygon with an exact area</title>
      <link>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742620#M32</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not have the time to try the parcel fabrik but I found a tool to do what I want: ETgeotools&lt;/P&gt;&lt;P&gt;In it you've got some free tools and a licence to use every tools, but&amp;nbsp; " split polygon by area" looks like a free tool (for the moment &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 11:37:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/911-gis-questions/cut-polygon-with-an-exact-area/m-p/742620#M32</guid>
      <dc:creator>romaingault</dc:creator>
      <dc:date>2015-05-28T11:37:33Z</dc:date>
    </item>
  </channel>
</rss>

