Skip to main content
Solved

Calculating attribute value for neighbor

  • September 6, 2021
  • 1 reply
  • 73 views

torbjornd
Contributor
Forum|alt.badge.img+4

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

 

Best answer by redgeographics

When you're setting up the NeighborFinder you can use Attribute Accumulation, either the Merge Attributes or the Generate List option, to add attributes of the found neighbors.

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • Best Answer
  • September 6, 2021

When you're setting up the NeighborFinder you can use Attribute Accumulation, either the Merge Attributes or the Generate List option, to add attributes of the found neighbors.