pyautark (soon)
@urban-toolkit/autk-db / HeatmapGroupBy
Interface: HeatmapGroupBy
Defined in: use-cases/build-heatmap/interfaces.ts:9
Shared heatmap group-by item, aligned with spatialQuery except that collect is not supported.
Properties
aggregateFn?
optionalaggregateFn?:HeatmapAggregateFunction
Defined in: use-cases/build-heatmap/interfaces.ts:13
Aggregation function to apply on the grouped values.
column
column:
string
Defined in: use-cases/build-heatmap/interfaces.ts:11
Column name to aggregate. Use '*' for row-level aggregations like count.
normalize?
optionalnormalize?:boolean
Defined in: use-cases/build-heatmap/interfaces.ts:15
When true, normalizes the aggregated value between 0 and 1.