Question

Extracting the coordinate index nearest to point

  • 25 January 2024
  • 1 reply
  • 20 views

Badge +4

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

Userlevel 5
Badge +32

Hi @bkgg​ 

 

Did you use the transformer NeighborFinder?

Reply