Comparisons
Submodules
Classes
Functions
|
|
|
|
|
|
|
|
|
|
|
Package Contents
- dumbbell_beta(comparison, export=False)
- Parameters:
comparison (Comparisoncollector)
export (bool)
- dumbbell_uplift(comparison, export=False)
- Parameters:
comparison (Comparisoncollector)
export (bool)
- dumbbell_heave(comparison, export=False)
- Parameters:
comparison (Comparisoncollector)
export (bool)
- dumbbell_piping(comparison, export=False)
- Parameters:
comparison (Comparisoncollector)
export (bool)
- map_delta_beta_comparison(comparison, export=False)
- Parameters:
comparison (Comparisoncollector)
export (bool)
- Return type:
plotly.graph_objects.Figure
- map_ratio_beta_comparison(comparison, export=False)
- Parameters:
comparison (Comparisoncollector)
export (bool)
- Return type:
plotly.graph_objects.Figure
- class ComparisonCollector(geopackage_filepath_1, geopackage_filepath_2, export_dir)
- Parameters:
geopackage_filepath_1 (str)
geopackage_filepath_2 (str)
export_dir (str)
- geopackage_filepath_1
- geopackage_filepath_2
- name_1
- name_2
- export_dir
- df1_beta_scenarios: pandas.DataFrame
- df1_beta_limit_states: pandas.DataFrame
- df1_beta_uittredepunten: pandas.DataFrame
- df2_beta_scenarios: pandas.DataFrame
- df2_beta_limit_states: pandas.DataFrame
- df2_beta_uittredepunten: pandas.DataFrame
- gdf1_uittredepunten: geopandas.GeoDataFrame
- gdf2_uittredepunten: geopandas.GeoDataFrame
- _load_result_data_from_geopackage()
- _load_uittredepunten_gdf()
- dumbbell_beta(export=False)
- Parameters:
export (bool)
- Return type:
plotly.graph_objects.Figure
- dumbbell_uplift(export=False)
- Parameters:
export (bool)
- Return type:
list[plotly.graph_objects.Figure]
- dumbbell_heave(export=False)
- Parameters:
export (bool)
- Return type:
list[plotly.graph_objects.Figure]
- dumbbell_piping(export=False)
- Parameters:
export (bool)
- Return type:
list[plotly.graph_objects.Figure]
- map_delta_beta_comparison(export=False)
- Parameters:
export (bool)
- Return type:
plotly.graph_objects.Figure
- map_ratio_beta_comparison(export=False)
- Parameters:
export (bool)
- Return type:
plotly.graph_objects.Figure
- create_and_export_figures()