Polygon-Polygon Overlap Percentage with Pairwise Intersect and ArcPy
A common task is to calculate the percentage overlap between a polygon feature class overlaying another polygon feature class. One general workflow is to use the (Pairwise) Intersect tool with the Join Attributes parameter set to Only feature IDs, add a field to store the percentage overlap attributes, join the underlay polygons to the output …
Polygon-Polygon Overlap Percentage with Pairwise Intersect and ArcPy Read More »