<?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: Quantifying overlapping polygons in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719755#M27795</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/968532"&gt;@CristoforosRomanos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not that I've used the tool in ages, usually using FME, you can preserve the name/id of the feature is a related table as an output. This would give you the unique id and you'd be able to summarise.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Aug 2026 07:36:27 GMT</pubDate>
    <dc:creator>JonathanMcD</dc:creator>
    <dc:date>2026-08-11T07:36:27Z</dc:date>
    <item>
      <title>Quantifying overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719754#M27794</link>
      <description>&lt;P&gt;Hello. I’m following up from a recent &lt;A href="https://community.esri.com/t5/geoprocessing-questions/count-overlapping-features/m-p/1719579#M27787" target="_blank"&gt;post&lt;/A&gt; regarding the quantification of polygons (features) that overlap. As I currently understand it, the Count Overlapping Features (COF) tool is a misnomer since the result enumerates the number of overlaps rather than the number of features which overlap. So currently, using COF, 5 different overlapping polygons could produce a count of 3, whereas I am interested in how many polygons overlap to create a distinct cluster (5 in this example). To clarify: I would like to quantify the number of polygons (buffer areas surrounding buildings in this specific case) which intersect with each other rather than count the number of times different polygons happen to overlap. I have attached a screenshot of the output I wish to achieve (produced by manually selecting and changing the attribute of each polygon that overlaps to form a distinct cluster). Is there some automated method which could provide me with desired results?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CristoforosRomanos_0-1786432956762.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156574i641F19FFE765CDD6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CristoforosRomanos_0-1786432956762.png" alt="CristoforosRomanos_0-1786432956762.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 07:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719754#M27794</guid>
      <dc:creator>CristoforosRomanos</dc:creator>
      <dc:date>2026-08-11T07:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Quantifying overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719755#M27795</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/968532"&gt;@CristoforosRomanos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not that I've used the tool in ages, usually using FME, you can preserve the name/id of the feature is a related table as an output. This would give you the unique id and you'd be able to summarise.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 07:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719755#M27795</guid>
      <dc:creator>JonathanMcD</dc:creator>
      <dc:date>2026-08-11T07:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Quantifying overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719786#M27796</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/968532"&gt;@CristoforosRomanos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll take one more try at this...&lt;/P&gt;&lt;P&gt;This may not be the cleanest way to do it but it's automated and seems to work:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Buffer polygons&lt;/LI&gt;&lt;LI&gt;Spatial Join&lt;UL&gt;&lt;LI&gt;Target features: buffered polygons&lt;/LI&gt;&lt;LI&gt;Join features: buffered polygons&lt;/LI&gt;&lt;LI&gt;Join operation: one to one&lt;/LI&gt;&lt;LI&gt;Match: Intersect&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Symbolize output by the Join_Count field&lt;UL&gt;&lt;LI&gt;You'll need to subtract 1 from the Join_Count field to get the number of times a single polygon overlaps another polygon (field calculator would work well for this)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test2.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/156576i847141CB15AC96F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="test2.png" alt="test2.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 11 Aug 2026 11:46:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719786#M27796</guid>
      <dc:creator>JonM32</dc:creator>
      <dc:date>2026-08-11T11:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Quantifying overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719956#M27797</link>
      <description>&lt;P&gt;Hi Jon. You must be a magician. Your proposed method works. Perhaps not perfectly (especially at the highest end of overlaps where some visual sorting is required) but it is extremely helpful and certainly cuts down on the time I need to dedicate to this task. My sincerest thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enjoy your summer. Chris.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2026 04:22:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719956#M27797</guid>
      <dc:creator>CristoforosRomanos</dc:creator>
      <dc:date>2026-08-12T04:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Quantifying overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719964#M27798</link>
      <description>&lt;P&gt;Have you explored the &lt;A href="https://doc.esri.com/en/arcgis-pro/latest/tool-reference/analysis/polygon-neighbors.html?tabs=dialog" target="_self"&gt;Polygon Neighbours&lt;/A&gt; tool, sounds like that tool could do what you want?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2026 10:58:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719964#M27798</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2026-08-12T10:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Quantifying overlapping polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719992#M27799</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/968532"&gt;@CristoforosRomanos&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I'm glad it was helpful! I knew there had to be a way to do this with a tool.&lt;/P&gt;&lt;P&gt;Have a good summer as well.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2026 11:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quantifying-overlapping-polygons/m-p/1719992#M27799</guid>
      <dc:creator>JonM32</dc:creator>
      <dc:date>2026-08-12T11:13:49Z</dc:date>
    </item>
  </channel>
</rss>

