How to convert an Esri Line-Shape to an Esri Point-Shape using FME Desktop?
The distance between the resulting points should be 1 meter.
The lines have vertex points and they are not straight.
Which transformer(s) would be best?
How to convert an Esri Line-Shape to an Esri Point-Shape using FME Desktop?
The distance between the resulting points should be 1 meter.
The lines have vertex points and they are not straight.
Which transformer(s) would be best?
Have you looked at the Chopper transformer? You can set it to chop by length.
I recommend reading the docs first.
Have you looked at the Chopper transformer? You can set it to chop by length.
I recommend reading the docs first.
And I need the exact distance of 1m between the resulting points. With this transformer I get only a approximated distance
Try a densifier to add extra vertices, followed by a chopper with mode set to by vertex and max vertices set to 1. This should turn your lines to points.
If your lines are not straight, what do you expect in terms of vertex spacing at the corners?
Here's a possible solution based on the DistanceChopper from the FME Hub:
Result when chopping a 13.4 m line into 1 m segments:
See also this template for FME 2018.1: distancechopper.fmwt
Try a densifier to add extra vertices, followed by a chopper with mode set to by vertex and max vertices set to 1. This should turn your lines to points.
If your lines are not straight, what do you expect in terms of vertex spacing at the corners?
But at the corners is the distance between the resulting points not exactly 1m, usually less.
But at the corners is the distance between the resulting points not exactly 1m, usually less.
But at the corners is the distance between the resulting points not exactly 1m, usually less.
Here's a possible solution based on the DistanceChopper from the FME Hub:
Result when chopping a 13.4 m line into 1 m segments:
See also this template for FME 2018.1: distancechopper.fmwt
Here's a possible solution based on the DistanceChopper from the FME Hub:
Result when chopping a 13.4 m line into 1 m segments:
See also this template for FME 2018.1: distancechopper.fmwt
This is my first post, so please, be easy on me :)
Here is my solution. It requires usage of a loop, so it is a bit more advanced. Here a quick tutorial, how to create a loop:
https://www.youtube.com/watch?v=fD6jeHZlPc8 (please note that this tutorial is using older version, so the interface is slightly different. Right now it is possible to perform all necessary operations from Transformers menu.
Here are screens from my workbench:
And the result:
This is my first post, so please, be easy on me :)
Here is my solution. It requires usage of a loop, so it is a bit more advanced. Here a quick tutorial, how to create a loop:
https://www.youtube.com/watch?v=fD6jeHZlPc8 (please note that this tutorial is using older version, so the interface is slightly different. Right now it is possible to perform all necessary operations from Transformers menu.
Here are screens from my workbench:
And the result:
This is my first post, so please, be easy on me :)
Here is my solution. It requires usage of a loop, so it is a bit more advanced. Here a quick tutorial, how to create a loop:
https://www.youtube.com/watch?v=fD6jeHZlPc8 (please note that this tutorial is using older version, so the interface is slightly different. Right now it is possible to perform all necessary operations from Transformers menu.
Here are screens from my workbench:
And the result:
At some lines the distance between the first and the second point is not 1m. What could be the problem?
At some lines the distance between the first and the second point is not 1m. What could be the problem?
Or, to put it differently, how would you like to space the points on a line with a lenght that isn't perfectly divisible by 1m?
Or, to put it differently, how would you like to space the points on a line with a lenght that isn't perfectly divisible by 1m?
This is my first post, so please, be easy on me :)
Here is my solution. It requires usage of a loop, so it is a bit more advanced. Here a quick tutorial, how to create a loop:
https://www.youtube.com/watch?v=fD6jeHZlPc8 (please note that this tutorial is using older version, so the interface is slightly different. Right now it is possible to perform all necessary operations from Transformers menu.
Here are screens from my workbench:
And the result: