Skip to main content

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

@s3585629

You could try

NeighborhoodAggregator.


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