webviz-subsurface 0.2.29__tar.gz → 0.2.31__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/CHANGELOG.md +11 -0
- {webviz_subsurface-0.2.29/webviz_subsurface.egg-info → webviz_subsurface-0.2.31}/PKG-INFO +2 -2
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/setup.py +1 -1
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_components/tornado/_tornado_data.py +3 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py +0 -1
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py +0 -1
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_plugin.py +79 -37
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_utilities/callbacks.py +99 -38
- webviz_subsurface-0.2.31/webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py +620 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_utilities/generic.py +2 -7
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_utilities/initialization.py +15 -11
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_utilities/surface_publishing.py +13 -4
- webviz_subsurface-0.2.31/webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py +188 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/views/mainview/settings.py +301 -116
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_seismic_misfit.py +1 -1
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py +5 -1
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31/webviz_subsurface.egg-info}/PKG-INFO +2 -2
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface.egg-info/requires.txt +1 -1
- webviz_subsurface-0.2.29/webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py +0 -558
- webviz_subsurface-0.2.29/webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py +0 -128
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/.github/pull_request_template.md +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/.github/workflows/subsurface.yml +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/.gitignore +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/.isort.cfg +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/.pylintrc +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/LICENSE +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/LICENSE.chromedriver +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/README.md +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/SECURITY.md +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/bandit.yml +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/deploy_docker_image.sh +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/mypy.ini +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/pytest.ini +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/setup.cfg +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/conftest.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/data/colormap.txt +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/data/gruptree.csv +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/data/parameters.csv +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/data/realizations.csv +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/data/surface_png.txt +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/data/surface_zarr.np.gz +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/data/vfp.arrow +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/data/volumes.csv +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_bhp_qc.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_history_match.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_line_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_parameter_analysis.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_parameter_correlation.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_parameter_distribution.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_parameter_parallel_coordinates.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_parameter_response_correlation.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_property_statistics.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_pvt_plot.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_relative_permeability.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_regional.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_rft_plotter.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_segy_viewer.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_structural_uncertainty.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_surface_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_surface_with_grid_crossection.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_surface_with_seismic_crossection.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_tornado_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_vfp_analysis.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_volumetric_analysis.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/plugin_tests/test_well_log_viewer.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/test_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/integration_tests/test_surface_selector.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/abbreviations_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/abbreviations_tests/test_reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/data_input/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/data_input/test_calc_from_cumulatives.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/data_input/test_image_processing.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/mocks/ensemble_summary_provider_dummy.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/model_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/model_tests/test_ensemble_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/model_tests/test_ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/model_tests/test_gruptree_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/model_tests/test_property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/model_tests/test_surface_set_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/model_tests/test_well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/model_tests/test_well_set_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_grouptree.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/derived_vectors_accessor_ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_delta_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_vector_accessor.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_history_vectors.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_vector_statistics.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_tornado_data.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/plugin_tests/test_well_completions.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/provider_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/provider_tests/test_ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_resampling.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/provider_tests/test_ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/utils_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/utils_tests/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/mocks/ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/test_ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/utils_tests/test_formatting.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/tests/unit_tests/utils_tests/test_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_abbreviations/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_abbreviations/abbreviation_data/reservoir_simulation_unit_terminology.json +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_abbreviations/abbreviation_data/si_prefixes.json +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_abbreviations/abbreviation_data/volume_terminology.json +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_abbreviations/number_formatting.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_abbreviations/reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_abbreviations/volume_terminology.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_assets/css/block_options.css +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_assets/css/container.css +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_assets/css/inplace_volumes.css +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_assets/css/modal.css +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_assets/css/structural_uncertainty.css +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_assets/js/clientside_functions.js +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_components/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_components/color_picker.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_components/parameter_filter.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_components/tornado/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_components/tornado/_tornado_bar_chart.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_components/tornado/_tornado_table.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_components/tornado/tornado_widget.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/eclipse_init_io/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/eclipse_init_io/pvt_common.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/eclipse_init_io/pvt_gas.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/eclipse_init_io/pvt_oil.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/eclipse_init_io/pvt_water.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/eclipse_unit.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/fmu_input.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/grid.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/history_match.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/image_processing.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/pvt_data.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/relative_permeability.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/seismic.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/surface.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/units.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/well.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/well_completions.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_datainput/xsection.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_figures/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_figures/barchart.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_figures/px_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_figures/scatterplot.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_figures/timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/caching_ensemble_set_model_factory.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/ensemble_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/gruptree_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/inplace_volumes_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/observation_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/parameter_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/stratigraphy_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/surface_leaflet_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/surface_set_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_models/well_set_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_private_plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_private_plugins/surface_selector.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_fault_polygons_discovery.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider_factory.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/fault_polygons_server.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_grid_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_grid_provider/_egrid_file_discovery.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_grid_provider/_roff_file_discovery.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider_factory.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_egrid.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_roff.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/_arrow_unsmry_import.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/_csv_import.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/_table_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/dev_compare_fmu_to_lazy_provider.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/dev_provider_perf_testing.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/dev_resampling_perf_testing.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider_factory.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_summary_provider/utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/_stat_surf_cache.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_discovery.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_image.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/_types.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/dev_surface_server_lazy.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider_factory.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_table_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_table_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_table_provider/_table_import.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_factory.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_impl_arrow.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/well_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/well_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/well_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/well_provider/well_provider.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/well_provider/well_provider_factory.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_providers/well_provider/well_server.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/colors.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/ensemble_summary_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/ensemble_table_provider_set.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/ensemble_table_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/enum_shim.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/fanchart_plotting.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/formatting.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/parameter_response.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/perf_timer.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/statistics_plotting.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/unique_theming.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/user_defined_vector_definitions.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/vector_calculator.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/vector_selector.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/_utils/webvizstore_functions.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_assisted_history_matching_analysis.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/views/_bar_chart.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/views/_fan_chart.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/views/_line_chart.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_error.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_utilities/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_utilities/color_tables.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_utilities/fault_polygons.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_utilities/plume_extent.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/_utilities/summary_graphs.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_co2_leakage/views/mainview/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_disk_usage.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/_layout_elements.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/_routes.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/_view_3d.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_color_scale.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_data_selection.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_grid_filter.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_group_tree/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_group_tree/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_group_tree/_types.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_group_tree/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_group_tree/_utils/_ensemble_group_tree_data.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_group_tree/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_history_match.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_table.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_xsection.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/horizon_uncertainty_viewer.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_inplace_volumes_onebyone.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/build_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/update_figure_clientside.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/figures/plotly_line_plot.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/line_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/views/data_selectors_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_options_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_traces_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_map_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_map_viewer_fmu/_layer_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_map_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_map_viewer_fmu/_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_map_viewer_fmu/color_tables.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_map_viewer_fmu/layout.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_morris_plot.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_utils/_parameters_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_utils/_provider_timesseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_parameters.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_visualization_type.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/_color_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_correlation/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_correlation/_error.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_correlation/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_correlation/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_correlation/views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/_parameter_plot.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/_parameter_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_distribution.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_parallel_coordinates.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_parameter_response_correlation.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/utils/make_dataframes.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/utils/make_figures.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/views/_production_misfit_per_real.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_coverage.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_heatmap.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/controllers/property_delta_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/controllers/property_qc_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/controllers/property_response_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/data_loaders/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/figures/correlation_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/models/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/models/ensemble_timeseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/models/property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/models/simulation_timeseries_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/property_statistics.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/utils/colors.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/utils/surface.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/views/main_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/views/property_delta_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/views/property_qc_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/views/property_response_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_property_statistics/views/selector_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_pvt_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_pvt_plot/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_pvt_plot/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_data_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/_plot_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_relative_permeability.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_reservoir_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_reusable_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_reusable_view_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_types.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_utils/_formation_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_formation_plot_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_map_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/_map_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/_misfit_per_real_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_table_view_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_plot_type.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_size_color_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_crossplot_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_errorplot_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_running_time_analysis_fmu.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_segy_viewer.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/ensemble_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/graph_figure_builder_base.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/vector_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_filter_realization.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_group_by.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_resampling_frequency.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_time_series.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_visualization.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/types.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/datetime_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_delta_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_vectors_accessor.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/history_vectors.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/vector_statistics.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/_subplot_graph.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_types.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_onebyone_timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_simulation_time_series_onebyone_datamodel.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_general_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_sensitivity_filter.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_bottom_visualization_view_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_general_view_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/_tour_steps.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/controllers/dialog_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_source_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/controllers/map_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/controllers/realization_filter_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/controllers/uncertainty_table_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/figures/intersection.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/structural_uncertainty.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/views/dialog.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_and_map.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_data.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/views/map_data.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/views/realization_filter.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_structural_uncertainty/views/uncertainty_table.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_subsurface_map.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_surface_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_surface_with_grid_cross_section.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_surface_with_seismic_cross_section.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_swatinit_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_swatinit_qc/_business_logic.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_swatinit_qc/_callbacks.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_swatinit_qc/_figures.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_swatinit_qc/_layout.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_swatinit_qc/_markdown.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_swatinit_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/_error.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_selectors.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/_plot_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/plot.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/_table_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/table.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_utils/_vfp_data_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_pressure_option.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/_vfp_figure_builder.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/_vfp_graph.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/controllers/comparison_controllers.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/controllers/export_data_controllers.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/controllers/fipfile_qc_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/controllers/layout_controllers.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/utils/table_and_figure_utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/utils/utils.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/views/comparison_layout.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/views/distribution_main_layout.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/views/filter_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/views/fipfile_qc_layout.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/views/tornado_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/volume_validator_and_combinator.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_utils/_ensemble_well_analysis_data.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/_well_control_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_chart_type.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_layout_options.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_statistical_options.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/_well_overview_figure.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completion/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completion/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completion/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completion/_utils/_well_completion_data_model.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completion/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completions/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completions/_business_logic.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completions/_callbacks.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completions/_layout.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_completions/_plugin.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_cross_section.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_cross_section_fmu.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_log_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_log_viewer/_validate_log_templates.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_log_viewer/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_log_viewer/controllers/_well_controller.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_log_viewer/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_log_viewer/utils/default_color_tables.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_log_viewer/utils/xtgeo_well_log_to_json.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface/smry2arrow_batch.py +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface.egg-info/SOURCES.txt +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface.egg-info/dependency_links.txt +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface.egg-info/entry_points.txt +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface.egg-info/not-zip-safe +0 -0
- {webviz_subsurface-0.2.29 → webviz_subsurface-0.2.31}/webviz_subsurface.egg-info/top_level.txt +0 -0
|
@@ -8,9 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
|
|
9
9
|
## [UNRELEASED] - YYYY-MM-DD
|
|
10
10
|
|
|
11
|
+
### Added
|
|
12
|
+
- [#1297](https://github.com/equinor/webviz-subsurface/pull/1297) - Added mean for mc sensitivities in the tornadotable in `VolumetricAnalysis`.
|
|
13
|
+
|
|
14
|
+
## [0.2.30] - 2024-06-10
|
|
15
|
+
|
|
11
16
|
### Added
|
|
12
17
|
- [#1293](https://github.com/equinor/webviz-subsurface/pull/1293) - Added automatic calculation of `STOIIP_TOTAL` / `GIIP_TOTAL` in `VolumetricAnalysis`.
|
|
13
18
|
|
|
19
|
+
### Changed
|
|
20
|
+
- [#1295](https://github.com/equinor/webviz-subsurface/pull/1295) - CO2Leakage: Add support for residual trapping and AMFG migration time. Also changed input format of CSV-files. Various other minor improvements.
|
|
21
|
+
|
|
14
22
|
### Fixed
|
|
15
23
|
- [#1287](https://github.com/equinor/webviz-subsurface/pull/1287) - Fixed bug when grouping on FACIES for non-standard static sources.
|
|
16
24
|
|
|
@@ -19,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
19
27
|
### Added
|
|
20
28
|
- [#1266](https://github.com/equinor/webviz-subsurface/pull/1266) - Added waterfall plot for analysing volume changes in `VolumetricAnalysis`.
|
|
21
29
|
|
|
30
|
+
### Changed
|
|
31
|
+
- [#1269](https://github.com/equinor/webviz-subsurface/pull/1269) - Visual improvements to `CO2Leakage`: split plots into tabs, add slider, add options for which category to use for color/markings.
|
|
32
|
+
|
|
22
33
|
## [0.2.24] - 2024-01-25
|
|
23
34
|
|
|
24
35
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: webviz-subsurface
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.31
|
|
4
4
|
Summary: Webviz config plugins for subsurface data
|
|
5
5
|
Home-page: https://github.com/equinor/webviz-subsurface
|
|
6
6
|
Author: R&T Equinor
|
|
@@ -56,7 +56,7 @@ Requires-Dist: pytest-mock; extra == "tests"
|
|
|
56
56
|
Requires-Dist: pytest-xdist; extra == "tests"
|
|
57
57
|
Requires-Dist: pytest-forked; extra == "tests"
|
|
58
58
|
Requires-Dist: selenium>=3.141; extra == "tests"
|
|
59
|
-
Requires-Dist: types-
|
|
59
|
+
Requires-Dist: types-setuptools; extra == "tests"
|
|
60
60
|
Requires-Dist: types-pyyaml; extra == "tests"
|
|
61
61
|
|
|
62
62
|
[](https://badge.fury.io/py/webviz-subsurface)
|
|
@@ -25,6 +25,9 @@ class TornadoData:
|
|
|
25
25
|
self._cut_sensitivities_by_ref()
|
|
26
26
|
self._sort_sensitivities_by_max()
|
|
27
27
|
self._real_df = self._create_real_df(dframe)
|
|
28
|
+
self.mean_per_mc_sens = (
|
|
29
|
+
dframe[dframe["SENSTYPE"] == "mc"].groupby("SENSNAME")["VALUE"].mean()
|
|
30
|
+
)
|
|
28
31
|
|
|
29
32
|
def _validate_input(self, dframe: pd.DataFrame) -> None:
|
|
30
33
|
for col in self.REQUIRED_COLUMNS:
|
|
@@ -22,6 +22,7 @@ from webviz_subsurface.plugins._co2_leakage._utilities.callbacks import (
|
|
|
22
22
|
process_visualization_info,
|
|
23
23
|
property_origin,
|
|
24
24
|
readable_name,
|
|
25
|
+
set_plot_ids,
|
|
25
26
|
)
|
|
26
27
|
from webviz_subsurface.plugins._co2_leakage._utilities.fault_polygons import (
|
|
27
28
|
FaultPolygonsHandler,
|
|
@@ -34,10 +35,10 @@ from webviz_subsurface.plugins._co2_leakage._utilities.generic import (
|
|
|
34
35
|
)
|
|
35
36
|
from webviz_subsurface.plugins._co2_leakage._utilities.initialization import (
|
|
36
37
|
init_map_attribute_names,
|
|
38
|
+
init_menu_options,
|
|
37
39
|
init_surface_providers,
|
|
38
40
|
init_table_provider,
|
|
39
41
|
init_well_pick_provider,
|
|
40
|
-
init_zone_and_region_options,
|
|
41
42
|
process_files,
|
|
42
43
|
)
|
|
43
44
|
from webviz_subsurface.plugins._co2_leakage.views.mainview.mainview import (
|
|
@@ -165,12 +166,13 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
165
166
|
well_pick_dict,
|
|
166
167
|
map_surface_names_to_well_pick_names,
|
|
167
168
|
)
|
|
168
|
-
#
|
|
169
|
-
self.
|
|
169
|
+
# Phase (in case of residual trapping), zone and region options
|
|
170
|
+
self._menu_options = init_menu_options(
|
|
170
171
|
ensemble_paths,
|
|
171
172
|
self._co2_table_providers,
|
|
172
173
|
self._co2_actual_volume_table_providers,
|
|
173
|
-
|
|
174
|
+
plume_mass_relpath,
|
|
175
|
+
plume_actual_volume_relpath,
|
|
174
176
|
)
|
|
175
177
|
except Exception as err:
|
|
176
178
|
self._error_message = f"Plugin initialization failed: {err}"
|
|
@@ -196,7 +198,7 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
196
198
|
self._map_attribute_names,
|
|
197
199
|
[c["name"] for c in self._color_tables], # type: ignore
|
|
198
200
|
self._well_pick_names,
|
|
199
|
-
self.
|
|
201
|
+
self._menu_options,
|
|
200
202
|
),
|
|
201
203
|
self.Ids.MAIN_SETTINGS,
|
|
202
204
|
)
|
|
@@ -229,25 +231,18 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
229
231
|
raise ValueError(f"Failed to fetch dates for attribute '{att_name}'")
|
|
230
232
|
return dates
|
|
231
233
|
|
|
234
|
+
# Might want to do some refactoring if this gets too big
|
|
235
|
+
# pylint: disable=too-many-statements
|
|
232
236
|
def _set_callbacks(self) -> None:
|
|
233
237
|
# Cannot avoid many arguments since all the parameters are needed
|
|
234
238
|
# to determine what to plot
|
|
235
239
|
# pylint: disable=too-many-arguments
|
|
236
|
-
# pylint: disable=too-many-locals
|
|
237
240
|
@callback(
|
|
238
|
-
Output(
|
|
239
|
-
self._settings_component(ViewSettings.Ids.CONTAINMENT_VIEW), "value"
|
|
240
|
-
),
|
|
241
241
|
Output(self._view_component(MapViewElement.Ids.BAR_PLOT), "figure"),
|
|
242
242
|
Output(self._view_component(MapViewElement.Ids.TIME_PLOT), "figure"),
|
|
243
243
|
Output(
|
|
244
244
|
self._view_component(MapViewElement.Ids.TIME_PLOT_ONE_REAL), "figure"
|
|
245
245
|
),
|
|
246
|
-
Output(self._view_component(MapViewElement.Ids.BAR_PLOT), "style"),
|
|
247
|
-
Output(self._view_component(MapViewElement.Ids.TIME_PLOT), "style"),
|
|
248
|
-
Output(
|
|
249
|
-
self._view_component(MapViewElement.Ids.TIME_PLOT_ONE_REAL), "style"
|
|
250
|
-
),
|
|
251
246
|
Input(self._settings_component(ViewSettings.Ids.ENSEMBLE), "value"),
|
|
252
247
|
Input(self._settings_component(ViewSettings.Ids.GRAPH_SOURCE), "value"),
|
|
253
248
|
Input(self._settings_component(ViewSettings.Ids.CO2_SCALE), "value"),
|
|
@@ -258,7 +253,11 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
258
253
|
Input(self._settings_component(ViewSettings.Ids.Y_MAX_GRAPH), "value"),
|
|
259
254
|
Input(self._settings_component(ViewSettings.Ids.ZONE), "value"),
|
|
260
255
|
Input(self._settings_component(ViewSettings.Ids.REGION), "value"),
|
|
261
|
-
Input(self._settings_component(ViewSettings.Ids.
|
|
256
|
+
Input(self._settings_component(ViewSettings.Ids.PHASE), "value"),
|
|
257
|
+
Input(self._settings_component(ViewSettings.Ids.CONTAINMENT), "value"),
|
|
258
|
+
Input(self._settings_component(ViewSettings.Ids.COLOR_BY), "value"),
|
|
259
|
+
Input(self._settings_component(ViewSettings.Ids.MARK_BY), "value"),
|
|
260
|
+
Input(self._settings_component(ViewSettings.Ids.SORT_PLOT), "value"),
|
|
262
261
|
)
|
|
263
262
|
@callback_typecheck
|
|
264
263
|
def update_graphs(
|
|
@@ -272,15 +271,23 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
272
271
|
y_max_val: Optional[float],
|
|
273
272
|
zone: Optional[str],
|
|
274
273
|
region: Optional[str],
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
274
|
+
phase: str,
|
|
275
|
+
containment: str,
|
|
276
|
+
color_choice: str,
|
|
277
|
+
mark_choice: Optional[str],
|
|
278
|
+
sorting: str,
|
|
279
|
+
) -> Tuple[Dict, go.Figure, go.Figure, go.Figure]:
|
|
280
|
+
# pylint: disable=too-many-locals
|
|
281
|
+
figs = [no_update] * 3
|
|
278
282
|
cont_info = process_containment_info(
|
|
279
283
|
zone,
|
|
280
284
|
region,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
285
|
+
phase,
|
|
286
|
+
containment,
|
|
287
|
+
color_choice,
|
|
288
|
+
mark_choice,
|
|
289
|
+
sorting,
|
|
290
|
+
self._menu_options[ensemble][source],
|
|
284
291
|
)
|
|
285
292
|
if source in [
|
|
286
293
|
GraphSource.CONTAINMENT_MASS,
|
|
@@ -290,12 +297,11 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
290
297
|
y_min_val if len(y_min_auto) == 0 else None,
|
|
291
298
|
y_max_val if len(y_max_auto) == 0 else None,
|
|
292
299
|
]
|
|
293
|
-
out["styles"] = [{}] * 3
|
|
294
300
|
if (
|
|
295
301
|
source == GraphSource.CONTAINMENT_MASS
|
|
296
302
|
and ensemble in self._co2_table_providers
|
|
297
303
|
):
|
|
298
|
-
|
|
304
|
+
figs[: len(figs)] = generate_containment_figures(
|
|
299
305
|
self._co2_table_providers[ensemble],
|
|
300
306
|
co2_scale,
|
|
301
307
|
realizations[0],
|
|
@@ -306,18 +312,14 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
306
312
|
source == GraphSource.CONTAINMENT_ACTUAL_VOLUME
|
|
307
313
|
and ensemble in self._co2_actual_volume_table_providers
|
|
308
314
|
):
|
|
309
|
-
|
|
315
|
+
figs[: len(figs)] = generate_containment_figures(
|
|
310
316
|
self._co2_actual_volume_table_providers[ensemble],
|
|
311
317
|
co2_scale,
|
|
312
318
|
realizations[0],
|
|
313
319
|
y_limits,
|
|
314
320
|
cont_info,
|
|
315
321
|
)
|
|
316
|
-
|
|
317
|
-
fig["layout"][
|
|
318
|
-
"uirevision"
|
|
319
|
-
] = f"{source}-{co2_scale}-{cont_info['zone']}-{cont_info['region']}"
|
|
320
|
-
out["figs"][-1]["layout"]["uirevision"] += f"-{realizations}"
|
|
322
|
+
set_plot_ids(figs, source, co2_scale, cont_info, realizations)
|
|
321
323
|
elif source == GraphSource.UNSMRY:
|
|
322
324
|
if self._unsmry_providers is not None:
|
|
323
325
|
if ensemble in self._unsmry_providers:
|
|
@@ -326,14 +328,13 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
326
328
|
co2_scale,
|
|
327
329
|
self._co2_table_providers[ensemble],
|
|
328
330
|
)
|
|
329
|
-
|
|
330
|
-
out["styles"][: len(u_figs)] = [{}] * len(u_figs)
|
|
331
|
+
figs = list(u_figs)
|
|
331
332
|
else:
|
|
332
333
|
LOGGER.warning(
|
|
333
334
|
"""UNSMRY file has not been specified as input.
|
|
334
335
|
Please use unsmry_relpath in the configuration."""
|
|
335
336
|
)
|
|
336
|
-
return
|
|
337
|
+
return figs # type: ignore
|
|
337
338
|
|
|
338
339
|
@callback(
|
|
339
340
|
Output(self._view_component(MapViewElement.Ids.DATE_SLIDER), "marks"),
|
|
@@ -352,15 +353,17 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
352
353
|
}
|
|
353
354
|
for i, d in enumerate(date_list)
|
|
354
355
|
}
|
|
355
|
-
|
|
356
|
-
return dates, initial_date
|
|
356
|
+
return dates, max(dates.keys())
|
|
357
357
|
|
|
358
358
|
@callback(
|
|
359
359
|
Output(self._view_component(MapViewElement.Ids.DATE_WRAPPER), "style"),
|
|
360
360
|
Input(self._settings_component(ViewSettings.Ids.PROPERTY), "value"),
|
|
361
361
|
)
|
|
362
362
|
def toggle_date_slider(attribute: str) -> Dict[str, str]:
|
|
363
|
-
if MapAttribute(attribute)
|
|
363
|
+
if MapAttribute(attribute) in [
|
|
364
|
+
MapAttribute.MIGRATION_TIME_SGAS,
|
|
365
|
+
MapAttribute.MIGRATION_TIME_AMFG,
|
|
366
|
+
]:
|
|
364
367
|
return {"display": "none"}
|
|
365
368
|
return {}
|
|
366
369
|
|
|
@@ -401,7 +404,7 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
401
404
|
)
|
|
402
405
|
|
|
403
406
|
# Cannot avoid many arguments and/or locals since all layers of the DeckGL map
|
|
404
|
-
#
|
|
407
|
+
# need to be updated simultaneously
|
|
405
408
|
# pylint: disable=too-many-arguments,too-many-locals
|
|
406
409
|
@callback(
|
|
407
410
|
Output(self._view_component(MapViewElement.Ids.DECKGL_MAP), "layers"),
|
|
@@ -512,7 +515,6 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
512
515
|
self._summed_co2,
|
|
513
516
|
self._visualization_info["unit"],
|
|
514
517
|
)
|
|
515
|
-
# Plume polygon
|
|
516
518
|
plume_polygon = None
|
|
517
519
|
if contour_data is not None:
|
|
518
520
|
plume_polygon = get_plume_polygon(
|
|
@@ -566,3 +568,43 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
566
568
|
if _n_clicks is not None:
|
|
567
569
|
return _n_clicks > 0
|
|
568
570
|
raise PreventUpdate
|
|
571
|
+
|
|
572
|
+
@callback(
|
|
573
|
+
Output(self._view_component(MapViewElement.Ids.TOP_ELEMENT), "style"),
|
|
574
|
+
Output(self._view_component(MapViewElement.Ids.BOTTOM_ELEMENT), "style"),
|
|
575
|
+
Output(self._view_component(MapViewElement.Ids.BAR_PLOT), "style"),
|
|
576
|
+
Output(self._view_component(MapViewElement.Ids.TIME_PLOT), "style"),
|
|
577
|
+
Output(
|
|
578
|
+
self._view_component(MapViewElement.Ids.TIME_PLOT_ONE_REAL), "style"
|
|
579
|
+
),
|
|
580
|
+
Input(self._settings_component(ViewSettings.Ids.ENSEMBLE), "value"),
|
|
581
|
+
Input(self._view_component(MapViewElement.Ids.SIZE_SLIDER), "value"),
|
|
582
|
+
State(self._view_component(MapViewElement.Ids.TOP_ELEMENT), "style"),
|
|
583
|
+
State(self._view_component(MapViewElement.Ids.BOTTOM_ELEMENT), "style"),
|
|
584
|
+
Input(self._settings_component(ViewSettings.Ids.GRAPH_SOURCE), "value"),
|
|
585
|
+
)
|
|
586
|
+
def resize_plots(
|
|
587
|
+
ensemble: str,
|
|
588
|
+
slider_value: float,
|
|
589
|
+
top_style: Dict,
|
|
590
|
+
bottom_style: Dict,
|
|
591
|
+
source: GraphSource,
|
|
592
|
+
) -> List[Dict]:
|
|
593
|
+
bottom_style["height"] = f"{slider_value}vh"
|
|
594
|
+
top_style["height"] = f"{80 - slider_value}vh"
|
|
595
|
+
|
|
596
|
+
styles = [{"height": f"{slider_value * 0.9 - 4}vh", "width": "90%"}] * 3
|
|
597
|
+
if source == GraphSource.UNSMRY and self._unsmry_providers is None:
|
|
598
|
+
styles = [{"display": "none"}] * 3
|
|
599
|
+
elif (
|
|
600
|
+
source == GraphSource.CONTAINMENT_MASS
|
|
601
|
+
and ensemble not in self._co2_table_providers
|
|
602
|
+
):
|
|
603
|
+
styles = [{"display": "none"}] * 3
|
|
604
|
+
elif (
|
|
605
|
+
source == GraphSource.CONTAINMENT_ACTUAL_VOLUME
|
|
606
|
+
and ensemble not in self._co2_actual_volume_table_providers
|
|
607
|
+
):
|
|
608
|
+
styles = [{"display": "none"}] * 3
|
|
609
|
+
|
|
610
|
+
return [top_style, bottom_style] + styles
|
|
@@ -6,6 +6,7 @@ import geojson
|
|
|
6
6
|
import numpy as np
|
|
7
7
|
import plotly.graph_objects as go
|
|
8
8
|
import webviz_subsurface_components as wsc
|
|
9
|
+
from dash import no_update
|
|
9
10
|
from flask_caching import Cache
|
|
10
11
|
|
|
11
12
|
from webviz_subsurface._providers import (
|
|
@@ -30,7 +31,6 @@ from webviz_subsurface.plugins._co2_leakage._utilities.co2volume import (
|
|
|
30
31
|
from webviz_subsurface.plugins._co2_leakage._utilities.generic import (
|
|
31
32
|
Co2MassScale,
|
|
32
33
|
Co2VolumeScale,
|
|
33
|
-
ContainmentViews,
|
|
34
34
|
GraphSource,
|
|
35
35
|
LayoutLabels,
|
|
36
36
|
MapAttribute,
|
|
@@ -56,7 +56,7 @@ def property_origin(
|
|
|
56
56
|
return map_attribute_names[MapAttribute.MAX_SGAS]
|
|
57
57
|
if attribute == MapAttribute.AMFG_PLUME:
|
|
58
58
|
return map_attribute_names[MapAttribute.MAX_AMFG]
|
|
59
|
-
raise AssertionError(f"
|
|
59
|
+
raise AssertionError(f"Map attribute name not found for property: {attribute}")
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
@dataclass
|
|
@@ -86,7 +86,9 @@ class SurfaceData:
|
|
|
86
86
|
visualization_info,
|
|
87
87
|
map_attribute_names,
|
|
88
88
|
)
|
|
89
|
-
|
|
89
|
+
if surf_meta is None: # Surface file does not exist
|
|
90
|
+
return None, None
|
|
91
|
+
assert isinstance(img_url, str)
|
|
90
92
|
value_range = (
|
|
91
93
|
0.0 if np.ma.is_masked(surf_meta.val_min) else surf_meta.val_min,
|
|
92
94
|
0.0 if np.ma.is_masked(surf_meta.val_max) else surf_meta.val_max,
|
|
@@ -132,7 +134,15 @@ def derive_surface_address(
|
|
|
132
134
|
threshold=contour_data["threshold"] if contour_data else 0.0,
|
|
133
135
|
smoothing=contour_data["smoothing"] if contour_data else 0.0,
|
|
134
136
|
)
|
|
135
|
-
date =
|
|
137
|
+
date = (
|
|
138
|
+
None
|
|
139
|
+
if attribute
|
|
140
|
+
in [
|
|
141
|
+
MapAttribute.MIGRATION_TIME_SGAS,
|
|
142
|
+
MapAttribute.MIGRATION_TIME_AMFG,
|
|
143
|
+
]
|
|
144
|
+
else date
|
|
145
|
+
)
|
|
136
146
|
if len(realization) == 1:
|
|
137
147
|
return SimulatedSurfaceAddress(
|
|
138
148
|
attribute=map_attribute_names[attribute],
|
|
@@ -151,7 +161,10 @@ def derive_surface_address(
|
|
|
151
161
|
|
|
152
162
|
def readable_name(attribute: MapAttribute) -> str:
|
|
153
163
|
unit = ""
|
|
154
|
-
if attribute
|
|
164
|
+
if attribute in [
|
|
165
|
+
MapAttribute.MIGRATION_TIME_SGAS,
|
|
166
|
+
MapAttribute.MIGRATION_TIME_AMFG,
|
|
167
|
+
]:
|
|
155
168
|
unit = " [year]"
|
|
156
169
|
elif attribute in (MapAttribute.AMFG_PLUME, MapAttribute.SGAS_PLUME):
|
|
157
170
|
unit = " [# real.]"
|
|
@@ -198,7 +211,10 @@ def get_plume_polygon(
|
|
|
198
211
|
|
|
199
212
|
|
|
200
213
|
def _find_legend_title(attribute: MapAttribute, unit: str) -> str:
|
|
201
|
-
if attribute
|
|
214
|
+
if attribute in [
|
|
215
|
+
MapAttribute.MIGRATION_TIME_SGAS,
|
|
216
|
+
MapAttribute.MIGRATION_TIME_AMFG,
|
|
217
|
+
]:
|
|
202
218
|
return "years"
|
|
203
219
|
if attribute in [MapAttribute.MASS, MapAttribute.DISSOLVED, MapAttribute.FREE]:
|
|
204
220
|
return unit
|
|
@@ -213,7 +229,13 @@ def create_map_annotations(
|
|
|
213
229
|
unit: str,
|
|
214
230
|
) -> List[wsc.ViewAnnotation]:
|
|
215
231
|
annotations = []
|
|
216
|
-
if
|
|
232
|
+
if (
|
|
233
|
+
surface_data is not None
|
|
234
|
+
and surface_data.color_map_range[0] is not None
|
|
235
|
+
and surface_data.color_map_range[1] is not None
|
|
236
|
+
):
|
|
237
|
+
num_digits = np.ceil(np.log(surface_data.color_map_range[1]) / np.log(10))
|
|
238
|
+
numbersize = max((6, min((17 - num_digits, 11))))
|
|
217
239
|
annotations.append(
|
|
218
240
|
wsc.ViewAnnotation(
|
|
219
241
|
id="1_view",
|
|
@@ -227,6 +249,8 @@ def create_map_annotations(
|
|
|
227
249
|
openColorSelector=False,
|
|
228
250
|
legendScaleSize=0.1,
|
|
229
251
|
legendFontSize=20,
|
|
252
|
+
tickFontSize=numbersize,
|
|
253
|
+
numberOfTicks=2,
|
|
230
254
|
colorTables=colortables,
|
|
231
255
|
),
|
|
232
256
|
wsc.ViewFooter(children=formation),
|
|
@@ -383,7 +407,7 @@ def generate_containment_figures(
|
|
|
383
407
|
co2_scale: Union[Co2MassScale, Co2VolumeScale],
|
|
384
408
|
realization: int,
|
|
385
409
|
y_limits: List[Optional[float]],
|
|
386
|
-
containment_info: Dict[str, Union[str, None, List[str]]],
|
|
410
|
+
containment_info: Dict[str, Union[str, None, List[str], int]],
|
|
387
411
|
) -> Tuple[go.Figure, go.Figure, go.Figure]:
|
|
388
412
|
try:
|
|
389
413
|
fig0 = generate_co2_volume_figure(
|
|
@@ -484,36 +508,73 @@ def process_visualization_info(
|
|
|
484
508
|
def process_containment_info(
|
|
485
509
|
zone: Optional[str],
|
|
486
510
|
region: Optional[str],
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
]
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
511
|
+
phase: str,
|
|
512
|
+
containment: str,
|
|
513
|
+
color_choice: str,
|
|
514
|
+
mark_choice: Optional[str],
|
|
515
|
+
sorting: str,
|
|
516
|
+
menu_options: Dict[str, List[str]],
|
|
517
|
+
) -> Dict[str, Union[str, None, List[str], int]]:
|
|
518
|
+
if mark_choice is None:
|
|
519
|
+
mark_choice = "phase"
|
|
520
|
+
zones = menu_options["zones"]
|
|
521
|
+
regions = menu_options["regions"]
|
|
522
|
+
if len(zones) > 0:
|
|
523
|
+
zones = [zone_name for zone_name in zones if zone_name != "all"]
|
|
524
|
+
if len(regions) > 0:
|
|
525
|
+
regions = [reg_name for reg_name in regions if reg_name != "all"]
|
|
526
|
+
containments = ["hazardous", "outside", "contained"]
|
|
527
|
+
phases = [phase for phase in menu_options["phases"] if phase != "total"]
|
|
528
|
+
if "zone" in [mark_choice, color_choice]:
|
|
529
|
+
region = "all"
|
|
530
|
+
if "region" in [mark_choice, color_choice]:
|
|
531
|
+
zone = "all"
|
|
532
|
+
return {
|
|
533
|
+
"zone": zone,
|
|
534
|
+
"region": region,
|
|
535
|
+
"zones": zones,
|
|
536
|
+
"regions": regions,
|
|
537
|
+
"phase": phase,
|
|
538
|
+
"containment": containment,
|
|
539
|
+
"color_choice": color_choice,
|
|
540
|
+
"mark_choice": mark_choice,
|
|
541
|
+
"sorting": sorting,
|
|
542
|
+
"phases": phases,
|
|
543
|
+
"containments": containments,
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
def set_plot_ids(
|
|
548
|
+
figs: List[go.Figure],
|
|
549
|
+
source: GraphSource,
|
|
550
|
+
scale: Union[Co2MassScale, Co2VolumeScale],
|
|
551
|
+
containment_info: Dict,
|
|
552
|
+
realizations: List[int],
|
|
553
|
+
) -> None:
|
|
554
|
+
if figs[0] != no_update:
|
|
555
|
+
zone_str = (
|
|
556
|
+
containment_info["zone"] if containment_info["zone"] is not None else "None"
|
|
557
|
+
)
|
|
558
|
+
region_str = (
|
|
559
|
+
containment_info["region"]
|
|
560
|
+
if containment_info["region"] is not None
|
|
561
|
+
else "None"
|
|
562
|
+
)
|
|
563
|
+
plot_id = "-".join(
|
|
564
|
+
(
|
|
565
|
+
source,
|
|
566
|
+
scale,
|
|
567
|
+
zone_str,
|
|
568
|
+
region_str,
|
|
569
|
+
str(containment_info["phase"]),
|
|
570
|
+
str(containment_info["containment"]),
|
|
571
|
+
containment_info["color_choice"],
|
|
572
|
+
containment_info["mark_choice"],
|
|
573
|
+
)
|
|
574
|
+
)
|
|
575
|
+
for fig in figs:
|
|
576
|
+
fig["layout"]["uirevision"] = plot_id
|
|
577
|
+
figs[-1]["layout"]["uirevision"] += f"-{realizations}"
|
|
517
578
|
|
|
518
579
|
|
|
519
580
|
def process_summed_mass(
|