In QGIS, I have a set of points from which I created a series of voronoi polygons. I also have a set of circumferences created from another points, like this:
I need to identify which voronoi polygons are cut by which circumferences (one polygon would appear in more than one circunference, so I need to track de attributes), but everything I have seen is about intersection.
Bonus points would be polygons with only area > N, but I need to start somewhere.
EDIT:
First solution Joseph gave me in the comments gave me the polygons which intersected with the circumferences as a whole, in a similar fashion to wiltomap. The actual answer from Joseph worked for me.
As an extra, from the anwer I was able to calculate the polygon area which allows me to filter those with a very small one.
