Skip to main content
Solved

shortening point lists

  • October 26, 2023
  • 2 replies
  • 20 views

fmesafe.podpora
Contributor
Forum|alt.badge.img+11

Hello. I have a question. In "list_of_fixes" I have a list of track points and some of the tracks have more than 75 points. For tracks that have a higher number of points, I would need to filter and shorten to 75 points. The reduction in the number of points should be from the center to both sides. This means if I have, for example, 81 track points, I will delete 3 points from each end of the list. In the attachment I am sending fmwt, where the list is visible. Some ideas? Thank you very much

Best answer by geomancer

When you turn the attribute List_of_fixes into a list in the FME sense, you can easily remove the superfluous parts.

zkraceni_trate_fmw

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

geomancer
Evangelist
Forum|alt.badge.img+60
  • Evangelist
  • Best Answer
  • October 26, 2023

When you turn the attribute List_of_fixes into a list in the FME sense, you can easily remove the superfluous parts.

zkraceni_trate_fmw


fmesafe.podpora
Contributor
Forum|alt.badge.img+11

When you turn the attribute List_of_fixes into a list in the FME sense, you can easily remove the superfluous parts.

zkraceni_trate_fmw

Hello. Thank you very much for your help, it works great :-)