-
Notifications
You must be signed in to change notification settings - Fork 1
Aggregation functions
Maarten Hilferink edited this page Feb 3, 2026
·
12 revisions
Aggregation functions are used to aggregate data items between different domain units
- count
- sum
- mean
- minimum
- maximum
- first
- last
- modus
- modus_weighted
- modus_count
- unique_count
- entropy
- average_entropy
- nth_element - nth element of an ascending sorted attribute
- nth_element_weighted - rank value based on the ascended weighted attribute
- rth_element - the r * (n-1)th elements of the ascending sorted attribute. N.B. use this operator for the median.
- pcount - count the number of entries of a relation in the related domain
- pcount_uint8 - is the pcount variant resulting in uint8 data item
- pcount_uint16 - is the pcount variant resulting in uint16 data item
- pcount_uint32 - is the pcount variant resulting in uint32 data item
- mapping_count - count the number of cells of a grid unit in another grid unit
- reg_count - count the non null values of an attribute towards a regional level
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.