Hello. I’m following up from a recent post 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?
Solved! Go to Solution.
I'll take one more try at this...
This may not be the cleanest way to do it but it's automated and seems to work:
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.
I'll take one more try at this...
This may not be the cleanest way to do it but it's automated and seems to work:
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.
Enjoy your summer. Chris.
I'm glad it was helpful! I knew there had to be a way to do this with a tool.
Have a good summer as well.
Have you explored the Polygon Neighbours tool, sounds like that tool could do what you want?
Thank you for the tip Duncan. I am looking for a way to analyze the overlap of a "chain" of multiple polygons forming larger clusters. After testing the tool you suggest, I found its analytical capability is limited to the immediately adjacent polygons. The output is quite similar to the Count Overlapping Polygons which hasn't helped me. I do not think the software currently has a tool for the required task.