other is slope in percent(%) from axis to road edge , every 12.5m distance
input is drawing file.
Hi @bino !
Here is what I suggest to you:
- Split your lines every 12.5m using the lineDivider (from the FME Hub). Be sure your data are in a coordinate system that uses meters.
- Once your lines are split, extract the coordinates of the starts points of all your lines (using a coordinate extractor at position 0)
- Use a vertex creator in mode "replace with points" to create a point at each start point of all your lines.
- Use a neighborFinder to find the distance between your extracted point from the axis and the right/left side of the road.
- At this point you'll have the distance from the axis to both sides of the road. You'll be able to retrieve the geometry if you added a geometryExtractor before all those steps (by using a geometryReplacer).
If you have any questions related to this explanation, do not hesitate. Also, if you have some more trouble, do not hesitate to share your workspace here, with a data sample (if possible).
Have a great day!
Hi @bino !
Here is what I suggest to you:
- Split your lines every 12.5m using the lineDivider (from the FME Hub). Be sure your data are in a coordinate system that uses meters.
- Once your lines are split, extract the coordinates of the starts points of all your lines (using a coordinate extractor at position 0)
- Use a vertex creator in mode "replace with points" to create a point at each start point of all your lines.
- Use a neighborFinder to find the distance between your extracted point from the axis and the right/left side of the road.
- At this point you'll have the distance from the axis to both sides of the road. You'll be able to retrieve the geometry if you added a geometryExtractor before all those steps (by using a geometryReplacer).
If you have any questions related to this explanation, do not hesitate. Also, if you have some more trouble, do not hesitate to share your workspace here, with a data sample (if possible).
Have a great day!
Great explanation @theodrogo
Hi @bino !
Here is what I suggest to you:
- Split your lines every 12.5m using the lineDivider (from the FME Hub). Be sure your data are in a coordinate system that uses meters.
- Once your lines are split, extract the coordinates of the starts points of all your lines (using a coordinate extractor at position 0)
- Use a vertex creator in mode "replace with points" to create a point at each start point of all your lines.
- Use a neighborFinder to find the distance between your extracted point from the axis and the right/left side of the road.
- At this point you'll have the distance from the axis to both sides of the road. You'll be able to retrieve the geometry if you added a geometryExtractor before all those steps (by using a geometryReplacer).
If you have any questions related to this explanation, do not hesitate. Also, if you have some more trouble, do not hesitate to share your workspace here, with a data sample (if possible).
Have a great day!
Thank you, for your suggestion.
I will sent file.
Thank you, for your suggestion.
I will sent file.
@bino can you also show us what you tried to do ? Your FMW file ?
Where is located your issue ? At what step ?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.