Skip to main content
Question

Extracting the coordinate index nearest to point

  • January 25, 2024
  • 1 reply
  • 23 views

bkgg
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 10 replies

Hey guys,

 

I have a fairly large dataset of lines and points. The points need to receive the Z coordinate from the nearest index on the line. Using the CoordinateExtractor followed by a ListExploder isn't an option because that would be too heavy for my workspace.

 

Isn't it possible to use the CoordinateExtractor in a way that in the setting 'Specify coordinate' you only extract the index that is nearest to a point feature? Is there a different way to go about this?

1 reply

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • January 25, 2024

Hi @bkgg​ 

 

Did you use the transformer NeighborFinder?