webviz-subsurface 0.2.44__tar.gz → 0.2.46__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.46/.github/workflows/deploy.yml +27 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/.github/workflows/subsurface.yml +0 -10
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/PKG-INFO +1 -2
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_polygon_provider/_provider_impl_file.py +2 -1
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_version.py +3 -3
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_plugin.py +31 -8
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/callbacks.py +183 -19
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/co2volume.py +83 -62
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/containment_data_provider.py +6 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/generic.py +40 -3
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/initialization.py +2 -1
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/polygon_handler.py +4 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/views/mainview/settings.py +38 -3
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface.egg-info/PKG-INFO +1 -2
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface.egg-info/SOURCES.txt +1 -1
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface.egg-info/top_level.txt +0 -1
- webviz_subsurface-0.2.44/LICENSE.chromedriver +0 -6291
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/.github/pull_request_template.md +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/.gitignore +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/.isort.cfg +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/.pylintrc +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/CHANGELOG.md +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/LICENSE +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/README.md +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/SECURITY.md +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/bandit.yml +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/deploy_docker_image.sh +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/mypy.ini +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/pyproject.toml +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/pytest.ini +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/setup.cfg +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/conftest.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/data/colormap.txt +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/data/gruptree.csv +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/data/parameters.csv +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/data/realizations.csv +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/data/surface_png.txt +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/data/surface_zarr.np.gz +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/data/vfp.arrow +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/data/volumes.csv +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/integration_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/integration_tests/test_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/integration_tests/test_surface_selector.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/abbreviations_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/abbreviations_tests/test_reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/data_input/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/data_input/test_calc_from_cumulatives.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/data_input/test_image_processing.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/mocks/ensemble_summary_provider_dummy.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/model_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/model_tests/test_ensemble_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/model_tests/test_ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/model_tests/test_gruptree_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/model_tests/test_property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/model_tests/test_surface_set_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/model_tests/test_well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/model_tests/test_well_set_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_grouptree.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/derived_vectors_accessor_ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/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.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_vector_accessor.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_history_vectors.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_vector_statistics.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_tornado_data.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/plugin_tests/test_well_completions.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/provider_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/provider_tests/test_ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_resampling.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/provider_tests/test_ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/utils_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/utils_tests/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/mocks/ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/test_ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/utils_tests/test_formatting.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/tests/unit_tests/utils_tests/test_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_abbreviations/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_abbreviations/abbreviation_data/reservoir_simulation_unit_terminology.json +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_abbreviations/abbreviation_data/si_prefixes.json +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_abbreviations/abbreviation_data/volume_terminology.json +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_abbreviations/number_formatting.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_abbreviations/reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_abbreviations/volume_terminology.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_assets/css/block_options.css +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_assets/css/container.css +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_assets/css/inplace_volumes.css +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_assets/css/modal.css +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_assets/css/structural_uncertainty.css +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_assets/js/clientside_functions.js +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_components/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_components/color_picker.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_components/parameter_filter.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_components/tornado/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_components/tornado/_tornado_bar_chart.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_components/tornado/_tornado_data.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_components/tornado/_tornado_table.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_components/tornado/tornado_widget.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/eclipse_init_io/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/eclipse_init_io/pvt_common.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/eclipse_init_io/pvt_gas.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/eclipse_init_io/pvt_oil.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/eclipse_init_io/pvt_water.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/eclipse_unit.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/fmu_input.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/grid.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/history_match.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/image_processing.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/pvt_data.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/relative_permeability.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/seismic.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/surface.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/units.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/well.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/well_completions.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_datainput/xsection.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_figures/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_figures/barchart.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_figures/px_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_figures/scatterplot.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_figures/timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/caching_ensemble_set_model_factory.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/ensemble_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/gruptree_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/inplace_volumes_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/observation_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/parameter_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/stratigraphy_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/surface_leaflet_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/surface_set_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_models/well_set_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_private_plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_private_plugins/surface_selector.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_fault_polygons_discovery.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider_factory.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/fault_polygons_server.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_grid_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_grid_provider/_egrid_file_discovery.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_grid_provider/_roff_file_discovery.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider_factory.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_egrid.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_roff.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_polygon_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_polygon_provider/_polygon_discovery.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_polygon_provider/ensemble_polygon_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_polygon_provider/ensemble_polygon_provider_factory.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_polygon_provider/polygon_server.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/_arrow_unsmry_import.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/_csv_import.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/_table_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/dev_compare_fmu_to_lazy_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/dev_provider_perf_testing.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider_factory.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_summary_provider/utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/_stat_surf_cache.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_discovery.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_image.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/_types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/dev_surface_server_lazy.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider_factory.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_table_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_table_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_table_provider/_table_import.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_factory.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_impl_arrow.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/well_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/well_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/well_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/well_provider/well_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/well_provider/well_provider_factory.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_providers/well_provider/well_server.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/colors.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/design_matrix.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/ensemble_summary_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/ensemble_table_provider_set.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/ensemble_table_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/enum_shim.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/fanchart_plotting.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/formatting.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/parameter_response.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/perf_timer.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/statistics_plotting.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/unique_theming.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/user_defined_vector_definitions.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/vector_calculator.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/vector_selector.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/_utils/webvizstore_functions.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_assisted_history_matching_analysis.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/views/_bar_chart.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/views/_fan_chart.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/views/_line_chart.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_error.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/_misc.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/color_tables.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/containment_info.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/ensemble_well_picks.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/fault_polygons_handler.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/plume_extent.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/summary_graphs.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/surface_publishing.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/_utilities/unsmry_data_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/views/mainview/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_co2_migration/views/mainview/mainview.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_disk_usage.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/_layout_elements.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/_routes.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/_view_3d.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_color_scale.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_data_selection.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_grid_filter.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_group_tree/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_group_tree/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_group_tree/_types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_group_tree/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_group_tree/_utils/_ensemble_group_tree_data.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_group_tree/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_history_match.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_table.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_xsection.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/horizon_uncertainty_viewer.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_inplace_volumes_onebyone.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/build_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/update_figure_clientside.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/figures/plotly_line_plot.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/line_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/views/data_selectors_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_options_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_traces_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_map_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_map_viewer_fmu/_layer_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_map_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_map_viewer_fmu/_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_map_viewer_fmu/color_tables.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_map_viewer_fmu/layout.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_morris_plot.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_utils/_parameters_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_utils/_provider_timesseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_parameters.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_visualization_type.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/_color_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_correlation/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_correlation/_error.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_correlation/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_correlation/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_correlation/views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/_parameter_plot.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/_parameter_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_distribution.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_parallel_coordinates.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_parameter_response_correlation.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/utils/make_dataframes.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/utils/make_figures.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/views/_production_misfit_per_real.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_coverage.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_heatmap.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/controllers/property_delta_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/controllers/property_qc_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/controllers/property_response_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/data_loaders/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/figures/correlation_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/models/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/models/ensemble_timeseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/models/property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/models/simulation_timeseries_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/property_statistics.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/utils/colors.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/utils/surface.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/views/main_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/views/property_delta_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/views/property_qc_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/views/property_response_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_property_statistics/views/selector_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_pvt_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_pvt_plot/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_pvt_plot/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_data_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/_plot_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_relative_permeability.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_reservoir_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_reusable_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_reusable_view_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_utils/_formation_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_formation_plot_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_map_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/_map_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/_misfit_per_real_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_table_view_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_plot_type.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_size_color_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_crossplot_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_errorplot_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_running_time_analysis_fmu.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_segy_viewer.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_seismic_misfit.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/ensemble_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/graph_figure_builder_base.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/vector_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_filter_realization.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_group_by.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_resampling_frequency.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_time_series.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_visualization.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/datetime_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/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.44 → webviz_subsurface-0.2.46}/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.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_vectors_accessor.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/history_vectors.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/vector_statistics.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/_subplot_graph.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_onebyone_timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_simulation_time_series_onebyone_datamodel.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_general_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_sensitivity_filter.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_bottom_visualization_view_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_general_view_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/_tour_steps.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/controllers/dialog_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_source_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/controllers/map_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/controllers/realization_filter_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/controllers/uncertainty_table_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/figures/intersection.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/structural_uncertainty.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/views/dialog.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_and_map.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_data.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/views/map_data.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/views/realization_filter.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_structural_uncertainty/views/uncertainty_table.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_subsurface_map.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_surface_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_surface_with_grid_cross_section.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_surface_with_seismic_cross_section.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_swatinit_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_swatinit_qc/_business_logic.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_swatinit_qc/_callbacks.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_swatinit_qc/_figures.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_swatinit_qc/_layout.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_swatinit_qc/_markdown.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_swatinit_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/_error.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_selectors.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/_plot_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/plot.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/_table_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/table.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_utils/_vfp_data_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_pressure_option.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/_vfp_figure_builder.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/_vfp_graph.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/controllers/comparison_controllers.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/controllers/export_data_controllers.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/controllers/fipfile_qc_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/controllers/layout_controllers.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/utils/table_and_figure_utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/utils/utils.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/views/comparison_layout.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/views/distribution_main_layout.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/views/filter_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/views/fipfile_qc_layout.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/views/tornado_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/volume_validator_and_combinator.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_utils/_ensemble_well_analysis_data.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/_well_control_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_chart_type.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_layout_options.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_statistical_options.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/_well_overview_figure.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completion/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completion/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completion/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completion/_utils/_well_completion_data_model.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completion/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completions/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completions/_business_logic.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completions/_callbacks.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completions/_layout.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_completions/_plugin.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_cross_section.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_cross_section_fmu.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_log_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_log_viewer/_validate_log_templates.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_log_viewer/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_log_viewer/controllers/_well_controller.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_log_viewer/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_log_viewer/utils/default_color_tables.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_log_viewer/utils/xtgeo_well_log_to_json.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface/smry2arrow_batch.py +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface.egg-info/dependency_links.txt +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface.egg-info/entry_points.txt +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface.egg-info/not-zip-safe +0 -0
- {webviz_subsurface-0.2.44 → webviz_subsurface-0.2.46}/webviz_subsurface.egg-info/requires.txt +0 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
name: webviz-subsurface
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
release:
|
|
5
|
+
types:
|
|
6
|
+
- published
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
webviz-subsurface:
|
|
10
|
+
runs-on: ubuntu-latest
|
|
11
|
+
steps:
|
|
12
|
+
- name: 📖 Checkout commit locally
|
|
13
|
+
uses: actions/checkout@v4
|
|
14
|
+
|
|
15
|
+
- name: 🐍 Set up Python ${{ matrix.python-version }}
|
|
16
|
+
uses: actions/setup-python@v5
|
|
17
|
+
with:
|
|
18
|
+
python-version: "3.11"
|
|
19
|
+
|
|
20
|
+
- name: 🚢 Build and deploy Python package
|
|
21
|
+
env:
|
|
22
|
+
TWINE_USERNAME: __token__
|
|
23
|
+
TWINE_PASSWORD: ${{ secrets.pypi_webviz_token }}
|
|
24
|
+
run: |
|
|
25
|
+
python -m pip install --upgrade build twine
|
|
26
|
+
python -m build
|
|
27
|
+
twine upload dist/*
|
|
@@ -129,16 +129,6 @@ jobs:
|
|
|
129
129
|
echo ${{ secrets.review_docker_registry_token }} | docker login ${{ secrets.review_docker_registry_url }} --username ${{ secrets.review_docker_registry_username }} --password-stdin
|
|
130
130
|
docker push ${{ secrets.review_docker_registry_url }}/${{ secrets.review_container_name }}
|
|
131
131
|
|
|
132
|
-
- name: 🚢 Build and deploy Python package
|
|
133
|
-
if: github.event_name == 'release' && matrix.python-version == '3.11'
|
|
134
|
-
env:
|
|
135
|
-
TWINE_USERNAME: __token__
|
|
136
|
-
TWINE_PASSWORD: ${{ secrets.pypi_webviz_token }}
|
|
137
|
-
run: |
|
|
138
|
-
python -m pip install --upgrade build twine
|
|
139
|
-
python -m build
|
|
140
|
-
twine upload dist/*
|
|
141
|
-
|
|
142
132
|
- name: 📚 Update GitHub pages
|
|
143
133
|
if: github.event_name == 'release' && matrix.python-version == '3.11'
|
|
144
134
|
run: |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: webviz-subsurface
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.46
|
|
4
4
|
Summary: Webviz config plugins for subsurface data
|
|
5
5
|
Author: R&T Equinor
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -695,7 +695,6 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
|
695
695
|
Requires-Python: ~=3.11
|
|
696
696
|
Description-Content-Type: text/markdown
|
|
697
697
|
License-File: LICENSE
|
|
698
|
-
License-File: LICENSE.chromedriver
|
|
699
698
|
Requires-Dist: dash<3,>=2.0.0
|
|
700
699
|
Requires-Dist: dash_bootstrap_components>=0.10.3
|
|
701
700
|
Requires-Dist: dash-daq>=0.5.0
|
|
@@ -33,7 +33,8 @@ class Col:
|
|
|
33
33
|
|
|
34
34
|
class PolygonType(StrEnum):
|
|
35
35
|
SIMULATED = "simulated"
|
|
36
|
-
|
|
36
|
+
HAZARDOUS_BOUNDARY = "hazardous_boundary" # Keep for backward compatibility
|
|
37
|
+
NOGO_BOUNDARY = "nogo_boundary"
|
|
37
38
|
CONTAINMENT_BOUNDARY = "containment_boundary"
|
|
38
39
|
|
|
39
40
|
|
|
@@ -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.46'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 2, 46)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gfe7f89399'
|
|
@@ -40,6 +40,8 @@ from webviz_subsurface.plugins._co2_migration._utilities.generic import (
|
|
|
40
40
|
MapAttribute,
|
|
41
41
|
MapThresholds,
|
|
42
42
|
MapType,
|
|
43
|
+
check_hazardous_polygon,
|
|
44
|
+
deactivate_polygon_warnings,
|
|
43
45
|
)
|
|
44
46
|
from webviz_subsurface.plugins._co2_migration._utilities.initialization import (
|
|
45
47
|
init_containment_data_providers,
|
|
@@ -95,7 +97,7 @@ class CO2Migration(WebvizPluginABC):
|
|
|
95
97
|
* **`map_surface_names_to_fault_polygons`:** Mapping between surface map names and
|
|
96
98
|
surface names used by the fault polygons
|
|
97
99
|
* **`boundary_settings`:** Settings for polygons representing the containment and
|
|
98
|
-
|
|
100
|
+
nogo areas
|
|
99
101
|
---
|
|
100
102
|
|
|
101
103
|
This plugin is tightly linked to the FMU CCS post-process available in the ccs-scripts
|
|
@@ -141,17 +143,17 @@ class CO2Migration(WebvizPluginABC):
|
|
|
141
143
|
Similar for `map_surface_names_to_fault_polygons`.
|
|
142
144
|
|
|
143
145
|
`boundary_settings` is the final override option, and it can be used to specify
|
|
144
|
-
polygons representing the containment and
|
|
146
|
+
polygons representing the containment and nogo areas. By default, the polygons are
|
|
145
147
|
expected to be named:
|
|
146
148
|
- `share/results/polygons/containment--boundary.csv`
|
|
147
|
-
- `share/results/polygons/
|
|
149
|
+
- `share/results/polygons/nogo--boundary.csv`
|
|
148
150
|
|
|
149
151
|
This corresponds to the following input:
|
|
150
152
|
```
|
|
151
153
|
boundary_settings:
|
|
152
154
|
polygon_file_pattern: share/results/polygons/*.csv
|
|
153
155
|
attribute: boundary
|
|
154
|
-
|
|
156
|
+
nogo_name: nogo
|
|
155
157
|
containment_name: containment
|
|
156
158
|
```
|
|
157
159
|
All four settings are optional, and if not specified, the default values are used.
|
|
@@ -182,6 +184,8 @@ class CO2Migration(WebvizPluginABC):
|
|
|
182
184
|
super().__init__()
|
|
183
185
|
self._error_message = ""
|
|
184
186
|
try:
|
|
187
|
+
deactivate_polygon_warnings()
|
|
188
|
+
check_hazardous_polygon(boundary_settings)
|
|
185
189
|
ensemble_paths = {
|
|
186
190
|
ensemble_name: webviz_settings.shared_settings["scratch_ensembles"][
|
|
187
191
|
ensemble_name
|
|
@@ -435,6 +439,13 @@ class CO2Migration(WebvizPluginABC):
|
|
|
435
439
|
"cm_max_val": Input(
|
|
436
440
|
self._settings_component(ViewSettings.Ids.CM_MAX), "value"
|
|
437
441
|
),
|
|
442
|
+
"contour_switch": Input(
|
|
443
|
+
self._settings_component(ViewSettings.Ids.CONTOURS_SWITCH), "value"
|
|
444
|
+
),
|
|
445
|
+
"contour_quantity": Input(
|
|
446
|
+
self._settings_component(ViewSettings.Ids.CONTOURS_QUANTITY),
|
|
447
|
+
"value",
|
|
448
|
+
),
|
|
438
449
|
"plume_threshold": Input(
|
|
439
450
|
self._settings_component(ViewSettings.Ids.PLUME_THRESHOLD),
|
|
440
451
|
"value",
|
|
@@ -480,12 +491,14 @@ class CO2Migration(WebvizPluginABC):
|
|
|
480
491
|
cm_min_val: Optional[float],
|
|
481
492
|
cm_max_auto: List[str],
|
|
482
493
|
cm_max_val: Optional[float],
|
|
494
|
+
contour_switch: List[str],
|
|
495
|
+
contour_quantity: Optional[float],
|
|
483
496
|
plume_threshold: Optional[float],
|
|
484
497
|
plume_smoothing: Optional[float],
|
|
485
498
|
visualization_update: int,
|
|
486
499
|
mass_unit: str,
|
|
487
500
|
mass_unit_update: int,
|
|
488
|
-
options_dialog_options: List[
|
|
501
|
+
options_dialog_options: List[str],
|
|
489
502
|
selected_wells: List[str],
|
|
490
503
|
ensemble: str,
|
|
491
504
|
current_views: List[Any],
|
|
@@ -545,13 +558,12 @@ class CO2Migration(WebvizPluginABC):
|
|
|
545
558
|
map_attribute_names=self._map_attribute_names,
|
|
546
559
|
)
|
|
547
560
|
assert isinstance(self._visualization_info["unit"], str)
|
|
548
|
-
|
|
561
|
+
current_summed_mass, self._summed_co2 = process_summed_mass(
|
|
549
562
|
formation,
|
|
550
563
|
realization,
|
|
551
564
|
datestr,
|
|
552
565
|
attribute,
|
|
553
566
|
summed_mass,
|
|
554
|
-
surf_data,
|
|
555
567
|
self._summed_co2,
|
|
556
568
|
self._visualization_info["unit"],
|
|
557
569
|
)
|
|
@@ -568,6 +580,9 @@ class CO2Migration(WebvizPluginABC):
|
|
|
568
580
|
fault_polygon_url = self._fault_polygon_handlers[
|
|
569
581
|
ensemble
|
|
570
582
|
].extract_fault_polygon_url(formation, realization)
|
|
583
|
+
nogo_polygon_url = self._polygon_handlers[ensemble].extract_nogo_poly_url(
|
|
584
|
+
realization
|
|
585
|
+
)
|
|
571
586
|
hazardous_polygon_url = self._polygon_handlers[
|
|
572
587
|
ensemble
|
|
573
588
|
].extract_hazardous_poly_url(realization)
|
|
@@ -580,11 +595,14 @@ class CO2Migration(WebvizPluginABC):
|
|
|
580
595
|
surface_data=surf_data,
|
|
581
596
|
fault_polygon_url=fault_polygon_url,
|
|
582
597
|
containment_bounds_url=containment_polygon_url,
|
|
583
|
-
|
|
598
|
+
nogo_bounds_url=nogo_polygon_url,
|
|
599
|
+
hazardous_bounds_url=hazardous_polygon_url,
|
|
584
600
|
well_pick_provider=self._well_pick_provider.get(ensemble, None),
|
|
585
601
|
plume_extent_data=plume_polygon,
|
|
586
602
|
options_dialog_options=options_dialog_options,
|
|
587
603
|
selected_wells=selected_wells,
|
|
604
|
+
show_contours=len(contour_switch) > 0,
|
|
605
|
+
num_contours=contour_quantity,
|
|
588
606
|
)
|
|
589
607
|
annotations = create_map_annotations(
|
|
590
608
|
formation=formation,
|
|
@@ -592,6 +610,11 @@ class CO2Migration(WebvizPluginABC):
|
|
|
592
610
|
colortables=self._color_tables,
|
|
593
611
|
attribute=attribute,
|
|
594
612
|
unit=self._visualization_info["unit"],
|
|
613
|
+
current_total=current_summed_mass,
|
|
614
|
+
options=options_dialog_options,
|
|
615
|
+
con_url=containment_polygon_url,
|
|
616
|
+
haz_url=hazardous_polygon_url,
|
|
617
|
+
nogo_url=nogo_polygon_url,
|
|
595
618
|
)
|
|
596
619
|
viewports = no_update if current_views else create_map_viewports()
|
|
597
620
|
return layers, annotations, viewports
|
|
@@ -7,7 +7,7 @@ import geojson
|
|
|
7
7
|
import numpy as np
|
|
8
8
|
import plotly.graph_objects as go
|
|
9
9
|
import webviz_subsurface_components as wsc
|
|
10
|
-
from dash import dcc, no_update
|
|
10
|
+
from dash import dcc, html, no_update
|
|
11
11
|
from flask_caching import Cache
|
|
12
12
|
|
|
13
13
|
from webviz_subsurface._providers import (
|
|
@@ -234,12 +234,127 @@ def _find_legend_title(attribute: MapAttribute, unit: str) -> str:
|
|
|
234
234
|
return ""
|
|
235
235
|
|
|
236
236
|
|
|
237
|
+
def _create_summed_mass_annotation(
|
|
238
|
+
attribute: MapAttribute,
|
|
239
|
+
summed_mass: Optional[float],
|
|
240
|
+
unit: str,
|
|
241
|
+
) -> Union[str, tuple]:
|
|
242
|
+
annotation = (
|
|
243
|
+
html.P(
|
|
244
|
+
[
|
|
245
|
+
f"Total {MapAttribute[attribute.name].value.lower()}:",
|
|
246
|
+
html.Br(),
|
|
247
|
+
f"{summed_mass:.2f} {unit}",
|
|
248
|
+
]
|
|
249
|
+
)
|
|
250
|
+
if MapType[attribute.name].value == "MASS" and summed_mass is not None
|
|
251
|
+
else ""
|
|
252
|
+
)
|
|
253
|
+
return html.Div(
|
|
254
|
+
annotation,
|
|
255
|
+
style={
|
|
256
|
+
"position": "absolute",
|
|
257
|
+
"top": "210px",
|
|
258
|
+
"right": "4px",
|
|
259
|
+
"backgroundColor": "rgba(255,255,255,0.8)",
|
|
260
|
+
"padding": "1px 1px",
|
|
261
|
+
"fontWeight": "bold",
|
|
262
|
+
"fontSize": "15px",
|
|
263
|
+
"display": "block",
|
|
264
|
+
},
|
|
265
|
+
)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
def _create_polygon_legend(
|
|
269
|
+
options: List[str],
|
|
270
|
+
con_url: Optional[str],
|
|
271
|
+
haz_url: Optional[str], # Keep for backward compatibility
|
|
272
|
+
nogo_url: Optional[str],
|
|
273
|
+
) -> List:
|
|
274
|
+
legend: List = []
|
|
275
|
+
hide_con = con_url is None or LayoutLabels.SHOW_CONTAINMENT_POLYGON not in options
|
|
276
|
+
hide_nogo = (
|
|
277
|
+
nogo_url is None and haz_url is None
|
|
278
|
+
) or LayoutLabels.SHOW_NOGO_POLYGON not in options
|
|
279
|
+
outline = LayoutLabels.SHOW_POLYGONS_AS_OUTLINES in options
|
|
280
|
+
if hide_con and hide_nogo:
|
|
281
|
+
return legend
|
|
282
|
+
legend_items = []
|
|
283
|
+
square = {"width": "12px", "height": "12px", "marginRight": "6px"}
|
|
284
|
+
text = {"color": "black", "fontSize": "14px"}
|
|
285
|
+
if not hide_con:
|
|
286
|
+
legend_items.append(
|
|
287
|
+
html.Div(
|
|
288
|
+
style={"display": "flex", "alignItems": "center"},
|
|
289
|
+
children=[
|
|
290
|
+
html.Div(
|
|
291
|
+
style={
|
|
292
|
+
**square,
|
|
293
|
+
"backgroundColor": "transparent"
|
|
294
|
+
if outline
|
|
295
|
+
else "rgba(0, 172, 0, 0.47)",
|
|
296
|
+
"border": "3px solid rgba(0, 172, 0, 0.70)"
|
|
297
|
+
if outline
|
|
298
|
+
else "transparent",
|
|
299
|
+
}
|
|
300
|
+
),
|
|
301
|
+
html.Div("Containment Polygon", style=text),
|
|
302
|
+
],
|
|
303
|
+
)
|
|
304
|
+
)
|
|
305
|
+
if not hide_nogo:
|
|
306
|
+
legend_items.append(
|
|
307
|
+
html.Div(
|
|
308
|
+
style={"display": "flex", "alignItems": "center"},
|
|
309
|
+
children=[
|
|
310
|
+
html.Div(
|
|
311
|
+
style={
|
|
312
|
+
**square,
|
|
313
|
+
"backgroundColor": "transparent"
|
|
314
|
+
if outline
|
|
315
|
+
else "rgba(200, 0, 0, 0.47)",
|
|
316
|
+
"border": "3px solid rgba(200, 0, 0, 0.70)"
|
|
317
|
+
if outline
|
|
318
|
+
else "transparent",
|
|
319
|
+
}
|
|
320
|
+
),
|
|
321
|
+
html.Div("No-go Polygon", style=text),
|
|
322
|
+
],
|
|
323
|
+
)
|
|
324
|
+
)
|
|
325
|
+
legend.append(
|
|
326
|
+
wsc.ViewAnnotation(
|
|
327
|
+
id="polygon_legends",
|
|
328
|
+
children=html.Div(
|
|
329
|
+
children=legend_items,
|
|
330
|
+
style={
|
|
331
|
+
"position": "absolute",
|
|
332
|
+
"top": "50px",
|
|
333
|
+
"left": "4px",
|
|
334
|
+
"backgroundColor": "rgba(255,255,255,0.9)",
|
|
335
|
+
"padding": "6px 8px",
|
|
336
|
+
"borderRadius": "4px",
|
|
337
|
+
"boxShadow": "0 0 4px rgba(0,0,0,0.2)",
|
|
338
|
+
"zIndex": 10,
|
|
339
|
+
},
|
|
340
|
+
),
|
|
341
|
+
)
|
|
342
|
+
)
|
|
343
|
+
return legend
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
# pylint: disable=too-many-arguments, too-many-locals
|
|
237
347
|
def create_map_annotations(
|
|
238
348
|
formation: str,
|
|
239
349
|
surface_data: Optional[SurfaceData],
|
|
240
350
|
colortables: List[Dict[str, Any]],
|
|
241
351
|
attribute: MapAttribute,
|
|
242
352
|
unit: str,
|
|
353
|
+
current_total: Optional[float],
|
|
354
|
+
options: List[str],
|
|
355
|
+
con_url: Optional[str],
|
|
356
|
+
haz_url: Optional[str],
|
|
357
|
+
nogo_url: Optional[str],
|
|
243
358
|
) -> List[wsc.ViewAnnotation]:
|
|
244
359
|
annotations = []
|
|
245
360
|
if (
|
|
@@ -268,7 +383,9 @@ def create_map_annotations(
|
|
|
268
383
|
colorTables=colortables,
|
|
269
384
|
),
|
|
270
385
|
wsc.ViewFooter(children=formation),
|
|
271
|
-
|
|
386
|
+
_create_summed_mass_annotation(attribute, current_total, unit),
|
|
387
|
+
]
|
|
388
|
+
+ _create_polygon_legend(options, con_url, haz_url, nogo_url),
|
|
272
389
|
)
|
|
273
390
|
)
|
|
274
391
|
return annotations
|
|
@@ -286,7 +403,8 @@ def create_map_viewports() -> Dict:
|
|
|
286
403
|
"colormap-layer",
|
|
287
404
|
"fault-polygons-layer",
|
|
288
405
|
"license-boundary-layer",
|
|
289
|
-
"
|
|
406
|
+
"nogo-boundary-layer",
|
|
407
|
+
"hazardous-boundary-layer", # Keep for backward compatibility
|
|
290
408
|
"well-picks-layer",
|
|
291
409
|
"plume-polygon-layer",
|
|
292
410
|
],
|
|
@@ -302,16 +420,35 @@ def create_map_layers(
|
|
|
302
420
|
surface_data: Optional[SurfaceData],
|
|
303
421
|
fault_polygon_url: Optional[str],
|
|
304
422
|
containment_bounds_url: Optional[str],
|
|
305
|
-
|
|
423
|
+
nogo_bounds_url: Optional[str],
|
|
424
|
+
hazardous_bounds_url: Optional[str], # Keep for backward compatibility
|
|
306
425
|
well_pick_provider: Optional[EnsembleWellPicks],
|
|
307
426
|
plume_extent_data: Optional[geojson.FeatureCollection],
|
|
308
|
-
options_dialog_options: List[
|
|
427
|
+
options_dialog_options: List[str],
|
|
309
428
|
selected_wells: List[str],
|
|
429
|
+
show_contours: bool,
|
|
430
|
+
num_contours: Optional[float],
|
|
310
431
|
) -> List[Dict]:
|
|
311
432
|
layers = []
|
|
433
|
+
outline = LayoutLabels.SHOW_POLYGONS_AS_OUTLINES in options_dialog_options
|
|
312
434
|
if surface_data is not None:
|
|
313
435
|
# Update ColormapLayer
|
|
314
436
|
meta = surface_data.meta_data
|
|
437
|
+
|
|
438
|
+
# Generate contour lines
|
|
439
|
+
contours = []
|
|
440
|
+
if (
|
|
441
|
+
show_contours
|
|
442
|
+
and surface_data.color_map_range[0] is not None
|
|
443
|
+
and surface_data.color_map_range[1] is not None
|
|
444
|
+
and num_contours is not None
|
|
445
|
+
):
|
|
446
|
+
min_val, max_val = surface_data.color_map_range
|
|
447
|
+
assert min_val is not None and max_val is not None
|
|
448
|
+
buffer = 0.01 * (max_val - min_val) # Strange effects at min_val/max_val
|
|
449
|
+
step = (max_val - min_val + 2 * buffer) / (np.round(num_contours) + 1)
|
|
450
|
+
contours = [min_val + step - buffer, step]
|
|
451
|
+
|
|
315
452
|
layers.append(
|
|
316
453
|
{
|
|
317
454
|
"@@type": "MapLayer",
|
|
@@ -327,6 +464,7 @@ def create_map_layers(
|
|
|
327
464
|
"colorMapName": surface_data.color_map_name,
|
|
328
465
|
"colorMapRange": surface_data.color_map_range,
|
|
329
466
|
"material": False,
|
|
467
|
+
"contours": contours,
|
|
330
468
|
}
|
|
331
469
|
)
|
|
332
470
|
|
|
@@ -353,24 +491,52 @@ def create_map_layers(
|
|
|
353
491
|
"name": "Containment Polygon",
|
|
354
492
|
"id": "license-boundary-layer",
|
|
355
493
|
"data": containment_bounds_url,
|
|
356
|
-
"stroked":
|
|
494
|
+
"stroked": outline,
|
|
495
|
+
"filled": not outline,
|
|
357
496
|
"getFillColor": [0, 172, 0, 120],
|
|
497
|
+
"getLineColor": [0, 172, 0, 120],
|
|
498
|
+
"getLineWidth": 3,
|
|
499
|
+
"lineWidthUnits": "pixels",
|
|
500
|
+
"visible": True,
|
|
501
|
+
}
|
|
502
|
+
)
|
|
503
|
+
|
|
504
|
+
if (
|
|
505
|
+
nogo_bounds_url is not None
|
|
506
|
+
and LayoutLabels.SHOW_NOGO_POLYGON in options_dialog_options
|
|
507
|
+
):
|
|
508
|
+
layers.append(
|
|
509
|
+
{
|
|
510
|
+
"@@type": "GeoJsonLayer",
|
|
511
|
+
"name": "No-go Polygon",
|
|
512
|
+
"id": "nogo-boundary-layer",
|
|
513
|
+
"data": nogo_bounds_url,
|
|
514
|
+
"stroked": outline,
|
|
515
|
+
"filled": not outline,
|
|
516
|
+
"getFillColor": [200, 0, 0, 120],
|
|
517
|
+
"getLineColor": [200, 0, 0, 180],
|
|
518
|
+
"getLineWidth": 3,
|
|
519
|
+
"lineWidthUnits": "pixels",
|
|
358
520
|
"visible": True,
|
|
359
521
|
}
|
|
360
522
|
)
|
|
361
523
|
|
|
362
524
|
if (
|
|
363
|
-
|
|
364
|
-
and LayoutLabels.
|
|
525
|
+
hazardous_bounds_url is not None
|
|
526
|
+
and LayoutLabels.SHOW_NOGO_POLYGON in options_dialog_options
|
|
365
527
|
):
|
|
366
528
|
layers.append(
|
|
367
529
|
{
|
|
368
530
|
"@@type": "GeoJsonLayer",
|
|
369
|
-
"name": "
|
|
531
|
+
"name": "No-go Polygon",
|
|
370
532
|
"id": "hazardous-boundary-layer",
|
|
371
|
-
"data":
|
|
372
|
-
"stroked":
|
|
533
|
+
"data": hazardous_bounds_url,
|
|
534
|
+
"stroked": outline,
|
|
535
|
+
"filled": not outline,
|
|
373
536
|
"getFillColor": [200, 0, 0, 120],
|
|
537
|
+
"getLineColor": [200, 0, 0, 180],
|
|
538
|
+
"getLineWidth": 3,
|
|
539
|
+
"lineWidthUnits": "pixels",
|
|
374
540
|
"visible": True,
|
|
375
541
|
}
|
|
376
542
|
)
|
|
@@ -551,7 +717,7 @@ def process_containment_info(
|
|
|
551
717
|
mark_choice=mark_choice,
|
|
552
718
|
sorting=sorting,
|
|
553
719
|
phases=[phase for phase in menu_options["phases"] if phase != "total"],
|
|
554
|
-
containments=["
|
|
720
|
+
containments=["nogo", "outside", "contained"],
|
|
555
721
|
plume_groups=plume_groups,
|
|
556
722
|
use_stats=lines_to_show == "stat",
|
|
557
723
|
date_option=date_option,
|
|
@@ -631,20 +797,18 @@ def process_summed_mass(
|
|
|
631
797
|
datestr: Optional[str],
|
|
632
798
|
attribute: MapAttribute,
|
|
633
799
|
summed_mass: Optional[float],
|
|
634
|
-
surf_data: Optional[SurfaceData],
|
|
635
800
|
summed_co2: Dict[str, float],
|
|
636
801
|
unit: str,
|
|
637
|
-
) -> Tuple[Optional[
|
|
802
|
+
) -> Tuple[Optional[float], Dict[str, float]]:
|
|
638
803
|
summed_co2_key = f"{formation}-{realization[0]}-{datestr}-{attribute}-{unit}"
|
|
804
|
+
current_total = None
|
|
639
805
|
if len(realization) == 1:
|
|
640
806
|
if MapType[MapAttribute(attribute).name].value == "MASS":
|
|
641
807
|
if summed_mass is not None and summed_co2_key not in summed_co2:
|
|
642
808
|
summed_co2[summed_co2_key] = summed_mass
|
|
643
|
-
if summed_co2_key in summed_co2
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
)
|
|
647
|
-
return surf_data, summed_co2
|
|
809
|
+
if summed_co2_key in summed_co2:
|
|
810
|
+
current_total = summed_co2[summed_co2_key]
|
|
811
|
+
return current_total, summed_co2
|
|
648
812
|
|
|
649
813
|
|
|
650
814
|
def export_figure_data_to_csv(
|