Skip to main content
Question

How to add nodes on a line with point data

  • October 10, 2024
  • 2 replies
  • 84 views

emerson_styles
Contributor
Forum|alt.badge.img+4

I’m doing a routing analysis and I have a road network that I need to create new nodes along where I have points for addresses. I used the AnchoredSnapper transformer to ensure that the points align with the line data. The point data (addresses) is a separate dataset from the line data (network). 

Does anyone know how to create new nodes along an existing line using point data?

2 replies

emerson_styles
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 3 replies
  • October 10, 2024

^ I’ve figured out that it’s possible to do this with the TopologyBuilder transformer.


liamfez
Influencer
Forum|alt.badge.img+43
  • Influencer
  • 278 replies
  • October 10, 2024

You can do this with a number of transformers, the PointOnLineOverlayer would also work.