Question

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


Badge

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


2 replies

Badge +3

@s3585629

You could try

NeighborhoodAggregator.

Userlevel 2
Badge +12

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".

Reply