Description
This component groups features by spatial relationship and summarizes their attributes. You can aggregate by containment, intersection, or proximity. Both numeric and text columns can be analyzed — numeric columns support statistics like mean and sum, while text columns can be collected into sorted lists of unique values.
Inputs
Input dataset [Dataset]Zones [Dataset]Features dataset name [Text]Zones dataset name [Text]Selected columns [Array]— numeric or text columns to analyze; you can mix both typesInclude count [Boolean]Numeric statistics [Array]— one or more of: mean, sum, min, max, median, std, unique_count, mode; applied only to numeric columnsText statistics [Array]— one or more of: list_unique, unique_count, mode; applied only to text columnsText sort order [Selection]— controls how values inside_list_uniqueoutput columns are ordered: source (original record order), alphabetical_asc, alphabetical_desc, or frequency_desc
Outputs
Result dataset [Dataset]
Notes
modeandunique_countwork on both numeric and text columns — including either stat in either list applies it to all selected columns of the matching type.list_uniquecollects all distinct string values per zone into a multi-select column.- Existing saved workflows using the old single
Statisticsfield are migrated automatically: numeric statistics are preserved and text columns default tolist_unique.