Skip to main content
Question

Points to Line

  • December 3, 2021
  • 2 replies
  • 26 views

Forum|alt.badge.img+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

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • December 3, 2021

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.


Forum|alt.badge.img+1
  • Author
  • 11 replies
  • December 4, 2021

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