webviz-subsurface 0.2.38__tar.gz → 0.2.39__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.38 → webviz_subsurface-0.2.39}/CHANGELOG.md +2 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/PKG-INFO +1 -1
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_tornado_data.py +10 -1
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_components/tornado/_tornado_bar_chart.py +31 -11
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_components/tornado/_tornado_data.py +20 -2
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_factory.py +4 -0
- webviz_subsurface-0.2.39/webviz_subsurface/_utils/design_matrix.py +36 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_types.py +1 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_utils/_parameters_model.py +10 -2
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_visualization_type.py +2 -1
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface.egg-info/PKG-INFO +1 -1
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface.egg-info/SOURCES.txt +1 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/.github/pull_request_template.md +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/.github/workflows/subsurface.yml +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/.gitignore +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/.isort.cfg +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/.pylintrc +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/LICENSE +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/LICENSE.chromedriver +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/README.md +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/SECURITY.md +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/bandit.yml +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/deploy_docker_image.sh +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/mypy.ini +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/pytest.ini +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/setup.cfg +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/setup.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/conftest.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/data/colormap.txt +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/data/gruptree.csv +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/data/parameters.csv +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/data/realizations.csv +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/data/surface_png.txt +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/data/surface_zarr.np.gz +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/data/vfp.arrow +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/data/volumes.csv +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/integration_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/integration_tests/test_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/integration_tests/test_surface_selector.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/abbreviations_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/abbreviations_tests/test_reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/data_input/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/data_input/test_calc_from_cumulatives.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/data_input/test_image_processing.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/mocks/ensemble_summary_provider_dummy.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/model_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/model_tests/test_ensemble_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/model_tests/test_ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/model_tests/test_gruptree_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/model_tests/test_property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/model_tests/test_surface_set_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/model_tests/test_well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/model_tests/test_well_set_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_grouptree.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/derived_vectors_accessor_ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/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.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_vector_accessor.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_history_vectors.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_vector_statistics.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/test_well_completions.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/provider_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/provider_tests/test_ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_resampling.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/provider_tests/test_ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/utils_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/utils_tests/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/mocks/ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/test_ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/utils_tests/test_formatting.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/utils_tests/test_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_abbreviations/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_abbreviations/abbreviation_data/reservoir_simulation_unit_terminology.json +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_abbreviations/abbreviation_data/si_prefixes.json +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_abbreviations/abbreviation_data/volume_terminology.json +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_abbreviations/number_formatting.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_abbreviations/reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_abbreviations/volume_terminology.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_assets/css/block_options.css +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_assets/css/container.css +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_assets/css/inplace_volumes.css +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_assets/css/modal.css +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_assets/css/structural_uncertainty.css +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_assets/js/clientside_functions.js +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_components/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_components/color_picker.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_components/parameter_filter.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_components/tornado/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_components/tornado/_tornado_table.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_components/tornado/tornado_widget.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/eclipse_init_io/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/eclipse_init_io/pvt_common.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/eclipse_init_io/pvt_gas.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/eclipse_init_io/pvt_oil.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/eclipse_init_io/pvt_water.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/eclipse_unit.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/fmu_input.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/grid.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/history_match.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/image_processing.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/pvt_data.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/relative_permeability.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/seismic.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/surface.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/units.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/well.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/well_completions.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_datainput/xsection.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_figures/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_figures/barchart.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_figures/px_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_figures/scatterplot.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_figures/timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/caching_ensemble_set_model_factory.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/ensemble_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/gruptree_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/inplace_volumes_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/observation_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/parameter_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/stratigraphy_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/surface_leaflet_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/surface_set_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_models/well_set_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_private_plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_private_plugins/surface_selector.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_fault_polygons_discovery.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider_factory.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/fault_polygons_server.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_grid_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_grid_provider/_egrid_file_discovery.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_grid_provider/_roff_file_discovery.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider_factory.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_egrid.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_roff.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_polygon_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_polygon_provider/_polygon_discovery.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_polygon_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_polygon_provider/ensemble_polygon_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_polygon_provider/ensemble_polygon_provider_factory.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_polygon_provider/polygon_server.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/_arrow_unsmry_import.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/_csv_import.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/_table_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/dev_compare_fmu_to_lazy_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/dev_provider_perf_testing.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider_factory.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_summary_provider/utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/_stat_surf_cache.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_discovery.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_image.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/_types.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/dev_surface_server_lazy.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider_factory.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_table_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_table_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_table_provider/_table_import.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_impl_arrow.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/well_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/well_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/well_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/well_provider/well_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/well_provider/well_provider_factory.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_providers/well_provider/well_server.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/colors.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/ensemble_summary_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/ensemble_table_provider_set.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/ensemble_table_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/enum_shim.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/fanchart_plotting.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/formatting.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/parameter_response.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/perf_timer.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/statistics_plotting.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/unique_theming.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/user_defined_vector_definitions.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/vector_calculator.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/vector_selector.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_utils/webvizstore_functions.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_assisted_history_matching_analysis.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/views/_bar_chart.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/views/_fan_chart.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/views/_line_chart.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_error.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_types.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/_misc.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/callbacks.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/color_tables.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/containment_data_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/containment_info.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/ensemble_well_picks.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/fault_polygons_handler.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/generic.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/initialization.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/plume_extent.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/polygon_handler.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/summary_graphs.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/surface_publishing.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/_utilities/unsmry_data_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/views/mainview/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_co2_leakage/views/mainview/settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_disk_usage.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/_layout_elements.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/_routes.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/_view_3d.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_color_scale.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_data_selection.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_grid_filter.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_group_tree/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_group_tree/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_group_tree/_types.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_group_tree/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_group_tree/_utils/_ensemble_group_tree_data.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_group_tree/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_history_match.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_table.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_xsection.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/horizon_uncertainty_viewer.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_inplace_volumes_onebyone.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/build_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/update_figure_clientside.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/figures/plotly_line_plot.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/line_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/views/data_selectors_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_options_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_traces_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_map_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_map_viewer_fmu/_layer_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_map_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_map_viewer_fmu/_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_map_viewer_fmu/color_tables.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_map_viewer_fmu/layout.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_morris_plot.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_utils/_provider_timesseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_parameters.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/_color_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_correlation/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_correlation/_error.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_correlation/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_correlation/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_correlation/views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/_parameter_plot.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/_parameter_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_distribution.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_parallel_coordinates.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_parameter_response_correlation.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/utils/make_dataframes.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/utils/make_figures.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/views/_production_misfit_per_real.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_coverage.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_heatmap.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/controllers/property_delta_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/controllers/property_qc_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/controllers/property_response_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/data_loaders/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/figures/correlation_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/models/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/models/ensemble_timeseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/models/property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/models/simulation_timeseries_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/property_statistics.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/utils/colors.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/utils/surface.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/views/main_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/views/property_delta_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/views/property_qc_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/views/property_response_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_property_statistics/views/selector_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_pvt_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_pvt_plot/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_pvt_plot/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_data_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/_plot_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_relative_permeability.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_reservoir_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_reusable_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_reusable_view_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_types.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_utils/_formation_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_formation_plot_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_map_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/_map_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/_misfit_per_real_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_table_view_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_plot_type.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_size_color_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_crossplot_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_errorplot_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_running_time_analysis_fmu.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_segy_viewer.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_seismic_misfit.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/ensemble_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/graph_figure_builder_base.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/vector_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_filter_realization.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_group_by.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_resampling_frequency.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_time_series.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_visualization.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/types.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/datetime_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/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.38 → webviz_subsurface-0.2.39}/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.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_vectors_accessor.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/history_vectors.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/vector_statistics.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/_subplot_graph.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_types.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_onebyone_timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_simulation_time_series_onebyone_datamodel.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_general_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_sensitivity_filter.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_bottom_visualization_view_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_general_view_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/_tour_steps.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/controllers/dialog_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_source_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/controllers/map_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/controllers/realization_filter_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/controllers/uncertainty_table_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/figures/intersection.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/structural_uncertainty.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/views/dialog.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_and_map.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_data.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/views/map_data.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/views/realization_filter.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_structural_uncertainty/views/uncertainty_table.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_subsurface_map.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_surface_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_surface_with_grid_cross_section.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_surface_with_seismic_cross_section.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_swatinit_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_swatinit_qc/_business_logic.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_swatinit_qc/_callbacks.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_swatinit_qc/_figures.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_swatinit_qc/_layout.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_swatinit_qc/_markdown.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_swatinit_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/_error.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_selectors.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/_plot_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/plot.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/_table_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/table.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_utils/_vfp_data_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_pressure_option.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/_vfp_figure_builder.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/_vfp_graph.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/controllers/comparison_controllers.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/controllers/export_data_controllers.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/controllers/fipfile_qc_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/controllers/layout_controllers.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/utils/table_and_figure_utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/utils/utils.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/views/comparison_layout.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/views/distribution_main_layout.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/views/filter_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/views/fipfile_qc_layout.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/views/tornado_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/volume_validator_and_combinator.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_utils/_ensemble_well_analysis_data.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/_well_control_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_chart_type.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_layout_options.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_statistical_options.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/_well_overview_figure.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completion/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completion/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completion/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completion/_utils/_well_completion_data_model.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completion/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completions/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completions/_business_logic.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completions/_callbacks.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completions/_layout.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_completions/_plugin.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_cross_section.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_cross_section_fmu.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_log_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_log_viewer/_validate_log_templates.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_log_viewer/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_log_viewer/controllers/_well_controller.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_log_viewer/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_log_viewer/utils/default_color_tables.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_log_viewer/utils/xtgeo_well_log_to_json.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/smry2arrow_batch.py +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface.egg-info/dependency_links.txt +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface.egg-info/entry_points.txt +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface.egg-info/not-zip-safe +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface.egg-info/requires.txt +0 -0
- {webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface.egg-info/top_level.txt +0 -0
|
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
|
|
11
11
|
### Added
|
|
12
12
|
- [#1297](https://github.com/equinor/webviz-subsurface/pull/1297) - Added mean for mc sensitivities in the tornadotable in `VolumetricAnalysis`.
|
|
13
|
+
- [#1328](https://github.com/equinor/webviz-subsurface/pull/1328) - Use the same color for P10/P90 calculated cases for sensitivities from distributions (`TornadoPlot`)
|
|
14
|
+
- [#1327](https://github.com/equinor/webviz-subsurface/pull/1327) - Added histograms to parameter distributions in `ParameterAnalysis`.
|
|
13
15
|
|
|
14
16
|
## [0.2.30] - 2024-06-10
|
|
15
17
|
|
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
import pandas as pd
|
|
3
3
|
import pytest
|
|
4
4
|
|
|
5
|
-
from webviz_subsurface._components.tornado._tornado_data import
|
|
5
|
+
from webviz_subsurface._components.tornado._tornado_data import (
|
|
6
|
+
SensitivityType,
|
|
7
|
+
TornadoData,
|
|
8
|
+
)
|
|
6
9
|
|
|
7
10
|
|
|
8
11
|
def test_tornado_data_init():
|
|
@@ -36,6 +39,7 @@ def test_tornado_data_init():
|
|
|
36
39
|
"values": 11.0,
|
|
37
40
|
"values_ref": -26.666666666666668,
|
|
38
41
|
"reals": [0],
|
|
42
|
+
"senstype": "mc",
|
|
39
43
|
}
|
|
40
44
|
low_high_list = tornado_data._calculate_tornado_low_high_list(avg_list)
|
|
41
45
|
assert low_high_list[0] == {
|
|
@@ -52,6 +56,7 @@ def test_tornado_data_init():
|
|
|
52
56
|
"high_tooltip": 26.666666666666668,
|
|
53
57
|
"true_high": 19.0,
|
|
54
58
|
"high_reals": [1],
|
|
59
|
+
"senstype": "mc",
|
|
55
60
|
}
|
|
56
61
|
|
|
57
62
|
tornado_data = TornadoData(
|
|
@@ -72,6 +77,7 @@ def test_tornado_data_init():
|
|
|
72
77
|
"high_tooltip": 13.5,
|
|
73
78
|
"true_high": 19.0,
|
|
74
79
|
"high_reals": [0, 1],
|
|
80
|
+
"senstype": SensitivityType.MONTE_CARLO,
|
|
75
81
|
},
|
|
76
82
|
{
|
|
77
83
|
"low": 0.0,
|
|
@@ -87,6 +93,7 @@ def test_tornado_data_init():
|
|
|
87
93
|
"high_tooltip": 0.0,
|
|
88
94
|
"true_high": 5.5,
|
|
89
95
|
"high_reals": [2, 3],
|
|
96
|
+
"senstype": SensitivityType.SCALAR,
|
|
90
97
|
},
|
|
91
98
|
{
|
|
92
99
|
"low": 0.0,
|
|
@@ -102,6 +109,7 @@ def test_tornado_data_init():
|
|
|
102
109
|
"high_tooltip": 20.0,
|
|
103
110
|
"true_high": 25.5,
|
|
104
111
|
"high_reals": [4, 5],
|
|
112
|
+
"senstype": SensitivityType.SCALAR,
|
|
105
113
|
},
|
|
106
114
|
{
|
|
107
115
|
"low": 0.0,
|
|
@@ -117,5 +125,6 @@ def test_tornado_data_init():
|
|
|
117
125
|
"high_tooltip": 5.300000000000001,
|
|
118
126
|
"true_high": 10.8,
|
|
119
127
|
"high_reals": [6, 7],
|
|
128
|
+
"senstype": SensitivityType.MONTE_CARLO,
|
|
120
129
|
},
|
|
121
130
|
]
|
|
@@ -5,7 +5,7 @@ import plotly.graph_objects as go
|
|
|
5
5
|
|
|
6
6
|
from webviz_subsurface._abbreviations.number_formatting import si_prefixed
|
|
7
7
|
|
|
8
|
-
from ._tornado_data import TornadoData
|
|
8
|
+
from ._tornado_data import SensitivityType, TornadoData
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class TornadoBarChart:
|
|
@@ -136,9 +136,25 @@ class TornadoBarChart:
|
|
|
136
136
|
hovertext.append(text)
|
|
137
137
|
return hovertext
|
|
138
138
|
|
|
139
|
+
def get_sensitivity_colors(self, case: str) -> List:
|
|
140
|
+
"""Create color list for bars based on sensitivity type
|
|
141
|
+
If colors are set by sensitivity, just create a color per sensitivty.
|
|
142
|
+
If not handle scalar and mc sensitivities separately.
|
|
143
|
+
For scalar, that is sensitivities with two "cases", use separate colors for each case.
|
|
144
|
+
For mc, use one color.
|
|
145
|
+
"""
|
|
146
|
+
if self._color_by_sens:
|
|
147
|
+
return self.create_color_list(self._tornadotable["sensname"])
|
|
148
|
+
colors = []
|
|
149
|
+
for _, row in self._tornadotable.iterrows():
|
|
150
|
+
if row["senstype"] == SensitivityType.MONTE_CARLO or case == "low":
|
|
151
|
+
colors.append(self._plotly_theme["layout"]["colorway"][0])
|
|
152
|
+
else:
|
|
153
|
+
colors.append(self._plotly_theme["layout"]["colorway"][1])
|
|
154
|
+
return colors
|
|
155
|
+
|
|
139
156
|
@property
|
|
140
157
|
def data(self) -> List:
|
|
141
|
-
colors = self.create_color_list(self._tornadotable["sensname"].unique())
|
|
142
158
|
return [
|
|
143
159
|
{
|
|
144
160
|
"type": "bar",
|
|
@@ -157,7 +173,7 @@ class TornadoBarChart:
|
|
|
157
173
|
"orientation": "h",
|
|
158
174
|
"marker": {
|
|
159
175
|
"line": {"width": 1.5, "color": "black"},
|
|
160
|
-
"color":
|
|
176
|
+
"color": self.get_sensitivity_colors("low"),
|
|
161
177
|
},
|
|
162
178
|
},
|
|
163
179
|
{
|
|
@@ -177,7 +193,7 @@ class TornadoBarChart:
|
|
|
177
193
|
"orientation": "h",
|
|
178
194
|
"marker": {
|
|
179
195
|
"line": {"width": 1.5, "color": "black"},
|
|
180
|
-
"color":
|
|
196
|
+
"color": self.get_sensitivity_colors("high"),
|
|
181
197
|
},
|
|
182
198
|
},
|
|
183
199
|
]
|
|
@@ -193,6 +209,15 @@ class TornadoBarChart:
|
|
|
193
209
|
|
|
194
210
|
@property
|
|
195
211
|
def scatter_data(self) -> List[Dict]:
|
|
212
|
+
def get_color(case_name_arr: pd.Series, case_type_arr: pd.Series) -> List:
|
|
213
|
+
colors = []
|
|
214
|
+
for case_name, case_type in zip(case_name_arr, case_type_arr):
|
|
215
|
+
if case_name == "low" or case_type == SensitivityType.MONTE_CARLO:
|
|
216
|
+
colors.append(self._plotly_theme["layout"]["colorway"][0])
|
|
217
|
+
else:
|
|
218
|
+
colors.append(self._plotly_theme["layout"]["colorway"][1])
|
|
219
|
+
return colors
|
|
220
|
+
|
|
196
221
|
return [
|
|
197
222
|
{
|
|
198
223
|
"type": "scatter",
|
|
@@ -202,14 +227,9 @@ class TornadoBarChart:
|
|
|
202
227
|
"text": df["REAL"],
|
|
203
228
|
"hovertemplate": "REAL: <b>%{text}</b><br>"
|
|
204
229
|
+ "X: <b>%{x:.1f}</b> <extra></extra>",
|
|
205
|
-
"marker": {
|
|
206
|
-
"size": 15,
|
|
207
|
-
"color": self._plotly_theme["layout"]["colorway"][0]
|
|
208
|
-
if case == "low"
|
|
209
|
-
else self._plotly_theme["layout"]["colorway"][1],
|
|
210
|
-
},
|
|
230
|
+
"marker": {"size": 15, "color": get_color(df["case"], df["casetype"])},
|
|
211
231
|
}
|
|
212
|
-
for
|
|
232
|
+
for _, df in self._realtable.groupby("case")
|
|
213
233
|
]
|
|
214
234
|
|
|
215
235
|
@property
|
|
@@ -3,6 +3,15 @@ from typing import Dict, List, Optional, Union
|
|
|
3
3
|
import numpy as np
|
|
4
4
|
import pandas as pd
|
|
5
5
|
|
|
6
|
+
from webviz_subsurface._utils.enum_shim import StrEnum
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class SensitivityType(StrEnum):
|
|
10
|
+
"""Sensitivity types used in Tornado analysis."""
|
|
11
|
+
|
|
12
|
+
SCALAR = "scalar"
|
|
13
|
+
MONTE_CARLO = "mc"
|
|
14
|
+
|
|
6
15
|
|
|
7
16
|
class TornadoData:
|
|
8
17
|
REQUIRED_COLUMNS = ["REAL", "SENSNAME", "SENSCASE", "SENSTYPE", "VALUE"]
|
|
@@ -50,7 +59,11 @@ class TornadoData:
|
|
|
50
59
|
def _create_real_df(self, dframe: pd.DataFrame) -> pd.DataFrame:
|
|
51
60
|
"""Make dataframe with value and case info per realization"""
|
|
52
61
|
realdf = dframe[self.REQUIRED_COLUMNS].rename(
|
|
53
|
-
columns={
|
|
62
|
+
columns={
|
|
63
|
+
"SENSNAME": "sensname",
|
|
64
|
+
"SENSCASE": "senscase",
|
|
65
|
+
"SENSTYPE": "senstype",
|
|
66
|
+
}
|
|
54
67
|
)
|
|
55
68
|
|
|
56
69
|
sensitivities = self._tornadotable["sensname"].unique()
|
|
@@ -61,7 +74,7 @@ class TornadoData:
|
|
|
61
74
|
casemask = realdf["REAL"].isin(val[f"real_{case}"])
|
|
62
75
|
realdf.loc[casemask, "case"] = case
|
|
63
76
|
|
|
64
|
-
mc_mask = realdf["
|
|
77
|
+
mc_mask = realdf["senstype"] == "mc"
|
|
65
78
|
realdf["casetype"] = np.where(mc_mask, "mc", realdf["case"])
|
|
66
79
|
realdf["sensname_case"] = np.where(
|
|
67
80
|
mc_mask,
|
|
@@ -127,6 +140,7 @@ class TornadoData:
|
|
|
127
140
|
sens_case_df["VALUE"].mean()
|
|
128
141
|
),
|
|
129
142
|
"reals": list(map(int, sens_case_df["REAL"])),
|
|
143
|
+
"senstype": SensitivityType.SCALAR,
|
|
130
144
|
}
|
|
131
145
|
)
|
|
132
146
|
# If `SENSTYPE` is monte carlo get p10, p90
|
|
@@ -162,6 +176,7 @@ class TornadoData:
|
|
|
162
176
|
"values": p90,
|
|
163
177
|
"values_ref": self._scale_to_ref(p90),
|
|
164
178
|
"reals": low_reals,
|
|
179
|
+
"senstype": SensitivityType.MONTE_CARLO,
|
|
165
180
|
}
|
|
166
181
|
)
|
|
167
182
|
avg_per_sensitivity.append(
|
|
@@ -171,6 +186,7 @@ class TornadoData:
|
|
|
171
186
|
"values": p10,
|
|
172
187
|
"values_ref": self._scale_to_ref(p10),
|
|
173
188
|
"reals": high_reals,
|
|
189
|
+
"senstype": SensitivityType.MONTE_CARLO,
|
|
174
190
|
}
|
|
175
191
|
)
|
|
176
192
|
|
|
@@ -198,6 +214,7 @@ class TornadoData:
|
|
|
198
214
|
high["reals"] = []
|
|
199
215
|
high["senscase"] = None
|
|
200
216
|
high["values"] = self.reference_average
|
|
217
|
+
|
|
201
218
|
else:
|
|
202
219
|
low = (
|
|
203
220
|
low.copy()
|
|
@@ -218,6 +235,7 @@ class TornadoData:
|
|
|
218
235
|
"true_low": low["values"],
|
|
219
236
|
"low_reals": low["reals"],
|
|
220
237
|
"sensname": sensname,
|
|
238
|
+
"senstype": sens_name_df["senstype"].unique()[0],
|
|
221
239
|
"high": self.calc_high_x(low["values_ref"], high["values_ref"]),
|
|
222
240
|
"high_base": self.calc_high_base(
|
|
223
241
|
low["values_ref"], high["values_ref"]
|
|
@@ -10,6 +10,9 @@ from webviz_config.webviz_factory import WebvizFactory
|
|
|
10
10
|
from webviz_config.webviz_factory_registry import WEBVIZ_FACTORY_REGISTRY
|
|
11
11
|
from webviz_config.webviz_instance_info import WebvizRunMode
|
|
12
12
|
|
|
13
|
+
from webviz_subsurface._utils.design_matrix import (
|
|
14
|
+
rename_design_matrix_parameter_columns,
|
|
15
|
+
)
|
|
13
16
|
from webviz_subsurface._utils.perf_timer import PerfTimer
|
|
14
17
|
|
|
15
18
|
from ..ensemble_summary_provider._arrow_unsmry_import import (
|
|
@@ -283,6 +286,7 @@ class EnsembleTableProviderFactory(WebvizFactory):
|
|
|
283
286
|
raise ValueError(
|
|
284
287
|
f"Failed to load 'parameter.txt' files for ensemble {ens_path}."
|
|
285
288
|
)
|
|
289
|
+
ensemble_df = rename_design_matrix_parameter_columns(ensemble_df)
|
|
286
290
|
|
|
287
291
|
elapsed_load_parameters_s = timer.lap_s()
|
|
288
292
|
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import logging
|
|
2
|
+
|
|
3
|
+
import pandas as pd
|
|
4
|
+
|
|
5
|
+
LOGGER = logging.getLogger(__name__)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def rename_design_matrix_parameter_columns(parameter_df: pd.DataFrame) -> pd.DataFrame:
|
|
9
|
+
"""Given a dataframe of parameters, checks if the DESIGN_MATRIX prefix is present.
|
|
10
|
+
If present assume this is a design matrix run. Return the dataframe with the prefix
|
|
11
|
+
removed. Also do a check if removing the prefix result in any duplicates.
|
|
12
|
+
If duplicates remove those and give a warning.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
if any(col.startswith("DESIGN_MATRIX:") for col in parameter_df.columns):
|
|
16
|
+
original_columns = parameter_df.columns
|
|
17
|
+
stripped_columns = original_columns.str.replace(
|
|
18
|
+
r"^DESIGN_MATRIX:", "", regex=True
|
|
19
|
+
)
|
|
20
|
+
rename_map = {
|
|
21
|
+
old: new
|
|
22
|
+
for old, new in zip(original_columns, stripped_columns)
|
|
23
|
+
if old != new
|
|
24
|
+
}
|
|
25
|
+
conflict_names = set(rename_map.values()) & set(original_columns)
|
|
26
|
+
if conflict_names:
|
|
27
|
+
LOGGER.info(
|
|
28
|
+
"DESIGN_MATRIX run detected, but non design matrix parameters was found."
|
|
29
|
+
)
|
|
30
|
+
LOGGER.info(
|
|
31
|
+
f"The following parameters will be dropped: {sorted(conflict_names)}"
|
|
32
|
+
)
|
|
33
|
+
parameter_df = parameter_df.drop(columns=conflict_names)
|
|
34
|
+
|
|
35
|
+
parameter_df = parameter_df.rename(columns=rename_map)
|
|
36
|
+
return parameter_df
|
|
@@ -8,6 +8,8 @@ from webviz_config import WebvizConfigTheme
|
|
|
8
8
|
from webviz_subsurface._figures import create_figure
|
|
9
9
|
from webviz_subsurface._models.parameter_model import ParametersModel as Pmodel
|
|
10
10
|
|
|
11
|
+
from .._types import VisualizationType
|
|
12
|
+
|
|
11
13
|
|
|
12
14
|
class ParametersModel:
|
|
13
15
|
"""Class to process and visualize ensemble parameter data"""
|
|
@@ -163,7 +165,7 @@ class ParametersModel:
|
|
|
163
165
|
self,
|
|
164
166
|
ensembles: list,
|
|
165
167
|
parameters: List[Any],
|
|
166
|
-
plot_type:
|
|
168
|
+
plot_type: VisualizationType = VisualizationType.DISTRIBUTION,
|
|
167
169
|
) -> go.Figure:
|
|
168
170
|
"""Create subplots for selected parameters"""
|
|
169
171
|
df = self.dataframe_melted.copy()
|
|
@@ -171,7 +173,7 @@ class ParametersModel:
|
|
|
171
173
|
df = df[df["PARAMETER"].isin(parameters)]
|
|
172
174
|
df = self._sort_parameters_col(df, parameters)
|
|
173
175
|
|
|
174
|
-
|
|
176
|
+
figure = (
|
|
175
177
|
create_figure(
|
|
176
178
|
plot_type=plot_type,
|
|
177
179
|
data_frame=df,
|
|
@@ -179,6 +181,7 @@ class ParametersModel:
|
|
|
179
181
|
facet_col="PARAMETER",
|
|
180
182
|
color="ENSEMBLE",
|
|
181
183
|
color_discrete_sequence=self.colorway,
|
|
184
|
+
barmode="overlay",
|
|
182
185
|
)
|
|
183
186
|
.update_xaxes(matches=None)
|
|
184
187
|
.for_each_trace(
|
|
@@ -189,6 +192,11 @@ class ParametersModel:
|
|
|
189
192
|
)
|
|
190
193
|
)
|
|
191
194
|
)
|
|
195
|
+
# Use bingroup=None so that Plotly calculates bins per trace
|
|
196
|
+
# This also means that individual ensembles will have separate binning.
|
|
197
|
+
if plot_type == VisualizationType.HISTOGRAM:
|
|
198
|
+
figure.update_traces(bingroup=None)
|
|
199
|
+
return figure
|
|
192
200
|
|
|
193
201
|
def get_stat_value(self, parameter: str, ensemble: str, stat_column: str) -> float:
|
|
194
202
|
"""
|
|
@@ -20,6 +20,7 @@ class ParamDistVisualizationType(SettingsGroupABC):
|
|
|
20
20
|
wcc.RadioItems(
|
|
21
21
|
id=self.register_component_unique_id(self.Ids.VISUALIZATION_TYPE),
|
|
22
22
|
options=[
|
|
23
|
+
{"label": "Histogram", "value": VisualizationType.HISTOGRAM},
|
|
23
24
|
{
|
|
24
25
|
"label": "Distribution plots",
|
|
25
26
|
"value": VisualizationType.DISTRIBUTION,
|
|
@@ -30,7 +31,7 @@ class ParamDistVisualizationType(SettingsGroupABC):
|
|
|
30
31
|
"value": VisualizationType.STAT_TABLE,
|
|
31
32
|
},
|
|
32
33
|
],
|
|
33
|
-
value=VisualizationType.
|
|
34
|
+
value=VisualizationType.HISTOGRAM,
|
|
34
35
|
vertical=True,
|
|
35
36
|
)
|
|
36
37
|
]
|
{webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface.egg-info/SOURCES.txt
RENAMED
|
@@ -214,6 +214,7 @@ webviz_subsurface/_providers/well_provider/well_server.py
|
|
|
214
214
|
webviz_subsurface/_utils/__init__.py
|
|
215
215
|
webviz_subsurface/_utils/colors.py
|
|
216
216
|
webviz_subsurface/_utils/dataframe_utils.py
|
|
217
|
+
webviz_subsurface/_utils/design_matrix.py
|
|
217
218
|
webviz_subsurface/_utils/ensemble_summary_provider_set.py
|
|
218
219
|
webviz_subsurface/_utils/ensemble_summary_provider_set_factory.py
|
|
219
220
|
webviz_subsurface/_utils/ensemble_table_provider_set.py
|
|
File without changes
|
|
File without changes
|
{webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/.github/ISSUE_TEMPLATE/feature_request.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/data_input/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/model_tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/plugin_tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/provider_tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/tests/unit_tests/utils_tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_abbreviations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_assets/css/container.css
RENAMED
|
File without changes
|
|
File without changes
|
{webviz_subsurface-0.2.38 → webviz_subsurface-0.2.39}/webviz_subsurface/_assets/css/modal.css
RENAMED
|
File without changes
|