geoprob_pipe.cmd_app.comparisons ================================ .. py:module:: geoprob_pipe.cmd_app.comparisons Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/geoprob_pipe/cmd_app/comparisons/beta_dumbbell/index /autoapi/geoprob_pipe/cmd_app/comparisons/beta_map/index /autoapi/geoprob_pipe/cmd_app/comparisons/start_comparison/index Classes ------- .. autoapisummary:: geoprob_pipe.cmd_app.comparisons.ComparisonCollector Functions --------- .. autoapisummary:: geoprob_pipe.cmd_app.comparisons.dumbbell_beta geoprob_pipe.cmd_app.comparisons.dumbbell_uplift geoprob_pipe.cmd_app.comparisons.dumbbell_heave geoprob_pipe.cmd_app.comparisons.dumbbell_piping geoprob_pipe.cmd_app.comparisons.map_delta_beta_comparison geoprob_pipe.cmd_app.comparisons.map_ratio_beta_comparison Package Contents ---------------- .. py:function:: dumbbell_beta(comparison, export = False) .. py:function:: dumbbell_uplift(comparison, export = False) .. py:function:: dumbbell_heave(comparison, export = False) .. py:function:: dumbbell_piping(comparison, export = False) .. py:function:: map_delta_beta_comparison(comparison, export = False) .. py:function:: map_ratio_beta_comparison(comparison, export = False) .. py:class:: ComparisonCollector(geopackage_filepath_1, geopackage_filepath_2, export_dir) .. py:attribute:: geopackage_filepath_1 .. py:attribute:: geopackage_filepath_2 .. py:attribute:: name_1 .. py:attribute:: name_2 .. py:attribute:: export_dir .. py:attribute:: df1_beta_scenarios :type: pandas.DataFrame .. py:attribute:: df1_beta_limit_states :type: pandas.DataFrame .. py:attribute:: df1_beta_uittredepunten :type: pandas.DataFrame .. py:attribute:: df2_beta_scenarios :type: pandas.DataFrame .. py:attribute:: df2_beta_limit_states :type: pandas.DataFrame .. py:attribute:: df2_beta_uittredepunten :type: pandas.DataFrame .. py:attribute:: gdf1_uittredepunten :type: geopandas.GeoDataFrame .. py:attribute:: gdf2_uittredepunten :type: geopandas.GeoDataFrame .. py:method:: _load_result_data_from_geopackage() .. py:method:: _load_uittredepunten_gdf() .. py:method:: dumbbell_beta(export = False) .. py:method:: dumbbell_uplift(export = False) .. py:method:: dumbbell_heave(export = False) .. py:method:: dumbbell_piping(export = False) .. py:method:: map_delta_beta_comparison(export = False) .. py:method:: map_ratio_beta_comparison(export = False) .. py:method:: create_and_export_figures()