Hi,
I am trying to build a query that tells me the number of unique vessels that entered a specific polygon. Each vessel may have gone to several polygons and visit each or any polygon multiple times. I am limited by confidentiality to only display the polygons that have 3 or more unique vessels that went there. I have tried a multitude of tools, but I think what I need is to build a query. Any idea how to build this? I have intersected the points (each record of a vessel) with the polygons, the intersection output is in a point shape file. Thank you!