Skip to main content
Solved

Connecting points on road network

  • October 7, 2019
  • 2 replies
  • 19 views

Hi,

I have a number of points on a road network in CSV format with Lats and Longs as well as a shape file of the surrounding road network. I want to break up the sections of road network between my points so I can assign a value to sections of road based on traffic flows. I am currently using PointOnLineOverlayer but it is rejecting all features. Is this the correct transformer to be using?

Thanks, Matt

Best answer by david_r

If you inspect the PointOnLineOverlayer's rejected output, there should an error message that indicates the problem.

Have you verified that the CSV coordinates have been properly parsed and converted to an FME geometry?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • October 7, 2019

If you inspect the PointOnLineOverlayer's rejected output, there should an error message that indicates the problem.

Have you verified that the CSV coordinates have been properly parsed and converted to an FME geometry?


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • October 7, 2019

If you inspect the PointOnLineOverlayer's rejected output, there should an error message that indicates the problem.

Have you verified that the CSV coordinates have been properly parsed and converted to an FME geometry?

and are in the same coordinate system as your road network