I have been spinning my wheels on this for a while. It seems easy but I can't figure it out!
I have individual points on a map each with a 1000 ft buffer around them. Some of these buffers overlap with one another. I want to clip a zoning shapefile so I can get an idea as to how much of the land use in each of these buffers is zoned for residential compared to other uses. The issue is, because the features overlap, clipping tells me the overall breakdown of zoning, but not one associated with individual points. Each one is being treated as its own site, so a parcel of zoning may be associated with more than one buffer and may be clipped to different sizes to meet each buffer's boundaries.
Basically, I need to know if there is a way to have ArcGIS Pro iteratively run the clip process for each buffer against the original zoning file so some parcels can be clipped to multiple buffers. I am fine if this creates a new layer for each buffer.