I need to calculate impervious surface area of ~300 polygons. I have one layer that contains the polygons, and another that has the impervious surfaces (also polygons, that overlap my 300 polygons). I basically need to clip the impervious surface layer to the 300 individual polygons vs clipping to the full extent of the layer so i can then calculate the area.
I feel like I'm just blanking on something obvious here..
In the image, the lime green polygons are the polygons I need to measure impervious surface for. The olive green is the impervious surface layer.