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
Page 1 / 1
When you turn the attribute List_of_fixes into a list in the FME sense, you can easily remove the superfluous parts.
When you turn the attribute List_of_fixes into a list in the FME sense, you can easily remove the superfluous parts.
Hello. Thank you very much for your help, it works great :-)