Hi,
What would be the equivalent in FME of the ArcGIS "MergeAggregate" function which allows to merge polygon features based on a specified distance and field values?
Thank you
Hi,
What would be the equivalent in FME of the ArcGIS "MergeAggregate" function which allows to merge polygon features based on a specified distance and field values?
Thank you
Hi @bergeronfrank, if your requirement is to aggregate polygons which have an identical value in a specified attribute (e.g. "_group") and also are within a specified distance (e.g. "_distance") each other, this workflow might help you.
You can also calculate the distance between features and aggregate via the neighborhoodaggregator.
Thank you @takashi and @itay. I will try your recommendations