Construct dataframes
Functions
|
|
|
|
Converts a SystemCalculation-object to a single-row DataFrame with the final result of the scenario |
|
|
|
|
|
|
|
|
Generates the DataFrame of the final result for the exit points. |
|
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.
- 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.
- Parameters:
geoprob_pipe (Geoprobpipe)
results (Results)
- 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.
- Parameters:
results (Results)
- Returns:
- Return type:
pandas.DataFrame