Generate flow chart v2
Attributes
Classes
Functions
|
|
Generates a flow chart that provides an overview what the beta values are per step in the calculation process. |
Module Contents
- class VisualizeInfo(main_tag, beta='n.b.', visible=False)
- Parameters:
main_tag (str)
beta (Union[float, int, str])
visible (bool)
- main_tag: str
- beta: float | int | str = 'n.b.'
- visible: bool = False
- property svg_color: str
Color value formatted for the SVG-file.
- Return type:
str
- property svg_beta: str
Beta value formatted for the SVG-file.
- Return type:
str
- property svg_visibility
Visibility value formatted for the SVG-file.
- svg_tag(option)
- Parameters:
option (Literal['beta', 'color', 'visibility'])
- Return type:
str
- svg_tag_incl_brackets(option)
- Parameters:
option (Literal['beta', 'color', 'visibility'])
- Return type:
str
- DICT_VISUALIZE_INFO
- populate_visualize_dict(uittredepunt_id, ondergrondscenario_id, app_obj)
- Parameters:
uittredepunt_id (int)
ondergrondscenario_id (int)
app_obj (Geoprobpipe)
- generate_overview_flow_chart_with_betas(uittredepunt_id, ondergrondscenario_id, app_obj, export_dir)
Generates a flow chart that provides an overview what the beta values are per step in the calculation process. It displays it from the given scenario and uittredepunt, until vak- and traject-level.
- Parameters:
uittredepunt_id (int)
ondergrondscenario_id (int)
app_obj (Geoprobpipe)
export_dir (str)