evo.blockmodels.typed.report.ReportCategorySpec
Specification for a category column in a report.
Category columns are used to group blocks for reporting (e.g., by domain, rock type).
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
column_name
|
str
|
The name of the category column in the block model. |
required |
label
|
str | None
|
Display label for the category in the report. |
None
|
values
|
list[str] | None
|
Optional list of category values to include. If None, all values are included. |
None
|