Skip to main content
New

Enhencement NeighborFinder to get unique value

Related products:FME FormTransformers
  • August 4, 2026
  • 0 replies
  • 23 views

davidlee
Supporter
Forum|alt.badge.img+8

Although the NeighborFinder transformer is currently working very well, it would be better if its features were enhanced to extract unique and non-overlapping values for each input base feature.

Currently, NeighborFinder retrieves all candidates within range, which leads to many candidate values being duplicated across base features. To obtain a unique value based on the closest distance for a base feature,Β Sorter, Sampler, and AttributeRemover TransformerΒ must be added to pick unique values and eliminate duplicates. While this approach is feasible, it would be much better if NeighborFinder natively integrated this functionality to directly extract unique and non-overlapping valuesβ€”which could be called a 'Unique Value' feature.Β πŸ˜€