Skip to main content
Solved

Tool to disperse points around an identical position ?

  • February 15, 2017
  • 5 replies
  • 203 views

lifalin2016
Supporter
Forum|alt.badge.img+39

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.

Best answer by redgeographics

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

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.

5 replies

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • February 15, 2017

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


erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • February 15, 2017

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.


redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • February 15, 2017

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


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • February 16, 2017

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.


takashi
Celebrity
  • February 16, 2017

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? :-)