webviz-subsurface 0.2.40__tar.gz → 0.2.42__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.40 → webviz_subsurface-0.2.42}/PKG-INFO +3 -3
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/pyproject.toml +3 -3
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py +2 -6
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_version.py +3 -3
- webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration/__init__.py +1 -0
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_plugin.py +86 -46
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/callbacks.py +53 -30
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/co2volume.py +282 -39
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/color_tables.py +1 -1
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/containment_data_provider.py +6 -4
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/containment_info.py +6 -0
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/ensemble_well_picks.py +1 -1
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/generic.py +59 -6
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/initialization.py +73 -10
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/polygon_handler.py +1 -1
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/summary_graphs.py +20 -18
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/surface_publishing.py +18 -20
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/unsmry_data_provider.py +8 -8
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/views/mainview/mainview.py +98 -44
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/views/mainview/settings.py +7 -5
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_map_viewer_fmu/layout.py +2 -1
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface.egg-info/PKG-INFO +3 -3
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface.egg-info/SOURCES.txt +24 -24
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface.egg-info/entry_points.txt +1 -1
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface.egg-info/requires.txt +2 -2
- webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage/__init__.py +0 -1
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/.github/pull_request_template.md +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/.github/workflows/subsurface.yml +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/.gitignore +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/.isort.cfg +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/.pylintrc +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/CHANGELOG.md +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/LICENSE +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/LICENSE.chromedriver +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/README.md +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/SECURITY.md +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/bandit.yml +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/deploy_docker_image.sh +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/mypy.ini +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/pytest.ini +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/setup.cfg +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/conftest.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/data/colormap.txt +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/data/gruptree.csv +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/data/parameters.csv +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/data/realizations.csv +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/data/surface_png.txt +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/data/surface_zarr.np.gz +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/data/vfp.arrow +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/data/volumes.csv +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/integration_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/integration_tests/test_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/integration_tests/test_surface_selector.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/abbreviations_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/abbreviations_tests/test_reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/data_input/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/data_input/test_calc_from_cumulatives.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/data_input/test_image_processing.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/mocks/ensemble_summary_provider_dummy.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/model_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/model_tests/test_ensemble_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/model_tests/test_ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/model_tests/test_gruptree_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/model_tests/test_property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/model_tests/test_surface_set_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/model_tests/test_well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/model_tests/test_well_set_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_grouptree.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/derived_vectors_accessor_ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/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.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_vector_accessor.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_history_vectors.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_vector_statistics.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_tornado_data.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/plugin_tests/test_well_completions.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/provider_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/provider_tests/test_ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_resampling.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/provider_tests/test_ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/utils_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/utils_tests/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/mocks/ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/test_ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/utils_tests/test_formatting.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/tests/unit_tests/utils_tests/test_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_abbreviations/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_abbreviations/abbreviation_data/reservoir_simulation_unit_terminology.json +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_abbreviations/abbreviation_data/si_prefixes.json +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_abbreviations/abbreviation_data/volume_terminology.json +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_abbreviations/number_formatting.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_abbreviations/reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_abbreviations/volume_terminology.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_assets/css/block_options.css +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_assets/css/container.css +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_assets/css/inplace_volumes.css +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_assets/css/modal.css +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_assets/css/structural_uncertainty.css +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_assets/js/clientside_functions.js +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_components/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_components/color_picker.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_components/parameter_filter.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_components/tornado/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_components/tornado/_tornado_bar_chart.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_components/tornado/_tornado_data.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_components/tornado/_tornado_table.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_components/tornado/tornado_widget.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/eclipse_init_io/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/eclipse_init_io/pvt_common.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/eclipse_init_io/pvt_gas.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/eclipse_init_io/pvt_oil.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/eclipse_init_io/pvt_water.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/eclipse_unit.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/fmu_input.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/grid.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/history_match.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/image_processing.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/pvt_data.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/relative_permeability.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/seismic.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/surface.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/units.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/well.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/well_completions.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_datainput/xsection.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_figures/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_figures/barchart.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_figures/px_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_figures/scatterplot.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_figures/timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/caching_ensemble_set_model_factory.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/ensemble_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/gruptree_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/inplace_volumes_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/observation_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/parameter_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/stratigraphy_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/surface_leaflet_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/surface_set_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_models/well_set_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_private_plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_private_plugins/surface_selector.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_fault_polygons_discovery.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider_factory.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/fault_polygons_server.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_grid_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_grid_provider/_egrid_file_discovery.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_grid_provider/_roff_file_discovery.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider_factory.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_egrid.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_roff.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_polygon_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_polygon_provider/_polygon_discovery.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_polygon_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_polygon_provider/ensemble_polygon_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_polygon_provider/ensemble_polygon_provider_factory.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_polygon_provider/polygon_server.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/_arrow_unsmry_import.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/_csv_import.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/_table_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/dev_compare_fmu_to_lazy_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/dev_provider_perf_testing.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider_factory.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_summary_provider/utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/_stat_surf_cache.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_discovery.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_image.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/_types.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/dev_surface_server_lazy.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider_factory.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_table_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_table_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_table_provider/_table_import.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_factory.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_impl_arrow.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/well_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/well_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/well_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/well_provider/well_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/well_provider/well_provider_factory.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_providers/well_provider/well_server.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/colors.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/design_matrix.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/ensemble_summary_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/ensemble_table_provider_set.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/ensemble_table_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/enum_shim.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/fanchart_plotting.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/formatting.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/parameter_response.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/perf_timer.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/statistics_plotting.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/unique_theming.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/user_defined_vector_definitions.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/vector_calculator.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/vector_selector.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/_utils/webvizstore_functions.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_assisted_history_matching_analysis.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/views/_bar_chart.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/views/_fan_chart.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/views/_line_chart.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_error.py +0 -0
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_types.py +0 -0
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/__init__.py +0 -0
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/_misc.py +0 -0
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/fault_polygons_handler.py +0 -0
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/_utilities/plume_extent.py +0 -0
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/views/__init__.py +0 -0
- {webviz_subsurface-0.2.40/webviz_subsurface/plugins/_co2_leakage → webviz_subsurface-0.2.42/webviz_subsurface/plugins/_co2_migration}/views/mainview/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_disk_usage.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/_layout_elements.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/_routes.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/_view_3d.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_color_scale.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_data_selection.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_grid_filter.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_group_tree/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_group_tree/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_group_tree/_types.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_group_tree/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_group_tree/_utils/_ensemble_group_tree_data.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_group_tree/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_history_match.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_table.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_xsection.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/horizon_uncertainty_viewer.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_inplace_volumes_onebyone.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/build_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/update_figure_clientside.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/figures/plotly_line_plot.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/line_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/views/data_selectors_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_options_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_traces_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_map_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_map_viewer_fmu/_layer_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_map_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_map_viewer_fmu/_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_map_viewer_fmu/color_tables.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_morris_plot.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_utils/_parameters_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_utils/_provider_timesseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_parameters.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_visualization_type.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/_color_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_correlation/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_correlation/_error.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_correlation/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_correlation/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_correlation/views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/_parameter_plot.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/_parameter_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_distribution.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_parallel_coordinates.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_parameter_response_correlation.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/utils/make_dataframes.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/utils/make_figures.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/views/_production_misfit_per_real.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_coverage.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_heatmap.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/controllers/property_delta_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/controllers/property_qc_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/controllers/property_response_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/data_loaders/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/figures/correlation_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/models/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/models/ensemble_timeseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/models/property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/models/simulation_timeseries_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/property_statistics.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/utils/colors.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/utils/surface.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/views/main_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/views/property_delta_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/views/property_qc_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/views/property_response_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_property_statistics/views/selector_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_pvt_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_pvt_plot/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_pvt_plot/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_data_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/_plot_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_relative_permeability.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_reservoir_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_reusable_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_reusable_view_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_types.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_utils/_formation_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_formation_plot_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_map_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/_map_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/_misfit_per_real_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_table_view_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_plot_type.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_size_color_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_crossplot_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_errorplot_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_running_time_analysis_fmu.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_segy_viewer.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_seismic_misfit.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/ensemble_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/graph_figure_builder_base.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/vector_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_filter_realization.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_group_by.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_resampling_frequency.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_time_series.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_visualization.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/types.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/datetime_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/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.40 → webviz_subsurface-0.2.42}/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.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_vectors_accessor.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/history_vectors.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/vector_statistics.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/_subplot_graph.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_types.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_onebyone_timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_simulation_time_series_onebyone_datamodel.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_general_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_sensitivity_filter.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_bottom_visualization_view_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_general_view_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/_tour_steps.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/controllers/dialog_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_source_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/controllers/map_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/controllers/realization_filter_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/controllers/uncertainty_table_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/figures/intersection.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/structural_uncertainty.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/views/dialog.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_and_map.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_data.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/views/map_data.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/views/realization_filter.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_structural_uncertainty/views/uncertainty_table.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_subsurface_map.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_surface_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_surface_with_grid_cross_section.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_surface_with_seismic_cross_section.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_swatinit_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_swatinit_qc/_business_logic.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_swatinit_qc/_callbacks.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_swatinit_qc/_figures.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_swatinit_qc/_layout.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_swatinit_qc/_markdown.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_swatinit_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/_error.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_selectors.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/_plot_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/plot.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/_table_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/table.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_utils/_vfp_data_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_pressure_option.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/_vfp_figure_builder.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/_vfp_graph.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/controllers/comparison_controllers.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/controllers/export_data_controllers.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/controllers/fipfile_qc_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/controllers/layout_controllers.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/utils/table_and_figure_utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/utils/utils.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/views/comparison_layout.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/views/distribution_main_layout.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/views/filter_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/views/fipfile_qc_layout.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/views/tornado_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/volume_validator_and_combinator.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_utils/_ensemble_well_analysis_data.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/_well_control_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_chart_type.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_layout_options.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_statistical_options.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/_well_overview_figure.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completion/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completion/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completion/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completion/_utils/_well_completion_data_model.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completion/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completions/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completions/_business_logic.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completions/_callbacks.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completions/_layout.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_completions/_plugin.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_cross_section.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_cross_section_fmu.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_log_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_log_viewer/_validate_log_templates.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_log_viewer/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_log_viewer/controllers/_well_controller.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_log_viewer/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_log_viewer/utils/default_color_tables.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_log_viewer/utils/xtgeo_well_log_to_json.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface/smry2arrow_batch.py +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface.egg-info/dependency_links.txt +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface.egg-info/not-zip-safe +0 -0
- {webviz_subsurface-0.2.40 → webviz_subsurface-0.2.42}/webviz_subsurface.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: webviz-subsurface
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.42
|
|
4
4
|
Summary: Webviz config plugins for subsurface data
|
|
5
5
|
Author: R&T Equinor
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -712,8 +712,8 @@ Requires-Dist: pillow>=6.1
|
|
|
712
712
|
Requires-Dist: pyarrow>=5.0.0
|
|
713
713
|
Requires-Dist: pyjwt>=2.6.0
|
|
714
714
|
Requires-Dist: pyscal>=0.7.5
|
|
715
|
-
Requires-Dist: scipy>=1.
|
|
716
|
-
Requires-Dist: statsmodels>=0.
|
|
715
|
+
Requires-Dist: scipy>=1.16
|
|
716
|
+
Requires-Dist: statsmodels>=0.14.5
|
|
717
717
|
Requires-Dist: xtgeo>=2.20.0
|
|
718
718
|
Requires-Dist: vtk>=9.2.2
|
|
719
719
|
Requires-Dist: webviz-config>=0.6.5
|
|
@@ -41,8 +41,8 @@ dependencies = [
|
|
|
41
41
|
"pyarrow>=5.0.0",
|
|
42
42
|
"pyjwt>=2.6.0",
|
|
43
43
|
"pyscal>=0.7.5",
|
|
44
|
-
"scipy>=1.
|
|
45
|
-
"statsmodels>=0.
|
|
44
|
+
"scipy>=1.16",
|
|
45
|
+
"statsmodels>=0.14.5",
|
|
46
46
|
"xtgeo>=2.20.0",
|
|
47
47
|
"vtk>=9.2.2",
|
|
48
48
|
"webviz-config>=0.6.5",
|
|
@@ -61,7 +61,7 @@ smry2arrow_batch = "webviz_subsurface.smry2arrow_batch:main"
|
|
|
61
61
|
[project.entry-points."webviz_config_plugins"]
|
|
62
62
|
AssistedHistoryMatchingAnalysis = "webviz_subsurface.plugins._assisted_history_matching_analysis:AssistedHistoryMatchingAnalysis"
|
|
63
63
|
BhpQc = "webviz_subsurface.plugins._bhp_qc:BhpQc"
|
|
64
|
-
|
|
64
|
+
CO2Migration = "webviz_subsurface.plugins._co2_migration:CO2Migration"
|
|
65
65
|
DiskUsage = "webviz_subsurface.plugins._disk_usage:DiskUsage"
|
|
66
66
|
EXPERIMENTALGridViewerFMU = "webviz_subsurface.plugins._grid_viewer_fmu:EXPERIMENTALGridViewerFMU"
|
|
67
67
|
GroupTree = "webviz_subsurface.plugins._group_tree:GroupTree"
|
|
@@ -3,16 +3,15 @@ import io
|
|
|
3
3
|
import json
|
|
4
4
|
import logging
|
|
5
5
|
import math
|
|
6
|
+
import tempfile
|
|
6
7
|
from dataclasses import asdict, dataclass
|
|
7
8
|
from typing import List, Optional, Tuple, Union
|
|
8
9
|
from urllib.parse import quote
|
|
9
|
-
from uuid import uuid4
|
|
10
10
|
|
|
11
11
|
import flask
|
|
12
12
|
import flask_caching
|
|
13
13
|
import xtgeo
|
|
14
14
|
from dash import Dash
|
|
15
|
-
from webviz_config.webviz_instance_info import WEBVIZ_INSTANCE_INFO
|
|
16
15
|
|
|
17
16
|
from webviz_subsurface._utils.perf_timer import PerfTimer
|
|
18
17
|
|
|
@@ -51,10 +50,7 @@ class SurfaceArrayMeta:
|
|
|
51
50
|
|
|
52
51
|
class SurfaceArrayServer:
|
|
53
52
|
def __init__(self, app: Dash) -> None:
|
|
54
|
-
cache_dir = (
|
|
55
|
-
WEBVIZ_INSTANCE_INFO.storage_folder
|
|
56
|
-
/ f"SurfaceArrayServer_filecache_{uuid4()}"
|
|
57
|
-
)
|
|
53
|
+
cache_dir = tempfile.mkdtemp()
|
|
58
54
|
LOGGER.debug(f"Setting up file cache in: {cache_dir}")
|
|
59
55
|
self._array_cache = flask_caching.Cache(
|
|
60
56
|
config={
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 2,
|
|
31
|
+
__version__ = version = '0.2.42'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 2, 42)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g75e39bf39'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from ._plugin import CO2Migration
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import logging
|
|
2
|
+
from datetime import datetime
|
|
2
3
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
3
4
|
|
|
4
5
|
import plotly.graph_objects as go
|
|
@@ -7,14 +8,15 @@ from dash.exceptions import PreventUpdate
|
|
|
7
8
|
from webviz_config import WebvizPluginABC, WebvizSettings
|
|
8
9
|
from webviz_config.utils import StrEnum, callback_typecheck
|
|
9
10
|
|
|
10
|
-
from webviz_subsurface._providers import FaultPolygonsServer,
|
|
11
|
+
from webviz_subsurface._providers import FaultPolygonsServer, SurfaceArrayServer
|
|
11
12
|
from webviz_subsurface._providers.ensemble_polygon_provider import PolygonServer
|
|
12
|
-
from webviz_subsurface.plugins.
|
|
13
|
+
from webviz_subsurface.plugins._co2_migration._utilities.callbacks import (
|
|
13
14
|
SurfaceData,
|
|
14
15
|
create_map_annotations,
|
|
15
16
|
create_map_layers,
|
|
16
17
|
create_map_viewports,
|
|
17
18
|
derive_surface_address,
|
|
19
|
+
export_figure_data_to_csv,
|
|
18
20
|
extract_legendonly,
|
|
19
21
|
generate_containment_figures,
|
|
20
22
|
generate_unsmry_figures,
|
|
@@ -27,10 +29,10 @@ from webviz_subsurface.plugins._co2_leakage._utilities.callbacks import (
|
|
|
27
29
|
readable_name,
|
|
28
30
|
set_plot_ids,
|
|
29
31
|
)
|
|
30
|
-
from webviz_subsurface.plugins.
|
|
32
|
+
from webviz_subsurface.plugins._co2_migration._utilities.fault_polygons_handler import (
|
|
31
33
|
FaultPolygonsHandler,
|
|
32
34
|
)
|
|
33
|
-
from webviz_subsurface.plugins.
|
|
35
|
+
from webviz_subsurface.plugins._co2_migration._utilities.generic import (
|
|
34
36
|
BoundarySettings,
|
|
35
37
|
Co2MassScale,
|
|
36
38
|
Co2VolumeScale,
|
|
@@ -39,8 +41,9 @@ from webviz_subsurface.plugins._co2_leakage._utilities.generic import (
|
|
|
39
41
|
MapThresholds,
|
|
40
42
|
MapType,
|
|
41
43
|
)
|
|
42
|
-
from webviz_subsurface.plugins.
|
|
44
|
+
from webviz_subsurface.plugins._co2_migration._utilities.initialization import (
|
|
43
45
|
init_containment_data_providers,
|
|
46
|
+
init_dates_per_ensemble,
|
|
44
47
|
init_dictionary_of_content,
|
|
45
48
|
init_map_attribute_names,
|
|
46
49
|
init_menu_options,
|
|
@@ -50,24 +53,26 @@ from webviz_subsurface.plugins._co2_leakage._utilities.initialization import (
|
|
|
50
53
|
init_unsmry_data_providers,
|
|
51
54
|
init_well_pick_provider,
|
|
52
55
|
)
|
|
53
|
-
from webviz_subsurface.plugins.
|
|
56
|
+
from webviz_subsurface.plugins._co2_migration.views.mainview.mainview import (
|
|
54
57
|
MainView,
|
|
55
58
|
MapViewElement,
|
|
56
59
|
)
|
|
57
|
-
from webviz_subsurface.plugins.
|
|
60
|
+
from webviz_subsurface.plugins._co2_migration.views.mainview.settings import (
|
|
61
|
+
ViewSettings,
|
|
62
|
+
)
|
|
58
63
|
|
|
59
64
|
from . import _error
|
|
60
65
|
from ._types import LegendData
|
|
61
|
-
from ._utilities.color_tables import
|
|
62
|
-
from ._utilities.containment_info import StatisticsTabOption
|
|
66
|
+
from ._utilities.color_tables import co2migration_color_tables
|
|
67
|
+
from ._utilities.containment_info import MainTabOption, StatisticsTabOption
|
|
63
68
|
|
|
64
69
|
LOGGER = logging.getLogger(__name__)
|
|
65
70
|
TABLES_PATH = "share/results/tables"
|
|
66
71
|
|
|
67
72
|
|
|
68
73
|
# pylint: disable=too-many-instance-attributes
|
|
69
|
-
class
|
|
70
|
-
"""Plugin for analyzing CO2
|
|
74
|
+
class CO2Migration(WebvizPluginABC):
|
|
75
|
+
"""Plugin for analyzing CO2 migration across multiple realizations in an
|
|
71
76
|
FMU ensemble
|
|
72
77
|
|
|
73
78
|
---
|
|
@@ -121,7 +126,7 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
121
126
|
|
|
122
127
|
The following keys are allowed: `MIGRATION_TIME_SGAS, MIGRATION_TIME_AMFG,
|
|
123
128
|
MIGRATION_TIME_XMF2, MAX_SGAS, MAX_AMFG, MAX_XMF2, MAX_SGSTRAND, MAX_SGTRH, MASS,
|
|
124
|
-
|
|
129
|
+
DISSOLVED_WATER, DISSOLVED_OIL, FREE, FREE_GAS, TRAPPED_GAS`
|
|
125
130
|
|
|
126
131
|
Well pick files and fault polygons might name surfaces differently than the ones
|
|
127
132
|
generated by the ccs-scripts workflow. The options
|
|
@@ -184,7 +189,7 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
184
189
|
for ensemble_name in ensembles
|
|
185
190
|
}
|
|
186
191
|
self._realizations_per_ensemble = init_realizations(ensemble_paths)
|
|
187
|
-
self._surface_server =
|
|
192
|
+
self._surface_server = SurfaceArrayServer.instance(app)
|
|
188
193
|
self._polygons_server = FaultPolygonsServer.instance(app)
|
|
189
194
|
self._map_attribute_names = init_map_attribute_names(
|
|
190
195
|
webviz_settings, ensembles, map_attribute_names
|
|
@@ -195,6 +200,10 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
195
200
|
self._ensemble_surface_providers = init_surface_providers(
|
|
196
201
|
webviz_settings, ensembles
|
|
197
202
|
)
|
|
203
|
+
# Dates
|
|
204
|
+
self._ensemble_dates = init_dates_per_ensemble(
|
|
205
|
+
ensembles, self._map_attribute_names, self._ensemble_surface_providers
|
|
206
|
+
)
|
|
198
207
|
# Polygons
|
|
199
208
|
self._fault_polygon_handlers = {
|
|
200
209
|
ens: FaultPolygonsHandler(
|
|
@@ -251,7 +260,7 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
251
260
|
"change": False,
|
|
252
261
|
"unit": "tons",
|
|
253
262
|
}
|
|
254
|
-
self._color_tables =
|
|
263
|
+
self._color_tables = co2migration_color_tables()
|
|
255
264
|
self._well_pick_names: Dict[str, List[str]] = {
|
|
256
265
|
ens: (
|
|
257
266
|
self._well_pick_provider[ens].well_names
|
|
@@ -296,30 +305,6 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
296
305
|
.to_string()
|
|
297
306
|
)
|
|
298
307
|
|
|
299
|
-
def _ensemble_dates(self, ens: str) -> List[str]:
|
|
300
|
-
surface_provider = self._ensemble_surface_providers[ens]
|
|
301
|
-
date_map_attribute = next(
|
|
302
|
-
(
|
|
303
|
-
k
|
|
304
|
-
for k in self._map_attribute_names.filtered_values
|
|
305
|
-
if MapType[k.name].value != "MIGRATION_TIME"
|
|
306
|
-
),
|
|
307
|
-
None,
|
|
308
|
-
)
|
|
309
|
-
att_name = (
|
|
310
|
-
self._map_attribute_names[date_map_attribute]
|
|
311
|
-
if date_map_attribute is not None
|
|
312
|
-
else None
|
|
313
|
-
)
|
|
314
|
-
dates = (
|
|
315
|
-
None
|
|
316
|
-
if att_name is None
|
|
317
|
-
else surface_provider.surface_dates_for_attribute(att_name)
|
|
318
|
-
)
|
|
319
|
-
if dates is None:
|
|
320
|
-
raise ValueError(f"Failed to fetch dates for attribute '{att_name}'")
|
|
321
|
-
return dates
|
|
322
|
-
|
|
323
308
|
# Might want to do some refactoring if this gets too big
|
|
324
309
|
def _set_callbacks(self) -> None:
|
|
325
310
|
if self._content["any_table"]:
|
|
@@ -327,6 +312,7 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
327
312
|
self._add_legend_change_callback()
|
|
328
313
|
self._add_set_unit_list_callback()
|
|
329
314
|
self._add_time_plot_visibility_callback()
|
|
315
|
+
self._add_csv_export_callback()
|
|
330
316
|
|
|
331
317
|
if self._content["maps"]:
|
|
332
318
|
self._add_set_dates_callback()
|
|
@@ -515,17 +501,17 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
515
501
|
current_thresholds,
|
|
516
502
|
mass_unit,
|
|
517
503
|
self._visualization_info,
|
|
518
|
-
self._surface_server.
|
|
504
|
+
self._surface_server._array_cache,
|
|
519
505
|
)
|
|
520
506
|
if self._visualization_info["change"]:
|
|
521
507
|
return [], None, no_update
|
|
522
508
|
attribute = MapAttribute(attribute)
|
|
523
509
|
if len(realization) == 0 or ensemble is None:
|
|
524
510
|
raise PreventUpdate
|
|
525
|
-
if
|
|
526
|
-
datestr = self._ensemble_dates(ensemble)[date]
|
|
527
|
-
elif date is None:
|
|
511
|
+
if MapType[MapAttribute(attribute).name].value == "MIGRATION_TIME":
|
|
528
512
|
datestr = None
|
|
513
|
+
else:
|
|
514
|
+
datestr = self._ensemble_dates[ensemble][date]
|
|
529
515
|
# Contour data
|
|
530
516
|
contour_data = None
|
|
531
517
|
if MapType[MapAttribute(attribute).name].value == "PLUME":
|
|
@@ -657,13 +643,12 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
657
643
|
if ensemble is None:
|
|
658
644
|
return {}, None
|
|
659
645
|
# Dates
|
|
660
|
-
date_list = self._ensemble_dates(ensemble)
|
|
661
646
|
dates = {
|
|
662
647
|
i: {
|
|
663
648
|
"label": f"{d[:4]}",
|
|
664
649
|
"style": {"writingMode": "vertical-rl"},
|
|
665
650
|
}
|
|
666
|
-
for i, d in enumerate(
|
|
651
|
+
for i, d in enumerate(self._ensemble_dates[ensemble])
|
|
667
652
|
}
|
|
668
653
|
if len(dates.keys()) > 0:
|
|
669
654
|
return dates, max(dates.keys())
|
|
@@ -741,6 +726,7 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
741
726
|
Input(self._settings_component(ViewSettings.Ids.BOX_SHOW_POINTS), "value"),
|
|
742
727
|
)
|
|
743
728
|
@callback_typecheck
|
|
729
|
+
# pylint: disable=too-many-locals
|
|
744
730
|
def update_graphs(
|
|
745
731
|
legend_data: LegendData,
|
|
746
732
|
ensemble: str,
|
|
@@ -763,8 +749,10 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
763
749
|
date_option: str,
|
|
764
750
|
statistics_tab_option: StatisticsTabOption,
|
|
765
751
|
box_show_points: str,
|
|
766
|
-
) -> Tuple[
|
|
767
|
-
|
|
752
|
+
) -> Tuple[go.Figure, go.Figure, go.Figure]:
|
|
753
|
+
if len(realizations) == 0:
|
|
754
|
+
return go.Figure(), go.Figure(), go.Figure()
|
|
755
|
+
|
|
768
756
|
figs = [no_update] * 3
|
|
769
757
|
cont_info = process_containment_info(
|
|
770
758
|
zone,
|
|
@@ -892,3 +880,55 @@ class CO2Leakage(WebvizPluginABC):
|
|
|
892
880
|
if event is None or not isinstance(event, list):
|
|
893
881
|
return False
|
|
894
882
|
return any("visible" in e for e in event if isinstance(e, dict))
|
|
883
|
+
|
|
884
|
+
def _add_csv_export_callback(self) -> None:
|
|
885
|
+
@callback(
|
|
886
|
+
Output(self._view_component(MapViewElement.Ids.DOWNLOAD_CSV), "data"),
|
|
887
|
+
Input(
|
|
888
|
+
self._view_component(MapViewElement.Ids.CSV_EXPORT_BUTTON), "n_clicks"
|
|
889
|
+
),
|
|
890
|
+
State(self._view_component(MapViewElement.Ids.SUMMARY_TABS), "value"),
|
|
891
|
+
State(self._view_component(MapViewElement.Ids.BAR_PLOT), "figure"),
|
|
892
|
+
State(self._view_component(MapViewElement.Ids.TIME_PLOT), "figure"),
|
|
893
|
+
State(self._view_component(MapViewElement.Ids.STATISTICS_PLOT), "figure"),
|
|
894
|
+
State(
|
|
895
|
+
self._settings_component(ViewSettings.Ids.STATISTICS_TAB_OPTION),
|
|
896
|
+
"value",
|
|
897
|
+
),
|
|
898
|
+
prevent_initial_call=True,
|
|
899
|
+
)
|
|
900
|
+
def export_data(
|
|
901
|
+
_n_clicks: int,
|
|
902
|
+
active_tab: str,
|
|
903
|
+
bar_figure: go.Figure,
|
|
904
|
+
time_figure: go.Figure,
|
|
905
|
+
stats_figure: go.Figure,
|
|
906
|
+
statistics_tab_option: StatisticsTabOption,
|
|
907
|
+
) -> Dict[str, Any]:
|
|
908
|
+
file_name = "co2_migration"
|
|
909
|
+
if active_tab == MainTabOption.CONTAINMENT_STATE:
|
|
910
|
+
current_figure = bar_figure
|
|
911
|
+
file_name += "_state_plot"
|
|
912
|
+
plot_choice = "containment_state"
|
|
913
|
+
elif active_tab == MainTabOption.CONTAINMENT_OVER_TIME:
|
|
914
|
+
current_figure = time_figure
|
|
915
|
+
file_name += "_time_plot"
|
|
916
|
+
plot_choice = "containment_time"
|
|
917
|
+
elif active_tab == MainTabOption.STATISTICS:
|
|
918
|
+
current_figure = stats_figure
|
|
919
|
+
if statistics_tab_option == StatisticsTabOption.PROBABILITY_PLOT:
|
|
920
|
+
file_name += "_prob_plot"
|
|
921
|
+
plot_choice = "probability"
|
|
922
|
+
else: # => StatisticsTabOption.BOX_PLOT:
|
|
923
|
+
file_name += "_box_plot"
|
|
924
|
+
plot_choice = "box"
|
|
925
|
+
else:
|
|
926
|
+
raise PreventUpdate # Should not happen
|
|
927
|
+
|
|
928
|
+
date_and_time = datetime.now().strftime("%y%m%d_%H%M%S")
|
|
929
|
+
file_name += f"_{date_and_time}.csv"
|
|
930
|
+
result = export_figure_data_to_csv(current_figure, file_name, plot_choice)
|
|
931
|
+
|
|
932
|
+
if result is None:
|
|
933
|
+
raise PreventUpdate
|
|
934
|
+
return result
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import logging
|
|
1
2
|
import warnings
|
|
2
3
|
from dataclasses import dataclass
|
|
3
4
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
@@ -6,7 +7,7 @@ import geojson
|
|
|
6
7
|
import numpy as np
|
|
7
8
|
import plotly.graph_objects as go
|
|
8
9
|
import webviz_subsurface_components as wsc
|
|
9
|
-
from dash import no_update
|
|
10
|
+
from dash import dcc, no_update
|
|
10
11
|
from flask_caching import Cache
|
|
11
12
|
|
|
12
13
|
from webviz_subsurface._providers import (
|
|
@@ -14,32 +15,33 @@ from webviz_subsurface._providers import (
|
|
|
14
15
|
SimulatedSurfaceAddress,
|
|
15
16
|
StatisticalSurfaceAddress,
|
|
16
17
|
SurfaceAddress,
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
SurfaceArrayMeta,
|
|
19
|
+
SurfaceArrayServer,
|
|
19
20
|
)
|
|
20
21
|
from webviz_subsurface._providers.ensemble_surface_provider.ensemble_surface_provider import (
|
|
21
22
|
SurfaceStatistic,
|
|
22
23
|
)
|
|
23
|
-
from webviz_subsurface.plugins.
|
|
24
|
-
from webviz_subsurface.plugins.
|
|
25
|
-
from webviz_subsurface.plugins.
|
|
24
|
+
from webviz_subsurface.plugins._co2_migration._types import LegendData
|
|
25
|
+
from webviz_subsurface.plugins._co2_migration._utilities import plume_extent
|
|
26
|
+
from webviz_subsurface.plugins._co2_migration._utilities.co2volume import (
|
|
27
|
+
extract_df_from_fig,
|
|
26
28
|
generate_co2_box_plot_figure,
|
|
27
29
|
generate_co2_statistics_figure,
|
|
28
30
|
generate_co2_time_containment_figure,
|
|
29
31
|
generate_co2_time_containment_one_realization_figure,
|
|
30
32
|
generate_co2_volume_figure,
|
|
31
33
|
)
|
|
32
|
-
from webviz_subsurface.plugins.
|
|
34
|
+
from webviz_subsurface.plugins._co2_migration._utilities.containment_data_provider import (
|
|
33
35
|
ContainmentDataProvider,
|
|
34
36
|
)
|
|
35
|
-
from webviz_subsurface.plugins.
|
|
37
|
+
from webviz_subsurface.plugins._co2_migration._utilities.containment_info import (
|
|
36
38
|
ContainmentInfo,
|
|
37
39
|
StatisticsTabOption,
|
|
38
40
|
)
|
|
39
|
-
from webviz_subsurface.plugins.
|
|
41
|
+
from webviz_subsurface.plugins._co2_migration._utilities.ensemble_well_picks import (
|
|
40
42
|
EnsembleWellPicks,
|
|
41
43
|
)
|
|
42
|
-
from webviz_subsurface.plugins.
|
|
44
|
+
from webviz_subsurface.plugins._co2_migration._utilities.generic import (
|
|
43
45
|
Co2MassScale,
|
|
44
46
|
Co2VolumeScale,
|
|
45
47
|
FilteredMapAttribute,
|
|
@@ -50,17 +52,19 @@ from webviz_subsurface.plugins._co2_leakage._utilities.generic import (
|
|
|
50
52
|
MapType,
|
|
51
53
|
MenuOptions,
|
|
52
54
|
)
|
|
53
|
-
from webviz_subsurface.plugins.
|
|
55
|
+
from webviz_subsurface.plugins._co2_migration._utilities.summary_graphs import (
|
|
54
56
|
generate_summary_figure,
|
|
55
57
|
)
|
|
56
|
-
from webviz_subsurface.plugins.
|
|
58
|
+
from webviz_subsurface.plugins._co2_migration._utilities.surface_publishing import (
|
|
57
59
|
TruncatedSurfaceAddress,
|
|
58
60
|
publish_and_get_surface_metadata,
|
|
59
61
|
)
|
|
60
|
-
from webviz_subsurface.plugins.
|
|
62
|
+
from webviz_subsurface.plugins._co2_migration._utilities.unsmry_data_provider import (
|
|
61
63
|
UnsmryDataProvider,
|
|
62
64
|
)
|
|
63
65
|
|
|
66
|
+
LOGGER = logging.getLogger(__name__)
|
|
67
|
+
|
|
64
68
|
|
|
65
69
|
def property_origin(
|
|
66
70
|
attribute: MapAttribute, map_attribute_names: FilteredMapAttribute
|
|
@@ -81,12 +85,12 @@ class SurfaceData:
|
|
|
81
85
|
color_map_range: Tuple[Optional[float], Optional[float]]
|
|
82
86
|
color_map_name: str
|
|
83
87
|
value_range: Tuple[float, float]
|
|
84
|
-
meta_data:
|
|
88
|
+
meta_data: SurfaceArrayMeta
|
|
85
89
|
img_url: str
|
|
86
90
|
|
|
87
91
|
@staticmethod
|
|
88
92
|
def from_server(
|
|
89
|
-
server:
|
|
93
|
+
server: SurfaceArrayServer,
|
|
90
94
|
provider: EnsembleSurfaceProvider,
|
|
91
95
|
address: Union[SurfaceAddress, TruncatedSurfaceAddress],
|
|
92
96
|
color_map_range: Tuple[Optional[float], Optional[float]],
|
|
@@ -158,11 +162,6 @@ def derive_surface_address(
|
|
|
158
162
|
threshold=contour_data["threshold"] if contour_data else 0.0,
|
|
159
163
|
smoothing=contour_data["smoothing"] if contour_data else 0.0,
|
|
160
164
|
)
|
|
161
|
-
date = (
|
|
162
|
-
None
|
|
163
|
-
if MapType[MapAttribute(attribute).name].value == "MIGRATION_TIME"
|
|
164
|
-
else date
|
|
165
|
-
)
|
|
166
165
|
if len(realization) == 1:
|
|
167
166
|
return SimulatedSurfaceAddress(
|
|
168
167
|
attribute=map_attribute_names[attribute],
|
|
@@ -192,7 +191,7 @@ def get_plume_polygon(
|
|
|
192
191
|
surface_provider: EnsembleSurfaceProvider,
|
|
193
192
|
realizations: List[int],
|
|
194
193
|
surface_name: str,
|
|
195
|
-
datestr: str,
|
|
194
|
+
datestr: Optional[str],
|
|
196
195
|
contour_data: Dict[str, Any],
|
|
197
196
|
) -> Optional[geojson.FeatureCollection]:
|
|
198
197
|
surface_attribute = contour_data["property"]
|
|
@@ -312,17 +311,22 @@ def create_map_layers(
|
|
|
312
311
|
layers = []
|
|
313
312
|
if surface_data is not None:
|
|
314
313
|
# Update ColormapLayer
|
|
314
|
+
meta = surface_data.meta_data
|
|
315
315
|
layers.append(
|
|
316
316
|
{
|
|
317
|
-
"@@type": "
|
|
318
|
-
"name": surface_data.readable_name,
|
|
317
|
+
"@@type": "MapLayer",
|
|
319
318
|
"id": "colormap-layer",
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
|
|
319
|
+
"name": surface_data.readable_name,
|
|
320
|
+
"meshUrl": surface_data.img_url,
|
|
321
|
+
"frame": {
|
|
322
|
+
"origin": [meta.x_ori, meta.y_ori],
|
|
323
|
+
"count": [meta.x_count, meta.y_count],
|
|
324
|
+
"increment": [meta.x_inc, meta.y_inc],
|
|
325
|
+
"rotDeg": meta.rot_deg,
|
|
326
|
+
},
|
|
324
327
|
"colorMapName": surface_data.color_map_name,
|
|
325
|
-
"
|
|
328
|
+
"colorMapRange": surface_data.color_map_range,
|
|
329
|
+
"material": False,
|
|
326
330
|
}
|
|
327
331
|
)
|
|
328
332
|
|
|
@@ -408,7 +412,7 @@ def generate_containment_figures(
|
|
|
408
412
|
try:
|
|
409
413
|
fig0 = generate_co2_volume_figure(
|
|
410
414
|
table_provider,
|
|
411
|
-
|
|
415
|
+
realizations,
|
|
412
416
|
co2_scale,
|
|
413
417
|
containment_info,
|
|
414
418
|
legenddata["bar_legendonly"],
|
|
@@ -624,7 +628,7 @@ def set_plot_ids(
|
|
|
624
628
|
def process_summed_mass(
|
|
625
629
|
formation: str,
|
|
626
630
|
realization: List[int],
|
|
627
|
-
datestr: str,
|
|
631
|
+
datestr: Optional[str],
|
|
628
632
|
attribute: MapAttribute,
|
|
629
633
|
summed_mass: Optional[float],
|
|
630
634
|
surf_data: Optional[SurfaceData],
|
|
@@ -641,3 +645,22 @@ def process_summed_mass(
|
|
|
641
645
|
f" ({unit}) (Total: {summed_co2[summed_co2_key]:.2E}): "
|
|
642
646
|
)
|
|
643
647
|
return surf_data, summed_co2
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
def export_figure_data_to_csv(
|
|
651
|
+
figure: Dict, file_name: str, plot_choice: str
|
|
652
|
+
) -> Optional[Dict[str, Any]]:
|
|
653
|
+
"""Export visible figure data to CSV file"""
|
|
654
|
+
try:
|
|
655
|
+
figure_go = go.Figure(figure) # Dash State returns dict
|
|
656
|
+
df = extract_df_from_fig(figure_go.data, plot_choice)
|
|
657
|
+
if df.empty:
|
|
658
|
+
LOGGER.warning("No plot data to export to CSV file.")
|
|
659
|
+
return None
|
|
660
|
+
|
|
661
|
+
result = dcc.send_data_frame(df.to_csv, filename=file_name, index=False)
|
|
662
|
+
return result
|
|
663
|
+
|
|
664
|
+
except (ValueError, KeyError, AttributeError, TypeError) as e:
|
|
665
|
+
LOGGER.warning(f"Failed to export plot data to CSV file: {e}")
|
|
666
|
+
return None
|