I have 2 point layers; point layer #2 is a subset of point layer #1
I want to write ArcPy code that gives me all the points in point layer #1 that are NOT in point layer #2
Basically, point layer #1 MINUS point layer #2
What tool or set of tools can help me achieve that?
Thank you