I am having difficulty getting the results I want from the NeigborFinder.
I am using point data (addresses) and polygons (schools) and I am wanting to see all the addresses that fall within a 2km catchment of each school (including duplicates that are in another school's catchment).
I have set the NeighborFinder with the following parameters:
Base: Addresses
Candidate: School (I have done it this way round as I don't know how many addresses will fall in each catchment)
Input: Base & Candidates
Maximum Distance: 2000 (National Grid projection in metres)
Close Candidate List Name: School
Treat Polygons as: Areas
I have then used a ListExploder to return every School that is within 2km of an address, however the same address is returned multiple times for a given school. I was wondering why this might be? I should mention that I have also aggregated the polygons before the NeighborFinder (so that each school only contains 1 feature)
Any help would be greatly appreciated