Skip to main content
Question

Find the cluster with most poinst and calculate median lat/long of these points

  • May 4, 2018
  • 2 replies
  • 10 views

Forum|alt.badge.img

Hi all,

I got some points like in the pic. How can I create a cluster with most point and get the long/lat of the center?

Thank you all

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.

2 replies

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • May 4, 2018

@s3585629

You could try

NeighborhoodAggregator.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • May 4, 2018

As @gio mentions you start with the NeighborhoodAggregator, followed by the PartCounter to get the number of points per "clump" (alias for NeighborhoodAggregator is Clumper. Using that in FME will work too). You can follow this by a CenterPointReplacer to find the center point of the "clump".