Hi all,
is it possible to use the NeighborFinder so that it tries to find the closest feature with a matching attribute inside the maximum distance area first?
My goal is to find for my base features the closest feature from the candidate features which has the same attribute, but inside the maximum distance of lets say 20 meters. And only if there is no candidate feature with the same attribute inside those 20m, find the closest feature no matter the attribute inside 20m.
What would be the best way to accomplish this in FME?
Solved
NeighborFinder based on attributes
Best answer by s.jager
I think I would solve this by using two NeighborFinders: The first one set to use Group Processing with a max distance, the second one without the Group Processing but wth the max distance, and only those features that haven’t found a match yet.
Haven’t tested that, but AFAIK that should do it.
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.
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.


