Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@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?

optional aggregateFn?: 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?

optional normalize?: boolean

Defined in: use-cases/build-heatmap/interfaces.ts:15

When true, normalizes the aggregated value between 0 and 1.

Released under the MIT License.