Hello,
I am working with Kernel Density contour areas of several birds (as polygon shapefiles) and I would like to calculate the area of the overlap of, say, Bird1 and Bird2, Bird1 and Bird3, Bird1 and Bird4, etc.
Using Intersect (Data Management) works for a one-to-one analysis, but is there a tool that allows to run a one-to-many analysis at once and store the results in the same table ?
I tried to use Iterate in ModelBuilder, but Intersect provides only one Input and therefore an iteration adds multiple shapefiles to the input and does a one-to-one-to-one-to-one analysis (bird1-to-Bird2-to-Bird3-to-Bird4) and not a one-to-many (Bird1-to-Bird2&Bird3&Bird4).
Any hints ?
Thanks
Yvan