Question

Points to Line

  • 3 December 2021
  • 2 replies
  • 0 views

Badge +1

Hello,

 

I have a series of points that I would like to convert to a polyline feature. I have used the below workbench to accomplish the majority of it, but I'm stumped trying to fill in the gaps (in the line). Can anyone point me in the right direction?

 

CloseUpZoomOut


2 replies

Userlevel 6
Badge +32

Probably more then one way, but the way I do this:

  • NeighborFinder set to candidates only, create closest candidates list.
  • ListExploder to explode the list to features.
  • VertexCreator to create point using closest_base_x / closest_base_y.
  • VertexCreator to add point using closest_candidate_x / closest_candidate_y.
  • Matcher, 2D, Lenient = Yes to get unique lines regardless of direction.

 

Be aware, you uploaded a workspace with credentials. I would advise to change and not use those anymore.

Badge +1

Probably more then one way, but the way I do this:

  • NeighborFinder set to candidates only, create closest candidates list.
  • ListExploder to explode the list to features.
  • VertexCreator to create point using closest_base_x / closest_base_y.
  • VertexCreator to add point using closest_candidate_x / closest_candidate_y.
  • Matcher, 2D, Lenient = Yes to get unique lines regardless of direction.

 

Be aware, you uploaded a workspace with credentials. I would advise to change and not use those anymore.

Thanks for the quick reply and the credentials heads up. I've attached an updated sample workspace.

 

I tried the workspace you attached, but I'm still getting spaces in the line. Any advice / feedback?

 

ConnectGapTest1

Reply