Construct dataframes

Functions

collect_df_beta_limit_state(calculation)

combine_df_beta_per_limit_state(calc_results)

collect_df_beta_scenario_rp(calc)

collect_df_beta_scenario_cp(calc)

collect_df_beta_scenario_final(calc)

Converts a SystemCalculation-object to a single-row DataFrame with the final result of the scenario

combine_df_beta_per_scenario_rp(calc_results)

combine_df_beta_per_scenario_cp(calc_results)

combine_df_beta_per_scenario_final(calc_results)

calculate_df_beta_per_uittredepunt(geoprob_pipe, results)

Generates the DataFrame of the final result for the exit points.

construct_df_beta_per_vak(results)

Constructs the DataFrame of the final result for the vakken.

Module Contents

collect_df_beta_limit_state(calculation)
Parameters:

calculation (Systemcalculation)

Return type:

pandas.DataFrame

combine_df_beta_per_limit_state(calc_results)
Parameters:

calc_results (List[Calcresult])

Return type:

pandas.DataFrame

collect_df_beta_scenario_rp(calc)
Parameters:

calc (Systemcalculation)

Return type:

pandas.DataFrame

collect_df_beta_scenario_cp(calc)
Parameters:

calc (Systemcalculation)

Return type:

pandas.DataFrame

collect_df_beta_scenario_final(calc)

Converts a SystemCalculation-object to a single-row DataFrame with the final result of the scenario calculations. Because there are several calculation methods, and the preferred result also depends on convergence, we use the below flow chart to determine the final result.

Flow chart final result scenario calculations
Parameters:

calc (Systemcalculation)

Returns:

Return type:

pandas.DataFrame

combine_df_beta_per_scenario_rp(calc_results)
Parameters:

calc_results (List[Calcresult])

Return type:

pandas.DataFrame

combine_df_beta_per_scenario_cp(calc_results)
Parameters:

calc_results (List[Calcresult])

Return type:

pandas.DataFrame

combine_df_beta_per_scenario_final(calc_results)
Parameters:

calc_results (List[Calcresult])

Return type:

pandas.DataFrame

calculate_df_beta_per_uittredepunt(geoprob_pipe, results)

Generates the DataFrame of the final result for the exit points.

Because there is an automated decision-making in the scenario calculations (see flow chart over there), for the exit points the flow chart is extended below.

Flow chart final result exit point calculations
Parameters:
Returns:

Return type:

pandas.DataFrame

construct_df_beta_per_vak(results)

Constructs the DataFrame of the final result for the vakken.

Because there is an automated decision-making in the scenario and exit point calculations (see flow charts over there), for the vakken the flow chart is extended below.

Flow chart final result vak calculations
Parameters:

results (Results)

Returns:

Return type:

pandas.DataFrame