geoprob_pipe.visualizations.other.overview.generate_flow_chart_v2 ================================================================= .. py:module:: geoprob_pipe.visualizations.other.overview.generate_flow_chart_v2 Attributes ---------- .. autoapisummary:: geoprob_pipe.visualizations.other.overview.generate_flow_chart_v2.DICT_VISUALIZE_INFO Classes ------- .. autoapisummary:: geoprob_pipe.visualizations.other.overview.generate_flow_chart_v2.VisualizeInfo Functions --------- .. autoapisummary:: geoprob_pipe.visualizations.other.overview.generate_flow_chart_v2.populate_visualize_dict geoprob_pipe.visualizations.other.overview.generate_flow_chart_v2.generate_overview_flow_chart_with_betas Module Contents --------------- .. py:class:: VisualizeInfo(main_tag, beta = 'n.b.', visible = False) .. py:attribute:: main_tag :type: str .. py:attribute:: beta :type: Union[float, int, str] :value: 'n.b.' .. py:attribute:: visible :type: bool :value: False .. py:property:: svg_color :type: str Color value formatted for the SVG-file. .. py:property:: svg_beta :type: str Beta value formatted for the SVG-file. .. py:property:: svg_visibility Visibility value formatted for the SVG-file. .. py:method:: svg_tag(option) .. py:method:: svg_tag_incl_brackets(option) .. py:data:: DICT_VISUALIZE_INFO .. py:function:: populate_visualize_dict(uittredepunt_id, ondergrondscenario_id, app_obj) .. py:function:: 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.