Hello,
I am trying to work out the % overlap between two polygon layers. To do this I:
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).
Any suggestion on how to avoid this error, or will I need to run the intersect tool for each location individually?
Thanks in advance!
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.