Expand description
Per-property statistics profiler: numeric percentiles (p50..p99) and
categorical cardinality, feeding manifest style_hints (suggested color
domains, playback duration, layer hint) so a fresh build renders sensibly
without hand-tuning.
The input seam (PropertyValues) is caller-agnostic: stt-build feeds
it from the loaded feature set, and any future caller (a packed-archive
re-profiler, a DB adaptor) can feed pre-collected values the same way.
Hints are DEFAULTS — the renderer/user can always override them.
Enums§
- Property
Values - Collected values for one property, as gathered by the caller.
Constants§
- STYLE_
HINTS_ VERSION - Version of the emitted
style_hintsblock.
Functions§
- profile_
properties - Profile a set of per-property value collections into a
StyleHintsblock.