geoprob_pipe ============ .. py:module:: geoprob_pipe Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/geoprob_pipe/__main__/index /autoapi/geoprob_pipe/app_object/index /autoapi/geoprob_pipe/calculations/index /autoapi/geoprob_pipe/changelog/index /autoapi/geoprob_pipe/cmd_app/index /autoapi/geoprob_pipe/input_data/index /autoapi/geoprob_pipe/results/index /autoapi/geoprob_pipe/spatial/index /autoapi/geoprob_pipe/utils/index /autoapi/geoprob_pipe/visualizations/index Classes ------- .. autoapisummary:: geoprob_pipe.GeoProbPipe geoprob_pipe.SystemCalculation Functions --------- .. autoapisummary:: geoprob_pipe.reproduce_single_calculation Package Contents ---------------- .. py:class:: GeoProbPipe(app_settings) GeoProb-Pipe application object. .. py:attribute:: time_start .. py:attribute:: input_data .. py:attribute:: calc_results :type: List[geoprob_pipe.calculations.systems.build_and_run.CalcResult] :value: [] .. py:attribute:: results .. py:attribute:: time_end .. py:attribute:: time_diff .. py:attribute:: visualizations .. py:attribute:: spatial .. py:method:: _export_validation_messages() .. py:method:: export_archive() Exports everything related to this project. .. py:class:: SystemCalculation(distributions, correlations, reliability_settings = None, variables_function = None, system_limit_states = None, project_limit_state = None) Performs .. py:attribute:: validation_messages .. py:attribute:: metadata .. py:attribute:: setup .. py:attribute:: results .. py:method:: run() .. py:function:: reproduce_single_calculation(geopackage_filepath, uittredepunt_id, ondergrondscenario_naam)