webviz-subsurface 0.2.42__tar.gz → 0.2.43__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.43/.gitignore +23 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/PKG-INFO +1 -1
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/relative_permeability.py +2 -2
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_version.py +3 -3
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/co2volume.py +6 -6
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_options.py +19 -9
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view.py +59 -16
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/ensemble_subplot_builder.py +20 -15
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py +15 -11
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface.egg-info/PKG-INFO +1 -1
- webviz_subsurface-0.2.42/.gitignore +0 -13
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/.github/pull_request_template.md +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/.github/workflows/subsurface.yml +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/.isort.cfg +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/.pylintrc +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/CHANGELOG.md +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/LICENSE +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/LICENSE.chromedriver +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/README.md +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/SECURITY.md +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/bandit.yml +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/deploy_docker_image.sh +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/mypy.ini +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/pyproject.toml +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/pytest.ini +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/setup.cfg +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/conftest.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/data/colormap.txt +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/data/gruptree.csv +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/data/parameters.csv +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/data/realizations.csv +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/data/surface_png.txt +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/data/surface_zarr.np.gz +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/data/vfp.arrow +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/data/volumes.csv +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/integration_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/integration_tests/test_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/integration_tests/test_surface_selector.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/abbreviations_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/abbreviations_tests/test_reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/data_input/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/data_input/test_calc_from_cumulatives.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/data_input/test_image_processing.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/mocks/ensemble_summary_provider_dummy.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/model_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/model_tests/test_ensemble_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/model_tests/test_ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/model_tests/test_gruptree_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/model_tests/test_property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/model_tests/test_surface_set_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/model_tests/test_well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/model_tests/test_well_set_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_grouptree.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/derived_vectors_accessor_ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/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.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_vector_accessor.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_history_vectors.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_vector_statistics.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_tornado_data.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/plugin_tests/test_well_completions.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/provider_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/provider_tests/test_ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_resampling.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/provider_tests/test_ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/utils_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/utils_tests/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/mocks/ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/test_ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/utils_tests/test_formatting.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/tests/unit_tests/utils_tests/test_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_abbreviations/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_abbreviations/abbreviation_data/reservoir_simulation_unit_terminology.json +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_abbreviations/abbreviation_data/si_prefixes.json +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_abbreviations/abbreviation_data/volume_terminology.json +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_abbreviations/number_formatting.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_abbreviations/reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_abbreviations/volume_terminology.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_assets/css/block_options.css +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_assets/css/container.css +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_assets/css/inplace_volumes.css +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_assets/css/modal.css +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_assets/css/structural_uncertainty.css +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_assets/js/clientside_functions.js +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_components/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_components/color_picker.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_components/parameter_filter.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_components/tornado/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_components/tornado/_tornado_bar_chart.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_components/tornado/_tornado_data.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_components/tornado/_tornado_table.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_components/tornado/tornado_widget.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/eclipse_init_io/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/eclipse_init_io/pvt_common.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/eclipse_init_io/pvt_gas.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/eclipse_init_io/pvt_oil.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/eclipse_init_io/pvt_water.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/eclipse_unit.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/fmu_input.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/grid.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/history_match.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/image_processing.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/pvt_data.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/seismic.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/surface.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/units.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/well.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/well_completions.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_datainput/xsection.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_figures/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_figures/barchart.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_figures/px_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_figures/scatterplot.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_figures/timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/caching_ensemble_set_model_factory.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/ensemble_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/gruptree_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/inplace_volumes_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/observation_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/parameter_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/stratigraphy_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/surface_leaflet_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/surface_set_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_models/well_set_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_private_plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_private_plugins/surface_selector.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_fault_polygons_discovery.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider_factory.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/fault_polygons_server.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_grid_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_grid_provider/_egrid_file_discovery.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_grid_provider/_roff_file_discovery.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider_factory.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_egrid.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_roff.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_polygon_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_polygon_provider/_polygon_discovery.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_polygon_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_polygon_provider/ensemble_polygon_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_polygon_provider/ensemble_polygon_provider_factory.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_polygon_provider/polygon_server.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/_arrow_unsmry_import.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/_csv_import.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/_table_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/dev_compare_fmu_to_lazy_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/dev_provider_perf_testing.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider_factory.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_summary_provider/utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/_stat_surf_cache.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_discovery.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_image.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/_types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/dev_surface_server_lazy.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider_factory.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_table_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_table_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_table_provider/_table_import.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_factory.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_impl_arrow.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/well_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/well_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/well_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/well_provider/well_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/well_provider/well_provider_factory.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_providers/well_provider/well_server.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/colors.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/design_matrix.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/ensemble_summary_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/ensemble_table_provider_set.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/ensemble_table_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/enum_shim.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/fanchart_plotting.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/formatting.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/parameter_response.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/perf_timer.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/statistics_plotting.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/unique_theming.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/user_defined_vector_definitions.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/vector_calculator.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/vector_selector.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/_utils/webvizstore_functions.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_assisted_history_matching_analysis.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/views/_bar_chart.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/views/_fan_chart.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/views/_line_chart.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_error.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/_misc.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/callbacks.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/color_tables.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/containment_data_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/containment_info.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/ensemble_well_picks.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/fault_polygons_handler.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/generic.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/initialization.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/plume_extent.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/polygon_handler.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/summary_graphs.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/surface_publishing.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/_utilities/unsmry_data_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/views/mainview/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/views/mainview/mainview.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_co2_migration/views/mainview/settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_disk_usage.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/_layout_elements.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/_routes.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/_view_3d.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_color_scale.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_data_selection.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_grid_filter.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_group_tree/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_group_tree/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_group_tree/_types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_group_tree/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_group_tree/_utils/_ensemble_group_tree_data.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_group_tree/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_history_match.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_table.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_xsection.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/horizon_uncertainty_viewer.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_inplace_volumes_onebyone.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/build_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/update_figure_clientside.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/figures/plotly_line_plot.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/line_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/views/data_selectors_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_options_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_traces_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_map_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_map_viewer_fmu/_layer_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_map_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_map_viewer_fmu/_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_map_viewer_fmu/color_tables.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_map_viewer_fmu/layout.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_morris_plot.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_utils/_parameters_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_utils/_provider_timesseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_parameters.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_visualization_type.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/_color_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_correlation/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_correlation/_error.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_correlation/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_correlation/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_correlation/views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/_parameter_plot.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/_parameter_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_distribution.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_parallel_coordinates.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_parameter_response_correlation.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/utils/make_dataframes.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/utils/make_figures.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/views/_production_misfit_per_real.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_coverage.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_heatmap.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/controllers/property_delta_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/controllers/property_qc_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/controllers/property_response_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/data_loaders/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/figures/correlation_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/models/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/models/ensemble_timeseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/models/property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/models/simulation_timeseries_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/property_statistics.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/utils/colors.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/utils/surface.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/views/main_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/views/property_delta_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/views/property_qc_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/views/property_response_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_property_statistics/views/selector_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_pvt_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_pvt_plot/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_pvt_plot/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_data_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/_plot_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_relative_permeability.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_reservoir_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_reusable_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_reusable_view_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_utils/_formation_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_formation_plot_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_map_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/_map_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/_misfit_per_real_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_table_view_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_plot_type.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_size_color_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_crossplot_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_errorplot_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_running_time_analysis_fmu.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_segy_viewer.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_seismic_misfit.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/graph_figure_builder_base.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/vector_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_filter_realization.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_group_by.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_resampling_frequency.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_time_series.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_visualization.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/datetime_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/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.42 → webviz_subsurface-0.2.43}/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.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_vectors_accessor.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/history_vectors.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/vector_statistics.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/_subplot_graph.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_onebyone_timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_simulation_time_series_onebyone_datamodel.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_general_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_sensitivity_filter.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_bottom_visualization_view_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_general_view_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/_tour_steps.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/controllers/dialog_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_source_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/controllers/map_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/controllers/realization_filter_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/controllers/uncertainty_table_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/figures/intersection.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/structural_uncertainty.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/views/dialog.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_and_map.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_data.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/views/map_data.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/views/realization_filter.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_structural_uncertainty/views/uncertainty_table.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_subsurface_map.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_surface_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_surface_with_grid_cross_section.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_surface_with_seismic_cross_section.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_swatinit_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_swatinit_qc/_business_logic.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_swatinit_qc/_callbacks.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_swatinit_qc/_figures.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_swatinit_qc/_layout.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_swatinit_qc/_markdown.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_swatinit_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/_error.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_selectors.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/_plot_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/plot.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/_table_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/table.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_utils/_vfp_data_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_pressure_option.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/_vfp_figure_builder.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/_vfp_graph.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/controllers/comparison_controllers.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/controllers/export_data_controllers.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/controllers/fipfile_qc_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/controllers/layout_controllers.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/utils/table_and_figure_utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/utils/utils.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/views/comparison_layout.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/views/distribution_main_layout.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/views/filter_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/views/fipfile_qc_layout.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/views/tornado_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_volumetric_analysis/volume_validator_and_combinator.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_utils/_ensemble_well_analysis_data.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/_well_control_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_chart_type.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_layout_options.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_statistical_options.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/_well_overview_figure.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completion/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completion/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completion/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completion/_utils/_well_completion_data_model.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completion/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completions/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completions/_business_logic.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completions/_callbacks.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completions/_layout.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_completions/_plugin.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_cross_section.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_cross_section_fmu.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_log_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_log_viewer/_validate_log_templates.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_log_viewer/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_log_viewer/controllers/_well_controller.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_log_viewer/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_log_viewer/utils/default_color_tables.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_log_viewer/utils/xtgeo_well_log_to_json.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface/smry2arrow_batch.py +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface.egg-info/SOURCES.txt +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface.egg-info/dependency_links.txt +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface.egg-info/entry_points.txt +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface.egg-info/not-zip-safe +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface.egg-info/requires.txt +0 -0
- {webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/webviz_subsurface.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
.eggs
|
|
2
|
+
*.egg-info
|
|
3
|
+
__pycache__
|
|
4
|
+
|
|
5
|
+
.pytest_cache
|
|
6
|
+
*.pyc
|
|
7
|
+
.DS_Store
|
|
8
|
+
*~
|
|
9
|
+
*.mypy_cache*
|
|
10
|
+
_version.py
|
|
11
|
+
|
|
12
|
+
# Dependency directories
|
|
13
|
+
node_modules
|
|
14
|
+
|
|
15
|
+
# build / generate output
|
|
16
|
+
dist
|
|
17
|
+
build
|
|
18
|
+
|
|
19
|
+
#.vscode
|
|
20
|
+
.vscode/
|
|
21
|
+
|
|
22
|
+
# Python virtual environments
|
|
23
|
+
.venv*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from pathlib import Path
|
|
2
|
-
from typing import Any
|
|
2
|
+
from typing import Any
|
|
3
3
|
|
|
4
4
|
import pandas as pd
|
|
5
5
|
from webviz_config.webviz_store import webvizstore
|
|
@@ -30,7 +30,7 @@ def load_satfunc(
|
|
|
30
30
|
|
|
31
31
|
@webvizstore
|
|
32
32
|
def load_scal_recommendation(
|
|
33
|
-
scalfile: Path, sheet_name:
|
|
33
|
+
scalfile: Path, sheet_name: str | None = None
|
|
34
34
|
) -> pd.DataFrame:
|
|
35
35
|
return (
|
|
36
36
|
PyscalFactory.create_scal_recommendation_list(
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 2,
|
|
31
|
+
__version__ = version = '0.2.43'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 2, 43)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g3810cf83b'
|
|
@@ -41,24 +41,24 @@ class Colors(StrEnum):
|
|
|
41
41
|
dissolved_water = "#208eb7"
|
|
42
42
|
dissolved_oil = "#A0522D"
|
|
43
43
|
gas = "#C41E3A"
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
free_gas = "#FF2400"
|
|
45
|
+
trapped_gas = "#880808"
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
class Marks(StrEnum):
|
|
49
49
|
dissolved_water = "/"
|
|
50
50
|
dissolved_oil = "x"
|
|
51
51
|
gas = ""
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
free_gas = ""
|
|
53
|
+
trapped_gas = "."
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
class Lines(StrEnum):
|
|
57
57
|
dissolved_water = "dash"
|
|
58
58
|
dissolved_oil = "longdash"
|
|
59
59
|
gas = "dot"
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
free_gas = "dot"
|
|
61
|
+
trapped_gas = "dashdot"
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
_COLOR_ZONES = [
|
|
@@ -12,6 +12,7 @@ class ParamRespOptions(SettingsGroupABC):
|
|
|
12
12
|
VECTOR_FILTER = "vector-filter"
|
|
13
13
|
SUBMIT_VECTOR_FILTER = "submit-vector-filter"
|
|
14
14
|
VECTOR_FILTER_STORE = "vector-filter-store"
|
|
15
|
+
USE_VECTORS_WITH_OBSERVATIONS = "use-vectors-with-observations"
|
|
15
16
|
AUTO_COMPUTE_CORRELATIONS = "auto-compute-correlations"
|
|
16
17
|
|
|
17
18
|
def __init__(
|
|
@@ -22,6 +23,24 @@ class ParamRespOptions(SettingsGroupABC):
|
|
|
22
23
|
def layout(self) -> List[Component]:
|
|
23
24
|
return [
|
|
24
25
|
html.Header("Vectors for parameter correlation"),
|
|
26
|
+
wcc.Checklist(
|
|
27
|
+
id=self.register_component_unique_id(
|
|
28
|
+
self.Ids.AUTO_COMPUTE_CORRELATIONS
|
|
29
|
+
),
|
|
30
|
+
options=[
|
|
31
|
+
{"label": "Calculate correlations", "value": "AutoCompute"},
|
|
32
|
+
],
|
|
33
|
+
value=["AutoCompute"],
|
|
34
|
+
),
|
|
35
|
+
wcc.Checklist(
|
|
36
|
+
id=self.register_component_unique_id(
|
|
37
|
+
self.Ids.USE_VECTORS_WITH_OBSERVATIONS
|
|
38
|
+
),
|
|
39
|
+
options=[
|
|
40
|
+
{"label": "Use vectors with observations", "value": "UseObs"},
|
|
41
|
+
],
|
|
42
|
+
value=["UseObs"],
|
|
43
|
+
),
|
|
25
44
|
dcc.Textarea(
|
|
26
45
|
id=self.register_component_unique_id(self.Ids.VECTOR_FILTER),
|
|
27
46
|
style={"width": "95%", "height": "60px", "resize": "none"},
|
|
@@ -43,13 +62,4 @@ class ParamRespOptions(SettingsGroupABC):
|
|
|
43
62
|
dcc.Store(
|
|
44
63
|
id=self.register_component_unique_id(self.Ids.VECTOR_FILTER_STORE)
|
|
45
64
|
),
|
|
46
|
-
wcc.Checklist(
|
|
47
|
-
id=self.register_component_unique_id(
|
|
48
|
-
self.Ids.AUTO_COMPUTE_CORRELATIONS
|
|
49
|
-
),
|
|
50
|
-
options=[
|
|
51
|
-
{"label": "Calculate correlations", "value": "AutoCompute"},
|
|
52
|
-
],
|
|
53
|
-
value=["AutoCompute"],
|
|
54
|
-
),
|
|
55
65
|
]
|
|
@@ -219,12 +219,14 @@ class ParameterResponseView(ViewABC):
|
|
|
219
219
|
|
|
220
220
|
if len(realizations) <= 1:
|
|
221
221
|
return [empty_figure()] * 4
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
222
|
+
if options is not None and options["use_vectors_with_observations"]:
|
|
223
|
+
vectors_for_param_corr = list(self._observations.keys())
|
|
224
|
+
else:
|
|
225
|
+
vectors_for_param_corr = (
|
|
226
|
+
self._vectormodel.filter_vectors(column_keys, ensemble=ensemble)
|
|
227
|
+
if column_keys is not None
|
|
228
|
+
else []
|
|
229
|
+
)
|
|
228
230
|
|
|
229
231
|
try:
|
|
230
232
|
# Get dataframe with vectors and dataframe with parameters and merge
|
|
@@ -360,11 +362,13 @@ class ParameterResponseView(ViewABC):
|
|
|
360
362
|
historical_vector_df=self._vectormodel.get_historical_vector_df(
|
|
361
363
|
selected_vector, ensemble
|
|
362
364
|
),
|
|
363
|
-
observations=
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
365
|
+
observations=(
|
|
366
|
+
self._observations[selected_vector]
|
|
367
|
+
if options
|
|
368
|
+
and options["show_observations"]
|
|
369
|
+
and selected_vector in self._observations
|
|
370
|
+
else {}
|
|
371
|
+
),
|
|
368
372
|
color_col=param,
|
|
369
373
|
line_shape_fallback=self._vectormodel.line_shape_fallback,
|
|
370
374
|
).figure
|
|
@@ -473,6 +477,12 @@ class ParameterResponseView(ViewABC):
|
|
|
473
477
|
),
|
|
474
478
|
"style",
|
|
475
479
|
),
|
|
480
|
+
Output(
|
|
481
|
+
self.settings_group_unique_id(
|
|
482
|
+
self.Ids.OPTIONS, ParamRespOptions.Ids.VECTOR_FILTER
|
|
483
|
+
),
|
|
484
|
+
"style",
|
|
485
|
+
),
|
|
476
486
|
Input(
|
|
477
487
|
self.settings_group_unique_id(
|
|
478
488
|
self.Ids.OPTIONS, ParamRespOptions.Ids.SUBMIT_VECTOR_FILTER
|
|
@@ -485,6 +495,12 @@ class ParameterResponseView(ViewABC):
|
|
|
485
495
|
),
|
|
486
496
|
"value",
|
|
487
497
|
),
|
|
498
|
+
Input(
|
|
499
|
+
self.settings_group_unique_id(
|
|
500
|
+
self.Ids.OPTIONS, ParamRespOptions.Ids.USE_VECTORS_WITH_OBSERVATIONS
|
|
501
|
+
),
|
|
502
|
+
"value",
|
|
503
|
+
),
|
|
488
504
|
State(
|
|
489
505
|
self.settings_group_unique_id(
|
|
490
506
|
self.Ids.OPTIONS, ParamRespOptions.Ids.VECTOR_FILTER_STORE
|
|
@@ -497,24 +513,42 @@ class ParameterResponseView(ViewABC):
|
|
|
497
513
|
),
|
|
498
514
|
"style",
|
|
499
515
|
),
|
|
516
|
+
State(
|
|
517
|
+
self.settings_group_unique_id(
|
|
518
|
+
self.Ids.OPTIONS, ParamRespOptions.Ids.VECTOR_FILTER
|
|
519
|
+
),
|
|
520
|
+
"style",
|
|
521
|
+
),
|
|
500
522
|
)
|
|
501
523
|
@callback_typecheck
|
|
502
524
|
def _update_vector_filter_store_and_button_style(
|
|
503
525
|
_n_click: Union[None, int],
|
|
504
526
|
vector_filter: Union[None, str],
|
|
527
|
+
use_vectors_with_observations: Union[None, str],
|
|
505
528
|
stored: Union[None, str],
|
|
506
|
-
|
|
507
|
-
|
|
529
|
+
style_btn: Dict,
|
|
530
|
+
style_textarea: Dict,
|
|
531
|
+
) -> Tuple[str, Dict, Dict]:
|
|
508
532
|
"""Update vector-filter-store if submit button is clicked and
|
|
509
533
|
style of submit button"""
|
|
534
|
+
vector_filter_used = (
|
|
535
|
+
use_vectors_with_observations
|
|
536
|
+
and "UseObs" in use_vectors_with_observations
|
|
537
|
+
)
|
|
510
538
|
ctx = callback_context.triggered[0]["prop_id"]
|
|
511
539
|
button_click = "submit" in ctx
|
|
512
540
|
insync = stored == vector_filter
|
|
513
|
-
|
|
541
|
+
style_btn["background-color"] = (
|
|
514
542
|
"#E8E8E8" if insync or button_click else "#7393B3"
|
|
515
543
|
)
|
|
516
|
-
|
|
517
|
-
|
|
544
|
+
style_btn["color"] = "#555" if insync or button_click else "#fff"
|
|
545
|
+
style_btn["visibility"] = "hidden" if vector_filter_used else "visible"
|
|
546
|
+
style_textarea["visibility"] = "hidden" if vector_filter_used else "visible"
|
|
547
|
+
return (
|
|
548
|
+
vector_filter if button_click else no_update,
|
|
549
|
+
style_btn,
|
|
550
|
+
style_textarea,
|
|
551
|
+
)
|
|
518
552
|
|
|
519
553
|
@callback(
|
|
520
554
|
Output(
|
|
@@ -573,6 +607,12 @@ class ParameterResponseView(ViewABC):
|
|
|
573
607
|
),
|
|
574
608
|
"value",
|
|
575
609
|
),
|
|
610
|
+
Input(
|
|
611
|
+
self.settings_group_unique_id(
|
|
612
|
+
self.Ids.OPTIONS, ParamRespOptions.Ids.USE_VECTORS_WITH_OBSERVATIONS
|
|
613
|
+
),
|
|
614
|
+
"value",
|
|
615
|
+
),
|
|
576
616
|
Input(
|
|
577
617
|
self.settings_group_unique_id(
|
|
578
618
|
self.Ids.OPTIONS, ParamRespOptions.Ids.AUTO_COMPUTE_CORRELATIONS
|
|
@@ -602,6 +642,7 @@ class ParameterResponseView(ViewABC):
|
|
|
602
642
|
@callback_typecheck
|
|
603
643
|
def _update_plot_options(
|
|
604
644
|
checkbox_options: List[str],
|
|
645
|
+
use_vectors_with_observations: List[str],
|
|
605
646
|
autocompute_options: List[str],
|
|
606
647
|
color_clickdata: Union[None, Dict[str, List[Dict[str, Any]]]],
|
|
607
648
|
opacity: float,
|
|
@@ -618,6 +659,8 @@ class ParameterResponseView(ViewABC):
|
|
|
618
659
|
|
|
619
660
|
return {
|
|
620
661
|
"show_dateline": "DateLine" in checkbox_options,
|
|
662
|
+
"use_vectors_with_observations": "UseObs"
|
|
663
|
+
in use_vectors_with_observations,
|
|
621
664
|
"autocompute_corr": "AutoCompute" in autocompute_options,
|
|
622
665
|
"color": None if color_clickdata is None else color,
|
|
623
666
|
"opacity": opacity,
|
|
@@ -87,8 +87,7 @@ class EnsembleSubplotBuilder(GraphFigureBuilderBase):
|
|
|
87
87
|
|
|
88
88
|
def create_graph_legends(self) -> None:
|
|
89
89
|
# Add legends for selected vectors - sort according to selected vectors
|
|
90
|
-
|
|
91
|
-
# vectors in self._added_vector_traces set exist in self._selected_vectors list!
|
|
90
|
+
self._validate_vectors_are_selected(self._added_vector_traces)
|
|
92
91
|
added_vector_traces = sorted(
|
|
93
92
|
self._added_vector_traces, key=self._selected_vectors.index
|
|
94
93
|
)
|
|
@@ -141,11 +140,12 @@ class EnsembleSubplotBuilder(GraphFigureBuilderBase):
|
|
|
141
140
|
# Dictionary with vector name as key and list of ensemble traces as value
|
|
142
141
|
vector_traces_set: Dict[str, List[dict]] = {}
|
|
143
142
|
|
|
144
|
-
# Get vectors -
|
|
143
|
+
# Get vectors - sort after validation
|
|
145
144
|
vectors: Set[str] = set(vectors_df.columns) - set(["DATE", "REAL"])
|
|
146
145
|
self._validate_vectors_are_selected(vectors)
|
|
146
|
+
sorted_vectors = sorted(vectors, key=self._selected_vectors.index)
|
|
147
147
|
|
|
148
|
-
for vector in
|
|
148
|
+
for vector in sorted_vectors:
|
|
149
149
|
self._added_vector_traces.add(vector)
|
|
150
150
|
|
|
151
151
|
vector_df = vectors_df[["DATE", "REAL", vector]]
|
|
@@ -180,13 +180,14 @@ class EnsembleSubplotBuilder(GraphFigureBuilderBase):
|
|
|
180
180
|
# Dictionary with vector name as key and list of ensemble traces as value
|
|
181
181
|
vector_traces_set: Dict[str, List[dict]] = {}
|
|
182
182
|
|
|
183
|
-
# Get vectors -
|
|
183
|
+
# Get vectors - sort after validation
|
|
184
184
|
vectors: Set[str] = set(
|
|
185
185
|
vectors_statistics_df.columns.get_level_values(0)
|
|
186
186
|
) - set(["DATE"])
|
|
187
187
|
self._validate_vectors_are_selected(vectors)
|
|
188
|
+
sorted_vectors = sorted(vectors, key=self._selected_vectors.index)
|
|
188
189
|
|
|
189
|
-
for vector in
|
|
190
|
+
for vector in sorted_vectors:
|
|
190
191
|
self._added_vector_traces.add(vector)
|
|
191
192
|
|
|
192
193
|
# Retrieve DATE and statistics columns for specific vector
|
|
@@ -223,13 +224,14 @@ class EnsembleSubplotBuilder(GraphFigureBuilderBase):
|
|
|
223
224
|
# Dictionary with vector name as key and list of ensemble traces as value
|
|
224
225
|
vector_traces_set: Dict[str, List[dict]] = {}
|
|
225
226
|
|
|
226
|
-
# Get vectors -
|
|
227
|
+
# Get vectors - sort after validation
|
|
227
228
|
vectors: Set[str] = set(
|
|
228
229
|
vectors_statistics_df.columns.get_level_values(0)
|
|
229
230
|
) - set(["DATE"])
|
|
230
231
|
self._validate_vectors_are_selected(vectors)
|
|
232
|
+
sorted_vectors = sorted(vectors, key=self._selected_vectors.index)
|
|
231
233
|
|
|
232
|
-
for vector in
|
|
234
|
+
for vector in sorted_vectors:
|
|
233
235
|
self._added_vector_traces.add(vector)
|
|
234
236
|
|
|
235
237
|
# Retrieve DATE and statistics columns for specific vector
|
|
@@ -266,10 +268,13 @@ class EnsembleSubplotBuilder(GraphFigureBuilderBase):
|
|
|
266
268
|
|
|
267
269
|
samples = vectors_df["DATE"].tolist()
|
|
268
270
|
vector_trace_set: Dict[str, dict] = {}
|
|
271
|
+
|
|
272
|
+
# Get vectors - sort after validation
|
|
269
273
|
vectors: Set[str] = set(vectors_df.columns) - set(["DATE", "REAL"])
|
|
270
274
|
self._validate_vectors_are_selected(vectors)
|
|
275
|
+
sorted_vectors = sorted(vectors, key=self._selected_vectors.index)
|
|
271
276
|
|
|
272
|
-
for vector in
|
|
277
|
+
for vector in sorted_vectors:
|
|
273
278
|
# Set status for added history trace
|
|
274
279
|
self._added_history_trace = True
|
|
275
280
|
|
|
@@ -348,9 +353,9 @@ class EnsembleSubplotBuilder(GraphFigureBuilderBase):
|
|
|
348
353
|
`Input:`
|
|
349
354
|
* vectors: Set[str] - set of vector names to verify
|
|
350
355
|
"""
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
356
|
+
|
|
357
|
+
missing = vectors - set(self._selected_vectors)
|
|
358
|
+
if missing:
|
|
359
|
+
raise ValueError(
|
|
360
|
+
f"Unexpected vectors found: {missing}. Does not exist among selected vectors: {self._selected_vectors}"
|
|
361
|
+
)
|
|
@@ -13,10 +13,10 @@ from webviz_subsurface._models import InplaceVolumesModel
|
|
|
13
13
|
from webviz_subsurface._models.inplace_volumes_model import (
|
|
14
14
|
extract_volframe_from_tableprovider,
|
|
15
15
|
)
|
|
16
|
-
from webviz_subsurface._providers import EnsembleTableProviderFactory
|
|
17
16
|
from webviz_subsurface._utils.ensemble_table_provider_set_factory import (
|
|
18
17
|
create_parameter_providerset_from_paths,
|
|
19
18
|
)
|
|
19
|
+
from webviz_subsurface._utils.webvizstore_functions import read_csv
|
|
20
20
|
|
|
21
21
|
from .controllers import (
|
|
22
22
|
comparison_controllers,
|
|
@@ -165,6 +165,8 @@ reek_test_data/aggregated_data/parameters.csv)
|
|
|
165
165
|
)
|
|
166
166
|
|
|
167
167
|
self.fipfile = fipfile
|
|
168
|
+
self.csvfile_vol = csvfile_vol
|
|
169
|
+
self.csvfile_parameters = csvfile_parameters
|
|
168
170
|
parameters: Optional[pd.DataFrame] = None
|
|
169
171
|
|
|
170
172
|
LOGGER.warning(
|
|
@@ -211,13 +213,9 @@ reek_test_data/aggregated_data/parameters.csv)
|
|
|
211
213
|
"#E48F72",
|
|
212
214
|
]
|
|
213
215
|
)
|
|
214
|
-
if csvfile_vol:
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
if csvfile_parameters:
|
|
218
|
-
parameters = table_provider.create_from_ensemble_csv_file(
|
|
219
|
-
csvfile_parameters
|
|
220
|
-
)
|
|
216
|
+
if self.csvfile_vol is not None and self.csvfile_parameters is not None:
|
|
217
|
+
volumes_table = read_csv(self.csvfile_vol)
|
|
218
|
+
parameters = read_csv(self.csvfile_parameters)
|
|
221
219
|
|
|
222
220
|
elif ensembles and volfiles:
|
|
223
221
|
ensemble_paths = {
|
|
@@ -233,7 +231,8 @@ reek_test_data/aggregated_data/parameters.csv)
|
|
|
233
231
|
parameters = parameter_provider_set.get_aggregated_dataframe()
|
|
234
232
|
else:
|
|
235
233
|
raise ValueError(
|
|
236
|
-
'
|
|
234
|
+
'Incorrect arguments. Either provide both "csvfile_vol" and '
|
|
235
|
+
'"csvfile_parameters" or "ensembles" and "volfiles"'
|
|
237
236
|
)
|
|
238
237
|
|
|
239
238
|
vcomb = VolumeValidatorAndCombinator(
|
|
@@ -281,9 +280,14 @@ reek_test_data/aggregated_data/parameters.csv)
|
|
|
281
280
|
fipfile_qc_controller(get_uuid=self.uuid, disjoint_set_df=self.disjoint_set_df)
|
|
282
281
|
|
|
283
282
|
def add_webvizstore(self) -> List[Tuple[Callable, list]]:
|
|
283
|
+
functions = []
|
|
284
284
|
if self.fipfile is not None:
|
|
285
|
-
|
|
286
|
-
|
|
285
|
+
functions.append((get_path, [{"path": self.fipfile}]))
|
|
286
|
+
if self.csvfile_vol is not None:
|
|
287
|
+
functions.append((read_csv, [{"csv_file": self.csvfile_vol}]))
|
|
288
|
+
if self.csvfile_parameters is not None:
|
|
289
|
+
functions.append((read_csv, [{"csv_file": self.csvfile_parameters}]))
|
|
290
|
+
return functions
|
|
287
291
|
|
|
288
292
|
|
|
289
293
|
@webvizstore
|
|
File without changes
|
|
File without changes
|
{webviz_subsurface-0.2.42 → webviz_subsurface-0.2.43}/.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.42 → webviz_subsurface-0.2.43}/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.42 → webviz_subsurface-0.2.43}/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.42 → webviz_subsurface-0.2.43}/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
|
|
File without changes
|