Skip to content
pyautark (soon)

@urban-toolkit/autk-plot


@urban-toolkit/autk-plot / ExecutedBinning2dTransform

Type Alias: ExecutedBinning2dTransform

ExecutedBinning2dTransform = object

Defined in: transforms/presets/binning-2d.ts:29

Result produced by runBinning2d.

Carries the fixed attribute tuple ['x', 'y', 'value'] and the aggregated cell rows ready for heat matrix rendering.

Properties

preset

preset: "binning-2d"

Defined in: transforms/presets/binning-2d.ts:31

Preset discriminator identifying the executed transform.


rows

rows: Binning2dCellRow[]

Defined in: transforms/presets/binning-2d.ts:33

Aggregated cell rows ready for downstream heat-matrix rendering.

Released under the MIT License.