Calculating the overlapping percentage of multiple polygons

1252
2
Jump to solution
01-07-2014 08:34 PM
EilyaTorshizian
New Contributor
Hi,

By serving the Network analyst_service area tool I have derived some polygons containing the walking distance of 0.5km from facilities (I have 3000 facilities in the model). This has derived thousand of polygons, any of which overlaps with many others.

To fix ideas, let's say polygon 'a' overlaps polygons 'b', 'c' and 'd' (similarly b overlaps a, e,f and z). I would like to derive the ratio of the overlapping area of a and b (Aab) to the total overlaps of a,b,c, and d (Aabcd), ie the following ratio:

Ratio(ab)=(Aab/Aabcd)

In the end, I need a matrix containing the ratios for all the polygons.
Sorry if this is a very basic question as I am very new to GIS. I did search the forum and the web but I couldn???t find the desired answer.

Thanks,
Eilya.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
LeonardLuz3
Occasional Contributor
Have you tried using the Tabulate Intersection Tool? You can search it from the ArcToolbox. 🙂

View solution in original post

0 Kudos
2 Replies
LeonardLuz3
Occasional Contributor
Have you tried using the Tabulate Intersection Tool? You can search it from the ArcToolbox. 🙂
0 Kudos
EilyaTorshizian
New Contributor
Hi Leonard,

Thanks, the tabulate intersection works perfect 🙂 .

Regards,
Eilya.
0 Kudos