Graphs
Submodules
Classes
Functions
|
|
|
|
|
|
|
|
|
Package Contents
- class GraphBetaValuesSingleInteractive(geoprob_pipe, export=True)
- Parameters:
geoprob_pipe (Geoprobpipe)
export (bool)
- geoprob_pipe
- fig
- gdf_uittredepunten
- gdf_vakken
- m_start
- m_end
- beta_min
- beta_max
- _add_backgrond()
- _add_beta_per_scenario()
- _add_beta_per_uittredepunt()
- _add_beta_per_vak()
- _update_layout()
- _optionally_export(export=False, add_timestamp=False)
- Parameters:
export (bool)
add_timestamp (bool)
- class GraphHFreqSingleInteractive(geoprob_pipe, export=False)
- Parameters:
geoprob_pipe (Geoprobpipe)
export (bool)
- max_level: float = -999
- min_level: float = 999
- max_p: float = 0.0
- min_p: float = 1.0
- geoprob_pipe
- df_parameter_input_expanded: pandas.DataFrame
- df_fragility_ref_data: pandas.DataFrame
- fig
- _collect_fragility_ref_data()
- Return type:
pandas.DataFrame
- _collect_used_fragility_refs()
- Return type:
List[str]
- _add_ondergrens()
- _add_signaleringswaarde()
- _add_dummy_physical_value_legend_marker()
- _get_fragility_values_ref_data(ref)
- Parameters:
ref (str)
- _add_overschrijdingsfrequentielijnen()
- _add_physical_values()
- _yticks()
- _update_layout()
- _optionally_export(export=False, add_timestamp=False)
- Parameters:
export (bool)
add_timestamp (bool)
- physical_values_buitenwaterstand_and_top_zand(geoprob_pipe, export=False)
- Parameters:
geoprob_pipe (Geoprobpipe)
export (bool)
- Return type:
plotly.graph_objects.Figure
- invloedsfactoren(geoprob_pipe, export=False)
- Parameters:
geoprob_pipe (Geoprobpipe)
export (bool)
- Return type:
plotly.graph_objects.Figure
- phreatic_waterline(geoprob_pipe, export=False)
- Parameters:
geoprob_pipe (Geoprobpipe)
export (bool)
- overview_alpha(geoprob_pipe, export=False)
- Parameters:
geoprob_pipe (Geoprobpipe)
export (bool)
- river_waterlevel(geoprob_pipe, export=False)
- Parameters:
geoprob_pipe (Geoprobpipe)
export (bool)
- class Graphs(app_obj)
- Parameters:
app_obj (Geoprobpipe)
- geoprob_pipe
- property export_dir: str
- Return type:
str
- hfreq_graph_in_single_interactive(export=False)
- Parameters:
export (bool)
- Return type:
plotly.graph_objects.Figure
- invloedsfactoren(export=False)
- Parameters:
export (bool)
- Return type:
plotly.graph_objects.Figure
- physical_values_buitenwaterstand_and_top_zand(export=False)
- Parameters:
export (bool)
- Return type:
plotly.graph_objects.Figure
- beta_value_in_single_interactive(export=False)
- Parameters:
export (bool)
- Return type:
plotly.graph_objects.Figure
- phreatic_waterline()
- Return type:
plotly.graph_objects.Figure
- overview_alpha()
- Return type:
plotly.graph_objects.Figure
- river_waterlevel()
- Return type:
plotly.graph_objects.Figure
- export_graphs()