I have two sf polygon objects - one of land parcels and the other of parks. All parcels are within 2 miles of at least one park, but some parcels are within that distance to multiple parks. Parks and parcels are not of uniform size or shape.
For each land parcel, I want to calculate the area of park polygons within a half mile. Other posts answer how to calculate the area of each park and the distance between polygons, but not how I can calculate the area of parks within a half mile of each parcel. Any advice would be appreciated. Thank you!