I need to group objects with the same classification if they are close to each other.
But each class has its own value for the allowed distance.
That value is stored in an attribute.
I can group the features in the NeghborhoodAggregator, but can not use the attribute for width and height.
I would like the option to use an attribute added to this transformer.




