Skip to main content
Question

Equivalent of Split Line at Vertex method of Arcgis in FME

  • November 9, 2017
  • 2 replies
  • 551 views

Forum|alt.badge.img

Hello

I need help with FME transformation. I am trying to split the route data collected with GPS into separate line segments at vertices. Then I need to find our the length of each line segment in miles or inches or yards. I need to figure out mph using distance and time.Time is fixed interval but need to figure out length for calculations.

Thanks for help!

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • November 9, 2017

The Chopper transformer can split line segments at vertices (option number of vertices = 2).

The LengthCalculator can calculate the length of the segments and store that value in an attribute.


Forum|alt.badge.img
  • Author
  • 2 replies
  • November 17, 2017

All that worked like a charm!

Thank you so much!