<?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: Simplify Polygon output feature entirely outside input feature in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1607276#M95097</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;thank you for your continued efforts to help with this. For now I will continue using my workflow.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Apr 2025 14:00:58 GMT</pubDate>
    <dc:creator>MitchellDrennan</dc:creator>
    <dc:date>2025-04-18T14:00:58Z</dc:date>
    <item>
      <title>Simplify Polygon output feature entirely outside input feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1605827#M94967</link>
      <description>&lt;P&gt;Using the Simplify Polygon tool, is there a way to have all the vertices of the output feature be located outside the input feature? It seems like this would be an option you could check on/off in the tool interface, but I don't see it.&lt;/P&gt;&lt;P&gt;My current workaround involves utilizing the Input Barrier Layer parameter and is as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new buffered polygon slightly larger than the polygon you want simplified.&lt;/LI&gt;&lt;LI&gt;Use the Polygon to Line tool to convert the polygon you want simplified to a line feature.&lt;/LI&gt;&lt;LI&gt;Open the Simplify Polygon tool and set the following parameters:&lt;OL class="lia-list-style-type-lower-alpha"&gt;&lt;LI&gt;Input Features: new buffered polygon&lt;/LI&gt;&lt;LI&gt;Output Feature Class: whatever&lt;/LI&gt;&lt;LI&gt;Simplification Algorithm: Retain effective areas&lt;/LI&gt;&lt;LI&gt;Simplification Tolerance: 1,000' (I had to play around with this--1000' might not work for you)&lt;/LI&gt;&lt;LI&gt;Handling Topological Errors: Resolve&lt;/LI&gt;&lt;LI&gt;Keep Collapsed Points is checked&lt;/LI&gt;&lt;LI&gt;Input Barrier Layers: Line feature previously created from polygon you want simplified&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The resulting polygon is actually simplifying your buffered polygon, but doesn't cross the input barrier layer (which is actually the polygon you wanted simplified in the first place).&lt;/P&gt;&lt;P&gt;You could use a similar process to get a simplified polygon that is entirely&amp;nbsp;&lt;EM&gt;inside&lt;/EM&gt; the polygon you want simplified.&lt;/P&gt;&lt;P&gt;It seems like there could be a simple toggle option on the tool interface to accomplish this.&lt;/P&gt;&lt;P&gt;Lastly, if there is simpler way to accomplish this using some tool other than Simplify Polygon, I would love to know.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 20:58:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1605827#M94967</guid>
      <dc:creator>MitchellDrennan</dc:creator>
      <dc:date>2025-04-14T20:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify Polygon output feature entirely outside input feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1605841#M94970</link>
      <description>&lt;P&gt;What does your output look like?&lt;/P&gt;&lt;P&gt;Have you looked at creating a convex hull?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/minimum-bounding-geometry.htm" target="_blank"&gt;Minimum Bounding Geometry (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 21:18:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1605841#M94970</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-04-14T21:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify Polygon output feature entirely outside input feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1606111#M94998</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thank you for the suggestion. I hadn't worked with convex hulls before, but after a bit of experimentation I was never able to get the result to conform as tightly to the original polygon as I need. Here is an image of my original polygon and the convex hull result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MitchellDrennan_0-1744734030322.png" style="width: 802px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130260iDCDAA9A4C091A215/image-dimensions/802x441?v=v2" width="802" height="441" role="button" title="MitchellDrennan_0-1744734030322.png" alt="MitchellDrennan_0-1744734030322.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems like that would be the solution if I could get the result to conform more tightly to those inward bends in my original polygon.&lt;/P&gt;&lt;P&gt;As for the workflow I described originally, here are some images to better explain what I did&lt;/P&gt;&lt;P&gt;Here is the original polygon I want simplified&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MitchellDrennan_1-1744734211421.png" style="width: 782px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130261iAFCFAF6608C74925/image-dimensions/782x397?v=v2" width="782" height="397" role="button" title="MitchellDrennan_1-1744734211421.png" alt="MitchellDrennan_1-1744734211421.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I created a 100' buffer of the original polygon, as well as converted the original polygon to a line feature (I zoomed in to the northern portion of my original polygon so you can see the detail). These new features will be used in the Simplify Polygon interface&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MitchellDrennan_2-1744734327334.png" style="width: 818px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130262i94B8FA1E0FABF36A/image-dimensions/818x493?v=v2" width="818" height="493" role="button" title="MitchellDrennan_2-1744734327334.png" alt="MitchellDrennan_2-1744734327334.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And here is my result. As you can see, it is the buffered polygon that is actually being simplified, and the original-polygon-converted-to-line used as a barrier layer. So the result is not ideal in that it's not actually simplifying the original polygon, but satisfies my need to have all the resulting vertices located outside the original polygon.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MitchellDrennan_3-1744734617469.png" style="width: 792px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130264i32F3B3907BF315DD/image-dimensions/792x614?v=v2" width="792" height="614" role="button" title="MitchellDrennan_3-1744734617469.png" alt="MitchellDrennan_3-1744734617469.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried running the tool again using the original polygon as the input but leaving all the other parameters the same, and the result is basically a copy of my original polygon. Actually, the result had more vertices than the original because it converted the curves in the original to many, short, straight line segments in the result, resulting in many more vertices in the result.&lt;/P&gt;&lt;P&gt;All images above are attached so they can be viewed at full resolution.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 16:36:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1606111#M94998</guid>
      <dc:creator>MitchellDrennan</dc:creator>
      <dc:date>2025-04-15T16:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify Polygon output feature entirely outside input feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1606172#M95005</link>
      <description>&lt;P&gt;other than experimenting with some of the other options which can remove points, the only other suggestion I would make is to convert to a raster, then back to a polygon with the 'simplified' option&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/raster-to-polygon.htm" target="_blank"&gt;Raster to Polygon (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;however deciding on the raster cell size would introduce as many dilemas as choosing the simplification methods geared towards vectors.&lt;/P&gt;&lt;P&gt;Concave hulls, alpha shapes would be another route to go where you have some control as to what points to include in the resultant hull, but you would have to tinker with the offerings out there.&amp;nbsp; For example&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/python-blog/concave-hulls-the-elusive-container/ba-p/902545" target="_blank"&gt;Concave Hulls ... the elusive container - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 18:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1606172#M95005</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-04-15T18:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify Polygon output feature entirely outside input feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1607276#M95097</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;thank you for your continued efforts to help with this. For now I will continue using my workflow.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 14:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/simplify-polygon-output-feature-entirely-outside/m-p/1607276#M95097</guid>
      <dc:creator>MitchellDrennan</dc:creator>
      <dc:date>2025-04-18T14:00:58Z</dc:date>
    </item>
  </channel>
</rss>

