<?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 Trying to trim multiple features within one feature layer based on each feature's shape area in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-trim-multiple-features-within-one/m-p/1671102#M100665</link>
    <description>&lt;P&gt;So what I'm essentially trying to do is trim road polygons that are overlapping depending on road areas (the larger roads trim the smaller ones).&lt;/P&gt;&lt;P&gt;The closest tool i found to do this is the Remove Overlap (multiple) using center lines, however, I don't understand how it decides which road gets trimmed as it seems random, sometimes a local road trims a high way (i tried sorting the features by shape area to a new layer but that didn't change anything).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would greatly be appreciated.&lt;/P&gt;</description>
    <pubDate>Sun, 07 Dec 2025 14:48:41 GMT</pubDate>
    <dc:creator>AbdullahN</dc:creator>
    <dc:date>2025-12-07T14:48:41Z</dc:date>
    <item>
      <title>Trying to trim multiple features within one feature layer based on each feature's shape area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-trim-multiple-features-within-one/m-p/1671102#M100665</link>
      <description>&lt;P&gt;So what I'm essentially trying to do is trim road polygons that are overlapping depending on road areas (the larger roads trim the smaller ones).&lt;/P&gt;&lt;P&gt;The closest tool i found to do this is the Remove Overlap (multiple) using center lines, however, I don't understand how it decides which road gets trimmed as it seems random, sometimes a local road trims a high way (i tried sorting the features by shape area to a new layer but that didn't change anything).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would greatly be appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2025 14:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-trim-multiple-features-within-one/m-p/1671102#M100665</guid>
      <dc:creator>AbdullahN</dc:creator>
      <dc:date>2025-12-07T14:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to trim multiple features within one feature layer based on each feature's shape area</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-trim-multiple-features-within-one/m-p/1673677#M100877</link>
      <description>&lt;P&gt;If you wanted to avoid python you could try doing an area-ranked erase :&lt;BR /&gt;&lt;BR /&gt;1. Create an area-ranked field&lt;BR /&gt;&lt;BR /&gt;In the code block you can put something like this:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;def priority(area):
    if area &amp;gt; 5000:
        return "Big"
    elif area &amp;gt; 1000:
        return "Medium"
    else:
        return "Small"&lt;/LI-CODE&gt;&lt;P&gt;But change the area values to what works.&amp;nbsp;&lt;BR /&gt;&amp;nbsp; And above it,&amp;nbsp;&lt;BR /&gt;priority(!Shape_Area!)&lt;BR /&gt;&lt;BR /&gt;2. Then split into separate fc by category. Roads_Big, Roads_Medium, Roads_Small.&amp;nbsp;&lt;BR /&gt;3. Then erase the medium sized fc by the largest. So you get trimmed medium roads as the output. Then merge that with the large roads fc.&amp;nbsp;&lt;BR /&gt;4. erase the smallested by the merged output (big fc + trimmed medium fc)&lt;BR /&gt;&lt;BR /&gt;I dont think there are out of the box tools for what you need. But if you need to do this often you can make a model builder. Or in python you can make a script that compares overlapping polygons and erases the smaller one by the larger one.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 17:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-trim-multiple-features-within-one/m-p/1673677#M100877</guid>
      <dc:creator>JamesPoeschel</dc:creator>
      <dc:date>2025-12-17T17:23:48Z</dc:date>
    </item>
  </channel>
</rss>

