Comparisons

Submodules

Classes

ComparisonCollector

Functions

dumbbell_beta(comparison[, export])

dumbbell_uplift(comparison[, export])

dumbbell_heave(comparison[, export])

dumbbell_piping(comparison[, export])

map_delta_beta_comparison(comparison[, export])

map_ratio_beta_comparison(comparison[, export])

Package Contents

dumbbell_beta(comparison, export=False)
Parameters:
dumbbell_uplift(comparison, export=False)
Parameters:
dumbbell_heave(comparison, export=False)
Parameters:
dumbbell_piping(comparison, export=False)
Parameters:
map_delta_beta_comparison(comparison, export=False)
Parameters:
Return type:

plotly.graph_objects.Figure

map_ratio_beta_comparison(comparison, export=False)
Parameters:
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()