Select to view content in your preferred language

% Overlap between two polygons

44
1
4 hours ago
Labels (2)
RachelKnell
New Contributor

Hello, 

I am trying to work out the % overlap between two polygon layers. To do this I:

  • Imported my point locations and created buffers around these
  • Ran an intersect (input features = buffer layers created)
  • Calculated the area of the intersect using the calculate geometry option
  • Calculated the % overlap((Overlap area / original area) *100)

However, I have ran into some issues where there are multiple polygons in the one area. For example, I am looking at the % overlap between the buffer around the red point (circled) and the buffer around the green point. However, the intersect created suggests this area is only small (see selected area highlighted in blue) and therefor does not provide an accurate % overlap (only 1% when it should be a lot higher).

RachelKnell_0-1763397229282.png

Any suggestion on how to avoid this error, or will I need to run the intersect tool for each location individually?

Thanks in advance!

Tags (2)
0 Kudos
1 Reply
DavidSolari
MVP Regular Contributor

Count Overlapping Features can also generate a table linking every input buffer to the final overlaps. You can use that table to find which overlaps relate to which buffers and ensure you're only summing up the appropriate polygons.

0 Kudos