Skip to main content

Hi,

I'm continiously acquiring tasks for internal FME execution that previously was done by a mix of command lines and t-sql. One of the tasks involved was dispersing points with identical coordinates to unique positions in the vicinity. This task is currently kept in a stored procedure.

I would like to also transfer this functionality to FME proper.

Before I venture into recoding the stored procedure into a custom transformer, I'd like to hear, if anyone has encountered a similar problem, and has found a good solution ?

Cheers.

Hi, I have seen some amazing things been done with the offset, maybe you should have a look at it...


Have a look at this Question and answer:

https://knowledge.safe.com/questions/25031/offset-points-on-a-circle.html

It might give you an idea how to solve your question.


There's a SpreadDuplicatePoints transformer in the FME Hub, sounds like it does exactly what you want.


Hi @lifalin2016,

Have a look at this workspace: offset.fmw,

The number of copies defines the number of circles around the original point. Should range from 1 till 3 but can be adjusted along with the mapping in the valuemapper.


Hi @lifalin2016,

Have a look at this workspace: offset.fmw,

The number of copies defines the number of circles around the original point. Should range from 1 till 3 but can be adjusted along with the mapping in the valuemapper.

Hi @itay, thanks for sharing the Cloner+Offsetter example. As advanced/new Offsetter usages, can you add workflows using the Polar Coordinate mode and Spherical Coordinate mode? :-)

 


Reply