Hey guys,
I'm struggling with testing a dataset after putting it through an POAOverlayer. I've got a shapefile with buffered points going into the area input and a shapefile of just points going into the point input. The output contains the data that I need with regard to having a clip of points within my areas of interest, but I need to test each individual area (200 of them) against the points within it and can't think of a way for the life of me.
I have tried a tester, but unfortunately this tests the whole datasets against each other, at least it did for the test I tried.
Any help would be greatly appreciated!