Hi.
I'm working on a project where I need to find points within a distance of each other and assign a value to each neighbor. I'm using a neighborfinder with "candidates only", blank number of neighbors to find, given max distance and the ID of each point is added to a list. The points are close together, so the same points will be found for each candidate.
What I'd like is to add a value to each of the closest candidates based on a attribute value on the feature. Do you have any a ideas on how to solve this?
Torbjørn