pyautark (soon)
@urban-toolkit/autk-compute / RenderAggregation
Type Alias: RenderAggregation
RenderAggregation = {
backgroundLayerType?:string;includeBackground?:boolean;type:"classes"; } | {type:"objects"; }
Defined in: api.ts:91
Controls how sampled render results are reduced back onto the viewpoints collection.
Union Members
Type Literal
{ backgroundLayerType?: string; includeBackground?: boolean; type: "classes"; }
backgroundLayerType?
optionalbackgroundLayerType?:string
Layer type used for the transparent render background.
Default
ts
'background'includeBackground?
optionalincludeBackground?:boolean
Count the transparent render background as an extra bucket.
type
type:
"classes"
Aggregate pixels by layer type.
Type Literal
{ type: "objects"; }
type
type:
"objects"
Aggregate per-object visibility metrics.