webviz-subsurface 0.2.33__tar.gz → 0.2.34__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.33 → webviz_subsurface-0.2.34}/PKG-INFO +1 -1
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/parameter_model.py +1 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py +3 -1
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/parameter_response.py +3 -1
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py +3 -1
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_map_viewer_fmu/_types.py +1 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_map_viewer_fmu/_utils.py +18 -1
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py +38 -12
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_map_viewer_fmu/layout.py +30 -16
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py +33 -5
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_segy_viewer.py +6 -26
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_surface_with_grid_cross_section.py +3 -16
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_surface_with_seismic_cross_section.py +3 -16
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py +33 -29
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py +8 -12
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py +0 -3
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py +2 -12
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py +45 -3
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface.egg-info/PKG-INFO +1 -1
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/.github/pull_request_template.md +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/.github/workflows/subsurface.yml +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/.gitignore +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/.isort.cfg +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/.pylintrc +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/CHANGELOG.md +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/LICENSE +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/LICENSE.chromedriver +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/README.md +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/SECURITY.md +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/bandit.yml +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/deploy_docker_image.sh +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/mypy.ini +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/pytest.ini +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/setup.cfg +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/setup.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/conftest.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/data/colormap.txt +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/data/gruptree.csv +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/data/parameters.csv +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/data/realizations.csv +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/data/surface_png.txt +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/data/surface_zarr.np.gz +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/data/vfp.arrow +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/data/volumes.csv +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_bhp_qc.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_history_match.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_line_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_parameter_analysis.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_parameter_correlation.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_parameter_distribution.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_parameter_parallel_coordinates.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_parameter_response_correlation.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_property_statistics.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_pvt_plot.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_relative_permeability.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_regional.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_rft_plotter.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_segy_viewer.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_structural_uncertainty.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_surface_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_surface_with_grid_crossection.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_surface_with_seismic_crossection.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_tornado_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_vfp_analysis.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_volumetric_analysis.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/plugin_tests/test_well_log_viewer.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/test_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/integration_tests/test_surface_selector.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/abbreviations_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/abbreviations_tests/test_reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/data_input/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/data_input/test_calc_from_cumulatives.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/data_input/test_image_processing.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/mocks/ensemble_summary_provider_dummy.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/model_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/model_tests/test_ensemble_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/model_tests/test_ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/model_tests/test_gruptree_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/model_tests/test_property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/model_tests/test_surface_set_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/model_tests/test_well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/model_tests/test_well_set_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_grouptree.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/mocks/derived_vectors_accessor_ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/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.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_impl.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_derived_vector_accessor.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_history_vectors.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_simulation_time_series/test_utils/test_vector_statistics.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_tornado_data.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/plugin_tests/test_well_completions.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/provider_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/provider_tests/test_ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/provider_tests/test_ensemble_summary_provider_resampling.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/provider_tests/test_ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/utils_tests/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/utils_tests/test_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/mocks/ensemble_summary_provider_mock.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/utils_tests/test_ensemble_summary_provider_set/test_ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/utils_tests/test_formatting.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/tests/unit_tests/utils_tests/test_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_abbreviations/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_abbreviations/abbreviation_data/reservoir_simulation_unit_terminology.json +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_abbreviations/abbreviation_data/si_prefixes.json +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_abbreviations/abbreviation_data/volume_terminology.json +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_abbreviations/number_formatting.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_abbreviations/reservoir_simulation.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_abbreviations/volume_terminology.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_assets/css/block_options.css +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_assets/css/container.css +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_assets/css/inplace_volumes.css +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_assets/css/modal.css +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_assets/css/structural_uncertainty.css +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_assets/js/clientside_functions.js +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_components/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_components/color_picker.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_components/parameter_filter.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_components/tornado/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_components/tornado/_tornado_bar_chart.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_components/tornado/_tornado_data.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_components/tornado/_tornado_table.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_components/tornado/tornado_widget.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/eclipse_init_io/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/eclipse_init_io/pvt_common.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/eclipse_init_io/pvt_gas.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/eclipse_init_io/pvt_oil.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/eclipse_init_io/pvt_water.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/eclipse_unit.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/fmu_input.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/grid.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/history_match.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/image_processing.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/pvt_data.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/relative_permeability.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/seismic.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/surface.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/units.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/well.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/well_completions.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_datainput/xsection.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_figures/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_figures/barchart.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_figures/px_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_figures/scatterplot.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_figures/timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/caching_ensemble_set_model_factory.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/ensemble_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/ensemble_set_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/gruptree_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/inplace_volumes_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/observation_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/stratigraphy_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/surface_leaflet_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/surface_set_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/well_attributes_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/well_set_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_private_plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_private_plugins/surface_selector.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_fault_polygons_discovery.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/ensemble_fault_polygons_provider_factory.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_fault_polygons_provider/fault_polygons_server.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_grid_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_grid_provider/_egrid_file_discovery.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_grid_provider/_roff_file_discovery.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider_factory.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_egrid.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_roff.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/_arrow_unsmry_import.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/_csv_import.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/_dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/_table_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/dev_compare_fmu_to_lazy_provider.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/dev_provider_perf_testing.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/dev_resampling_perf_testing.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider_factory.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_summary_provider/utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/_stat_surf_cache.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_discovery.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_image.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/_types.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/dev_surface_server_lazy.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider_factory.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_table_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_table_provider/_field_metadata.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_table_provider/_table_import.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_factory.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/ensemble_table_provider/ensemble_table_provider_impl_arrow.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/well_provider/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/well_provider/_provider_impl_file.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/well_provider/dev_experiments.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/well_provider/well_provider.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/well_provider/well_provider_factory.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_providers/well_provider/well_server.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/colors.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/ensemble_summary_provider_set.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/ensemble_summary_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/ensemble_table_provider_set.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/ensemble_table_provider_set_factory.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/enum_shim.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/fanchart_plotting.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/formatting.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/perf_timer.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/statistics_plotting.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/unique_theming.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/user_defined_vector_definitions.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/vector_calculator.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/vector_selector.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/webvizstore_functions.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_assisted_history_matching_analysis.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/views/_bar_chart.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/views/_fan_chart.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/views/_line_chart.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_error.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_utilities/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_utilities/callbacks.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_utilities/color_tables.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_utilities/fault_polygons.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_utilities/generic.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_utilities/initialization.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_utilities/plume_extent.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_utilities/summary_graphs.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/_utilities/surface_publishing.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/views/mainview/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_co2_leakage/views/mainview/settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_disk_usage.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/_layout_elements.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/_routes.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/_types.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/_view_3d.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_color_scale.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_data_selection.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_grid_filter.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_group_tree/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_group_tree/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_group_tree/_types.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_group_tree/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_group_tree/_utils/_ensemble_group_tree_data.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_group_tree/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_group_tree/_views/_group_tree_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_history_match.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_table.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/_huv_xsection.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_horizon_uncertainty_viewer/horizon_uncertainty_viewer.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_inplace_volumes.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_inplace_volumes_onebyone.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/build_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/controllers/update_figure_clientside.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/figures/plotly_line_plot.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/line_plotter_fmu.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/views/data_selectors_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_options_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_line_plotter_fmu/views/plot_traces_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_map_viewer_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_map_viewer_fmu/_layer_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_map_viewer_fmu/color_tables.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_morris_plot.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_utils/_parameters_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_utils/_provider_timesseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_parameters.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_settings/_visualization_type.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_distributions_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_utils/_color_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_analysis/_views/_parameter_response_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_correlation/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_correlation/_error.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_correlation/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_correlation/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_correlation/views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/_parameter_plot.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_correlation/views/parameter_plot/settings/_parameter_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_distribution.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_parallel_coordinates.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_parameter_response_correlation.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/_plugin_ids.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/shared_settings/_filter.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/utils/make_dataframes.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/utils/make_figures.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/view_elements/_graph.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/views/_production_misfit_per_real.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/views/_view_functions.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_coverage.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_prod_misfit/views/_well_production_heatmap.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/controllers/property_delta_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/controllers/property_qc_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/controllers/property_response_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/data_loaders/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/figures/correlation_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/models/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/models/ensemble_timeseries_datamodel.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/models/property_statistics_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/models/simulation_timeseries_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/property_statistics.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/utils/colors.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/utils/surface.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/views/main_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/views/property_delta_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/views/property_qc_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/views/property_response_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_property_statistics/views/selector_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_pvt_plot/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_pvt_plot/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_pvt_plot/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_data_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/_plot_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_relative_permeability.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_reservoir_simulation_timeseries.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_reusable_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_reusable_view_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_types.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_utils/_formation_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_formation_plot_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_settings/_map_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_utils/_map_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_utils/_misfit_per_real_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_misfit_per_real_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_options.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_parameter_filter.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_parameter_response_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_table_view_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_qc_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_plot_type.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_settings/_size_color_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_crossplot_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_utils/_errorplot_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_rft_plotter/_views/_sim_vs_obs_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_running_time_analysis_fmu.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_seismic_misfit.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/ensemble_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/graph_figure_builder_base.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_property_serialization/vector_subplot_builder.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_ensembles.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_filter_realization.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_group_by.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_resampling_frequency.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_time_series.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_settings/_visualization.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_types/types.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/create_vector_traces_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/dataframe_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/datetime_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/delta_ensemble_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_ensemble_vectors_accessor_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/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.33 → webviz_subsurface-0.2.34}/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.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/derived_vectors_accessor/derived_vectors_accessor.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/ensemble_summary_provider_set_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/from_timeseries_cumulatives.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/history_vectors.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/trace_line_shape.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_utils/vector_statistics.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series/_views/_subplot_view/_view_elements/_subplot_graph.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_types.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_datetime_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_onebyone_timeseries_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_utils/_simulation_time_series_onebyone_datamodel.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_general_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_sensitivity_filter.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_bottom_visualization_view_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_simulation_time_series_onebyone/_views/_onebyone_view/_view_elements/_general_view_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/_tour_steps.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/controllers/dialog_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/controllers/intersection_source_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/controllers/map_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/controllers/realization_filter_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/controllers/uncertainty_table_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/figures/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/figures/intersection.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/structural_uncertainty.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/views/dialog.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_and_map.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/views/intersection_data.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/views/map_data.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/views/realization_filter.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_structural_uncertainty/views/uncertainty_table.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_subsurface_map.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_surface_viewer_fmu.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_swatinit_qc/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_swatinit_qc/_business_logic.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_swatinit_qc/_callbacks.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_swatinit_qc/_figures.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_swatinit_qc/_layout.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_swatinit_qc/_markdown.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_swatinit_qc/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/_error.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_selectors.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/shared_settings/_view_settings.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/_plot_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/plot_view/view_elements/plot.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/_table_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_tornado_plotter_fmu/views/table_view/view_elements/table.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_utils/_vfp_data_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_pressure_option.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_settings/_vizualisation.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_utils/_vfp_figure_builder.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/_vfp_graph.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/controllers/comparison_controllers.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/controllers/export_data_controllers.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/controllers/fipfile_qc_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/controllers/layout_controllers.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/utils/table_and_figure_utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/utils/utils.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/views/clientside_stores.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/views/comparison_layout.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/views/distribution_main_layout.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/views/filter_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/views/fipfile_qc_layout.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/views/tornado_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_volumetric_analysis/volume_validator_and_combinator.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_types.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_utils/_ensemble_well_analysis_data.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_utils/_well_control_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_control_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_chart_type.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_filters.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_layout_options.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_selections.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_settings/_statistical_options.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_utils/_well_overview_figure.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_analysis/_views/_well_overview_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completion/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completion/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completion/_utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completion/_utils/_well_completion_data_model.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completion/_views/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completion/_views/_well_completion_view/_view_element.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completions/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completions/_business_logic.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completions/_callbacks.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completions/_layout.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_completions/_plugin.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_cross_section.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_cross_section_fmu.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_log_viewer/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_log_viewer/_validate_log_templates.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_log_viewer/controllers/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_log_viewer/controllers/_well_controller.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_log_viewer/utils/__init__.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_log_viewer/utils/default_color_tables.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_log_viewer/utils/xtgeo_well_log_to_json.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/smry2arrow_batch.py +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface.egg-info/SOURCES.txt +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface.egg-info/dependency_links.txt +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface.egg-info/entry_points.txt +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface.egg-info/not-zip-safe +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface.egg-info/requires.txt +0 -0
- {webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface.egg-info/top_level.txt +0 -0
{webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_models/parameter_model.py
RENAMED
|
@@ -151,6 +151,7 @@ class ParametersModel:
|
|
|
151
151
|
# if mix of gen_kw and sensitivity ensembles add
|
|
152
152
|
# dummy sensitivvity columns to gen_kw ensembles
|
|
153
153
|
gen_kw_mask = self._dataframe["SENSNAME"].isnull()
|
|
154
|
+
self._dataframe["SENSNAME"] = self._dataframe["SENSNAME"].astype(str)
|
|
154
155
|
self._dataframe.loc[gen_kw_mask, "SENSNAME"] = "🎲"
|
|
155
156
|
self._dataframe.loc[gen_kw_mask, "SENSCASE"] = "p10_p90"
|
|
156
157
|
|
|
@@ -478,7 +478,9 @@ class GridVizService:
|
|
|
478
478
|
i_ref = reference(0)
|
|
479
479
|
j_ref = reference(0)
|
|
480
480
|
k_ref = reference(0)
|
|
481
|
-
grid.ComputeCellStructuredCoords(
|
|
481
|
+
grid.ComputeCellStructuredCoords(
|
|
482
|
+
cell_id, i_ref, j_ref, k_ref, True # type: ignore[arg-type]
|
|
483
|
+
)
|
|
482
484
|
|
|
483
485
|
cell_property_val: Optional[np.ndarray] = None
|
|
484
486
|
if property_spec:
|
{webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/_utils/parameter_response.py
RENAMED
|
@@ -37,7 +37,9 @@ def filter_and_sum_responses(
|
|
|
37
37
|
if aggregation == "sum":
|
|
38
38
|
return df.groupby("REAL").sum().reset_index()[["REAL", response]]
|
|
39
39
|
if aggregation == "mean":
|
|
40
|
-
return
|
|
40
|
+
return (
|
|
41
|
+
df.groupby("REAL").mean(numeric_only=True).reset_index()[["REAL", response]]
|
|
42
|
+
)
|
|
41
43
|
raise ValueError(f"Unknown aggregation '{aggregation}'.")
|
|
42
44
|
|
|
43
45
|
|
|
@@ -3,6 +3,7 @@ from typing import Dict, List, Optional
|
|
|
3
3
|
import geojson
|
|
4
4
|
import pandas as pd
|
|
5
5
|
|
|
6
|
+
from webviz_subsurface._utils.colors import hex_to_rgb
|
|
6
7
|
from webviz_subsurface._utils.enum_shim import StrEnum
|
|
7
8
|
|
|
8
9
|
|
|
@@ -64,10 +65,11 @@ class WellPickProvider:
|
|
|
64
65
|
point = geojson.Point(coordinates=coords, validate=validate_geometry)
|
|
65
66
|
|
|
66
67
|
geocoll = geojson.GeometryCollection(geometries=[point])
|
|
67
|
-
|
|
68
68
|
properties = {
|
|
69
69
|
"name": row[WellPickTableColumns.WELL],
|
|
70
70
|
"attribute": str(row[attribute]),
|
|
71
|
+
"point_color": hex_to_rgb(row.get("point_color", "#000")),
|
|
72
|
+
"text_color": hex_to_rgb(row.get("text_color", "#000")),
|
|
71
73
|
}
|
|
72
74
|
|
|
73
75
|
feature = geojson.Feature(
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import base64
|
|
2
2
|
import io
|
|
3
3
|
import math
|
|
4
|
-
from typing import List
|
|
4
|
+
from typing import Dict, List
|
|
5
5
|
|
|
6
|
+
import geojson
|
|
7
|
+
import xtgeo
|
|
6
8
|
from PIL import Image, ImageDraw
|
|
7
9
|
|
|
8
10
|
|
|
@@ -39,3 +41,18 @@ def create_colormap_image_string(
|
|
|
39
41
|
draw.rectangle([(x_0, 0), (x_1, height)], fill=rgb_to_hex(color))
|
|
40
42
|
|
|
41
43
|
return f"data:image/png;base64,{image_to_base64(img)}"
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
def xtgeo_polygons_to_geojson(polygons: xtgeo.Polygons) -> Dict:
|
|
47
|
+
feature_arr = []
|
|
48
|
+
for name, polygon in polygons.dataframe.groupby("POLY_ID"):
|
|
49
|
+
coords = [list(zip(polygon.X_UTME, polygon.Y_UTMN))]
|
|
50
|
+
feature = geojson.Feature(
|
|
51
|
+
geometry=geojson.Polygon(coords),
|
|
52
|
+
properties={
|
|
53
|
+
"name": f"id:{name}",
|
|
54
|
+
"color": [200, 200, 200],
|
|
55
|
+
},
|
|
56
|
+
)
|
|
57
|
+
feature_arr.append(feature)
|
|
58
|
+
return geojson.FeatureCollection(features=feature_arr)
|
|
@@ -9,6 +9,7 @@ from typing import Any, Callable, Dict, List, Optional, Tuple, Union
|
|
|
9
9
|
|
|
10
10
|
import numpy as np
|
|
11
11
|
import webviz_subsurface_components as wsc
|
|
12
|
+
import xtgeo
|
|
12
13
|
from dash import ALL, MATCH, Input, Output, State, callback, callback_context, no_update
|
|
13
14
|
from dash.exceptions import PreventUpdate
|
|
14
15
|
from webviz_config import EncodedFile
|
|
@@ -32,7 +33,7 @@ from webviz_subsurface._providers import (
|
|
|
32
33
|
from ._layer_model import DeckGLMapLayersModel
|
|
33
34
|
from ._tmp_well_pick_provider import WellPickProvider
|
|
34
35
|
from ._types import LayerTypes, SurfaceMode
|
|
35
|
-
from ._utils import round_to_significant
|
|
36
|
+
from ._utils import round_to_significant, xtgeo_polygons_to_geojson
|
|
36
37
|
from .layout import (
|
|
37
38
|
DefaultSettings,
|
|
38
39
|
LayoutElements,
|
|
@@ -51,6 +52,8 @@ def plugin_callbacks(
|
|
|
51
52
|
surface_server: Union[SurfaceArrayServer, SurfaceImageServer],
|
|
52
53
|
ensemble_fault_polygons_providers: Dict[str, EnsembleFaultPolygonsProvider],
|
|
53
54
|
fault_polygons_server: FaultPolygonsServer,
|
|
55
|
+
field_outline_polygons: xtgeo.Polygons,
|
|
56
|
+
field_outline_color: Tuple[float, float, float],
|
|
54
57
|
map_surface_names_to_fault_polygons: Dict[str, str],
|
|
55
58
|
well_picks_provider: Optional[WellPickProvider],
|
|
56
59
|
fault_polygon_attribute: Optional[str],
|
|
@@ -518,9 +521,27 @@ def plugin_callbacks(
|
|
|
518
521
|
layer_data={
|
|
519
522
|
"data": well_picks_provider.get_geojson(
|
|
520
523
|
selected_wells, horizon_name
|
|
521
|
-
)
|
|
524
|
+
),
|
|
525
|
+
"getLineColor": "@@=properties.point_color",
|
|
526
|
+
"getFillColor": "@@=properties.point_color",
|
|
527
|
+
"getTextColor": "@@=properties.text_color",
|
|
528
|
+
},
|
|
529
|
+
)
|
|
530
|
+
if (
|
|
531
|
+
LayoutLabels.SHOW_FIELD_OUTLINE in options
|
|
532
|
+
and field_outline_polygons is not None
|
|
533
|
+
):
|
|
534
|
+
layer_model.update_layer_by_id(
|
|
535
|
+
layer_id=f"{LayoutElements.FIELD_OUTLINE_LAYER}-{idx}",
|
|
536
|
+
layer_data={
|
|
537
|
+
"data": xtgeo_polygons_to_geojson(field_outline_polygons),
|
|
538
|
+
"filled": False,
|
|
539
|
+
"depthTest": False,
|
|
540
|
+
"lineWidthMinPixels": 2,
|
|
541
|
+
"getLineColor": field_outline_color,
|
|
522
542
|
},
|
|
523
543
|
)
|
|
544
|
+
|
|
524
545
|
viewports = []
|
|
525
546
|
view_annotations = []
|
|
526
547
|
for idx, data in enumerate(surface_elements):
|
|
@@ -550,10 +571,13 @@ def plugin_callbacks(
|
|
|
550
571
|
"show3D": False,
|
|
551
572
|
"isSync": True,
|
|
552
573
|
"layerIds": [
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
574
|
+
(
|
|
575
|
+
f"{LayoutElements.MAP3D_LAYER}-{idx}"
|
|
576
|
+
if isinstance(surface_server, SurfaceArrayServer)
|
|
577
|
+
else f"{LayoutElements.COLORMAP_LAYER}-{idx}"
|
|
578
|
+
),
|
|
556
579
|
f"{LayoutElements.FAULTPOLYGONS_LAYER}-{idx}",
|
|
580
|
+
f"{LayoutElements.FIELD_OUTLINE_LAYER}-{idx}",
|
|
557
581
|
f"{LayoutElements.WELLS_LAYER}-{idx}",
|
|
558
582
|
],
|
|
559
583
|
"name": make_viewport_label(data, tab_name, multi),
|
|
@@ -851,13 +875,15 @@ def plugin_callbacks(
|
|
|
851
875
|
"colormap": {"value": colormap, "options": colormaps},
|
|
852
876
|
"color_range": {
|
|
853
877
|
"value": color_range,
|
|
854
|
-
"step":
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
878
|
+
"step": (
|
|
879
|
+
calculate_slider_step(
|
|
880
|
+
min_value=value_range[0],
|
|
881
|
+
max_value=value_range[1],
|
|
882
|
+
steps=100,
|
|
883
|
+
)
|
|
884
|
+
if value_range[0] != value_range[1]
|
|
885
|
+
else 0
|
|
886
|
+
),
|
|
861
887
|
"range": value_range,
|
|
862
888
|
},
|
|
863
889
|
}
|
|
@@ -37,15 +37,17 @@ class LayoutElements(StrEnum):
|
|
|
37
37
|
RANGE_RESET = "color-range-reset-button"
|
|
38
38
|
RESET_BUTTOM_CLICK = "color-range-reset-stored-state"
|
|
39
39
|
FAULTPOLYGONS = "fault-polygon-toggle"
|
|
40
|
+
FIELD_OUTLINE_TOGGLE = "field-outline-toggle"
|
|
40
41
|
WRAPPER = "wrapper-for-selector-component"
|
|
41
42
|
COLORWRAPPER = "wrapper-for-color-selector-component"
|
|
42
43
|
OPTIONS = "options"
|
|
43
44
|
|
|
44
45
|
COLORMAP_LAYER = "deckglcolormaplayer"
|
|
45
|
-
|
|
46
|
+
|
|
46
47
|
WELLS_LAYER = "deckglwelllayer"
|
|
47
48
|
MAP3D_LAYER = "deckglmap3dlayer"
|
|
48
49
|
FAULTPOLYGONS_LAYER = "deckglfaultpolygonslayer"
|
|
50
|
+
FIELD_OUTLINE_LAYER = "deckglfieldoutlinelayer"
|
|
49
51
|
REALIZATIONS_FILTER = "realization-filter-selector"
|
|
50
52
|
OPTIONS_DIALOG = "options-dialog"
|
|
51
53
|
|
|
@@ -69,8 +71,8 @@ class LayoutLabels(StrEnum):
|
|
|
69
71
|
LINK = "🔗 Link"
|
|
70
72
|
FAULTPOLYGONS = "Fault polygons"
|
|
71
73
|
SHOW_FAULTPOLYGONS = "Show fault polygons"
|
|
74
|
+
SHOW_FIELD_OUTLINE = "Show field outline"
|
|
72
75
|
SHOW_WELLS = "Show wells"
|
|
73
|
-
SHOW_HILLSHADING = "Hillshading"
|
|
74
76
|
COMMON_SELECTIONS = "Options and global filters"
|
|
75
77
|
REAL_FILTER = "Realization filter"
|
|
76
78
|
WELL_FILTER = "Well filter"
|
|
@@ -183,7 +185,7 @@ def main_layout(
|
|
|
183
185
|
realizations: List[int],
|
|
184
186
|
color_tables: List[Dict],
|
|
185
187
|
show_fault_polygons: bool = True,
|
|
186
|
-
|
|
188
|
+
show_field_outline: bool = False,
|
|
187
189
|
render_surfaces_as_images: bool = True,
|
|
188
190
|
) -> html.Div:
|
|
189
191
|
return html.Div(
|
|
@@ -240,9 +242,9 @@ def main_layout(
|
|
|
240
242
|
DialogLayout(
|
|
241
243
|
get_uuid,
|
|
242
244
|
show_fault_polygons,
|
|
245
|
+
show_field_outline,
|
|
243
246
|
well_names,
|
|
244
247
|
realizations,
|
|
245
|
-
hillshading_enabled,
|
|
246
248
|
),
|
|
247
249
|
]
|
|
248
250
|
)
|
|
@@ -304,18 +306,20 @@ class DialogLayout(wcc.Dialog):
|
|
|
304
306
|
self,
|
|
305
307
|
get_uuid: Callable,
|
|
306
308
|
show_fault_polygons: bool,
|
|
309
|
+
show_field_outline: bool,
|
|
307
310
|
well_names: List[str],
|
|
308
311
|
realizations: List[int],
|
|
309
|
-
hillshading_enabled: bool = True,
|
|
310
312
|
) -> None:
|
|
311
|
-
checklist_options = [
|
|
312
|
-
checklist_values =
|
|
313
|
-
[LayoutLabels.SHOW_HILLSHADING] if hillshading_enabled else []
|
|
314
|
-
)
|
|
313
|
+
checklist_options = []
|
|
314
|
+
checklist_values = []
|
|
315
315
|
if show_fault_polygons:
|
|
316
316
|
checklist_options.append(LayoutLabels.SHOW_FAULTPOLYGONS)
|
|
317
317
|
checklist_values.append(LayoutLabels.SHOW_FAULTPOLYGONS)
|
|
318
318
|
|
|
319
|
+
if show_field_outline:
|
|
320
|
+
checklist_options.append(LayoutLabels.SHOW_FIELD_OUTLINE)
|
|
321
|
+
checklist_values.append(LayoutLabels.SHOW_FIELD_OUTLINE)
|
|
322
|
+
|
|
319
323
|
if well_names:
|
|
320
324
|
checklist_options.append(LayoutLabels.SHOW_WELLS)
|
|
321
325
|
checklist_values.append(LayoutLabels.SHOW_FAULTPOLYGONS)
|
|
@@ -358,9 +362,11 @@ class LinkCheckBox(wcc.Checklist):
|
|
|
358
362
|
clicked = selector in DefaultSettings.LINKED_SELECTORS.get(tab, [])
|
|
359
363
|
super().__init__(
|
|
360
364
|
id={
|
|
361
|
-
"id":
|
|
362
|
-
|
|
363
|
-
|
|
365
|
+
"id": (
|
|
366
|
+
get_uuid(LayoutElements.LINK)
|
|
367
|
+
if selector not in ["color_range", "colormap"]
|
|
368
|
+
else get_uuid(LayoutElements.COLORLINK)
|
|
369
|
+
),
|
|
364
370
|
"tab": tab,
|
|
365
371
|
"selector": selector,
|
|
366
372
|
},
|
|
@@ -570,9 +576,11 @@ class MapSelectorLayout(html.Div):
|
|
|
570
576
|
) -> None:
|
|
571
577
|
super().__init__(
|
|
572
578
|
style={
|
|
573
|
-
"display":
|
|
574
|
-
|
|
575
|
-
|
|
579
|
+
"display": (
|
|
580
|
+
"none"
|
|
581
|
+
if tab == Tabs.STATS and selector == MapSelector.MODE
|
|
582
|
+
else "block"
|
|
583
|
+
)
|
|
576
584
|
},
|
|
577
585
|
children=wcc.Selectors(
|
|
578
586
|
label=label,
|
|
@@ -805,7 +813,13 @@ def update_map_layers(
|
|
|
805
813
|
"parameters": {"depthTest": False},
|
|
806
814
|
}
|
|
807
815
|
)
|
|
808
|
-
|
|
816
|
+
layers.append(
|
|
817
|
+
{
|
|
818
|
+
"@@type": LayerTypes.FIELD_OUTLINE,
|
|
819
|
+
"id": f"{LayoutElements.FIELD_OUTLINE_LAYER}-{idx}",
|
|
820
|
+
"data": {"type": "FeatureCollection", "features": []},
|
|
821
|
+
}
|
|
822
|
+
)
|
|
809
823
|
if include_well_layer:
|
|
810
824
|
layers.append(
|
|
811
825
|
{
|
|
@@ -2,6 +2,7 @@ import json
|
|
|
2
2
|
from pathlib import Path
|
|
3
3
|
from typing import Callable, Dict, List, Optional, Tuple, Union
|
|
4
4
|
|
|
5
|
+
import xtgeo
|
|
5
6
|
from dash import Dash, html
|
|
6
7
|
from webviz_config import WebvizPluginABC, WebvizSettings
|
|
7
8
|
|
|
@@ -18,7 +19,8 @@ from webviz_subsurface._providers.ensemble_surface_provider.surface_array_server
|
|
|
18
19
|
from webviz_subsurface._providers.ensemble_surface_provider.surface_image_server import (
|
|
19
20
|
SurfaceImageServer,
|
|
20
21
|
)
|
|
21
|
-
from webviz_subsurface._utils.
|
|
22
|
+
from webviz_subsurface._utils.colors import hex_to_rgb
|
|
23
|
+
from webviz_subsurface._utils.webvizstore_functions import get_path, read_csv
|
|
22
24
|
|
|
23
25
|
from ._tmp_well_pick_provider import WellPickProvider
|
|
24
26
|
from .callbacks import plugin_callbacks
|
|
@@ -39,6 +41,8 @@ A dashboard to covisualize arbitrary surfaces generated by FMU.
|
|
|
39
41
|
Default value is 'share/results/maps'.
|
|
40
42
|
* **`well_pick_file`:** A csv file with well picks. See data input.
|
|
41
43
|
* **`fault_polygon_attribute`:** Which set of fault polygons to use.
|
|
44
|
+
* **`field_outline_polygons_file_path`:** Full filepath to a field outline polygons file.
|
|
45
|
+
* **`field_outline_color:** Color of the field outline polygons (hex).
|
|
42
46
|
* **`map_surface_names_to_well_pick_names`:** Allows mapping of file surface names
|
|
43
47
|
to the relevant well pick name
|
|
44
48
|
* **`map_surface_names_to_fault_polygons`:** Allows mapping of file surface names
|
|
@@ -69,7 +73,11 @@ See [this file](https://github.com/equinor/webviz-subsurface-testdata/blob/maste
|
|
|
69
73
|
01_drogon_ahm/realization-0/iter-0/share/results/polygons/\
|
|
70
74
|
toptherys--gl_faultlines_extract_postprocess.pol) for an example.
|
|
71
75
|
|
|
76
|
+
Field outline polygons have the same format as fault polygons.
|
|
77
|
+
|
|
72
78
|
Well picks are provided as a csv file with columns `X_UTME,Y_UTMN,Z_TVDSS,MD,WELL,HORIZON`.
|
|
79
|
+
Additionally the columns `point_color` and `text_color` can be used to specify the color of the
|
|
80
|
+
point and text respectively. Use hex color codes for this (e.g. #ffffff).<br>
|
|
73
81
|
See [wellpicks.csv](https://github.com/equinor/webviz-subsurface-testdata/tree/master/\
|
|
74
82
|
observed_data/drogon_well_picks/wellpicks.csv) for an example.<br>
|
|
75
83
|
Well picks can be exported from RMS using this script: [extract_well_picks_from_rms.py]\
|
|
@@ -91,6 +99,8 @@ color-tables.json for color_tables format.
|
|
|
91
99
|
attributes: list = None,
|
|
92
100
|
well_pick_file: Path = None,
|
|
93
101
|
fault_polygon_attribute: Optional[str] = None,
|
|
102
|
+
field_outline_polygons_file_path: Path = None,
|
|
103
|
+
field_outline_color: str = "#e51000",
|
|
94
104
|
map_surface_names_to_fault_polygons: Dict[str, str] = None,
|
|
95
105
|
map_surface_names_to_well_pick_names: Dict[str, str] = None,
|
|
96
106
|
rel_surface_folder: str = "share/results/maps",
|
|
@@ -155,7 +165,16 @@ color-tables.json for color_tables format.
|
|
|
155
165
|
self._fault_polygons_server = FaultPolygonsServer.instance(app)
|
|
156
166
|
for fault_polygons_provider in self._ensemble_fault_polygons_providers.values():
|
|
157
167
|
self._fault_polygons_server.add_provider(fault_polygons_provider)
|
|
158
|
-
|
|
168
|
+
self.field_outline_polygons = None
|
|
169
|
+
self.field_outline_polygons_file_path = field_outline_polygons_file_path
|
|
170
|
+
if self.field_outline_polygons_file_path is not None:
|
|
171
|
+
try:
|
|
172
|
+
self.field_outline_polygons = xtgeo.polygons_from_file(
|
|
173
|
+
get_path(self.field_outline_polygons_file_path)
|
|
174
|
+
)
|
|
175
|
+
except ValueError:
|
|
176
|
+
print("Error reading field outline polygons file")
|
|
177
|
+
self.field_outline_color = hex_to_rgb(field_outline_color)
|
|
159
178
|
self.map_surface_names_to_fault_polygons = (
|
|
160
179
|
map_surface_names_to_fault_polygons
|
|
161
180
|
if map_surface_names_to_fault_polygons is not None
|
|
@@ -175,10 +194,13 @@ color-tables.json for color_tables format.
|
|
|
175
194
|
reals.extend([x for x in provider.realizations() if x not in reals])
|
|
176
195
|
return main_layout(
|
|
177
196
|
get_uuid=self.uuid,
|
|
178
|
-
well_names=
|
|
179
|
-
|
|
180
|
-
|
|
197
|
+
well_names=(
|
|
198
|
+
self.well_pick_provider.well_names()
|
|
199
|
+
if self.well_pick_provider is not None
|
|
200
|
+
else []
|
|
201
|
+
),
|
|
181
202
|
realizations=reals,
|
|
203
|
+
show_field_outline=self.field_outline_polygons is not None,
|
|
182
204
|
color_tables=self.color_tables,
|
|
183
205
|
render_surfaces_as_images=self.render_surfaces_as_images,
|
|
184
206
|
)
|
|
@@ -191,6 +213,8 @@ color-tables.json for color_tables format.
|
|
|
191
213
|
ensemble_fault_polygons_providers=self._ensemble_fault_polygons_providers,
|
|
192
214
|
fault_polygon_attribute=self.fault_polygon_attribute,
|
|
193
215
|
fault_polygons_server=self._fault_polygons_server,
|
|
216
|
+
field_outline_polygons=self.field_outline_polygons,
|
|
217
|
+
field_outline_color=self.field_outline_color,
|
|
194
218
|
map_surface_names_to_fault_polygons=self.map_surface_names_to_fault_polygons,
|
|
195
219
|
well_picks_provider=self.well_pick_provider,
|
|
196
220
|
color_tables=self.color_tables,
|
|
@@ -202,4 +226,8 @@ color-tables.json for color_tables format.
|
|
|
202
226
|
store_functions = []
|
|
203
227
|
if self.well_pick_file is not None:
|
|
204
228
|
store_functions.append((read_csv, [{"csv_file": self.well_pick_file}]))
|
|
229
|
+
if self.field_outline_polygons_file_path is not None:
|
|
230
|
+
store_functions.append(
|
|
231
|
+
(get_path, [{"path": self.field_outline_polygons_file_path}])
|
|
232
|
+
)
|
|
205
233
|
return store_functions
|
{webviz_subsurface-0.2.33 → webviz_subsurface-0.2.34}/webviz_subsurface/plugins/_segy_viewer.py
RENAMED
|
@@ -49,7 +49,7 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
49
49
|
|
|
50
50
|
self.zunit = zunit
|
|
51
51
|
self.segyfiles: List[str] = [str(segy) for segy in segyfiles]
|
|
52
|
-
self.
|
|
52
|
+
self.colors = (
|
|
53
53
|
colors
|
|
54
54
|
if colors
|
|
55
55
|
else [
|
|
@@ -68,7 +68,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
68
68
|
]
|
|
69
69
|
)
|
|
70
70
|
self.init_state = self.update_state(self.segyfiles[0])
|
|
71
|
-
self.init_state.get("colorscale", self.initial_colors)
|
|
72
71
|
self.init_state.get("uirevision", str(uuid4()))
|
|
73
72
|
|
|
74
73
|
self.plotly_theme = webviz_settings.theme.plotly_theme
|
|
@@ -86,7 +85,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
86
85
|
"color_min_value": float(f"{round(cube.values.min(), 2):2f}"),
|
|
87
86
|
"color_max_value": float(f"{round(cube.values.max(), 2):2f}"),
|
|
88
87
|
"uirevision": str(uuid4()),
|
|
89
|
-
"colorscale": self.initial_colors,
|
|
90
88
|
}
|
|
91
89
|
if kwargs:
|
|
92
90
|
for key, value in kwargs.items():
|
|
@@ -121,10 +119,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
121
119
|
"id": self.uuid("zslice"),
|
|
122
120
|
"content": "Selected zslice for the seismic cube.",
|
|
123
121
|
},
|
|
124
|
-
{
|
|
125
|
-
"id": self.uuid("color-scale"),
|
|
126
|
-
"content": "Click this button to change colorscale",
|
|
127
|
-
},
|
|
128
122
|
{
|
|
129
123
|
"id": self.uuid("color-values"),
|
|
130
124
|
"content": "Drag either node of slider to truncate color ranges.",
|
|
@@ -160,18 +154,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
160
154
|
clearable=False,
|
|
161
155
|
),
|
|
162
156
|
),
|
|
163
|
-
html.Div(
|
|
164
|
-
children=[
|
|
165
|
-
wcc.Label(
|
|
166
|
-
children="Set colorscale",
|
|
167
|
-
),
|
|
168
|
-
wcc.ColorScales(
|
|
169
|
-
id=self.uuid("color-scale"),
|
|
170
|
-
colorscale=self.initial_colors,
|
|
171
|
-
nSwatches=12,
|
|
172
|
-
),
|
|
173
|
-
],
|
|
174
|
-
),
|
|
175
157
|
html.Div(
|
|
176
158
|
children=[
|
|
177
159
|
wcc.RangeSlider(
|
|
@@ -183,7 +165,8 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
183
165
|
self.init_state["min_value"],
|
|
184
166
|
self.init_state["max_value"],
|
|
185
167
|
],
|
|
186
|
-
|
|
168
|
+
marks=None,
|
|
169
|
+
tooltip={"placement": "bottom", "always_visible": True},
|
|
187
170
|
step=calculate_slider_step(
|
|
188
171
|
min_value=self.init_state["min_value"],
|
|
189
172
|
max_value=self.init_state["max_value"],
|
|
@@ -257,7 +240,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
257
240
|
Input(self.uuid("xline"), "clickData"),
|
|
258
241
|
Input(self.uuid("zslice"), "clickData"),
|
|
259
242
|
Input(self.uuid("color-values"), "value"),
|
|
260
|
-
Input(self.uuid("color-scale"), "colorscale"),
|
|
261
243
|
Input(self.uuid("zoom"), "n_clicks"),
|
|
262
244
|
Input(self.uuid("color-reset"), "n_clicks"),
|
|
263
245
|
],
|
|
@@ -272,7 +254,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
272
254
|
xcd: Union[dict, None],
|
|
273
255
|
zcd: Union[dict, None],
|
|
274
256
|
color_values: List[float],
|
|
275
|
-
colorscale: List[float],
|
|
276
257
|
_zoom_btn: Union[int, None],
|
|
277
258
|
_reset_range_btn: Union[int, None],
|
|
278
259
|
zfig: Union[dict, None],
|
|
@@ -311,7 +292,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
311
292
|
else:
|
|
312
293
|
store["color_min_value"] = color_values[0]
|
|
313
294
|
store["color_max_value"] = color_values[1]
|
|
314
|
-
store["colorscale"] = colorscale
|
|
315
295
|
return json.dumps(store)
|
|
316
296
|
|
|
317
297
|
@app.callback(
|
|
@@ -358,7 +338,7 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
358
338
|
reverse_y=False,
|
|
359
339
|
zmin=state["color_min_value"],
|
|
360
340
|
zmax=state["color_max_value"],
|
|
361
|
-
colorscale=
|
|
341
|
+
colorscale=self.colors,
|
|
362
342
|
uirevision=state["uirevision"],
|
|
363
343
|
)
|
|
364
344
|
fig["layout"]["shapes"] = shapes
|
|
@@ -406,7 +386,7 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
406
386
|
yaxis_title=self.zunit,
|
|
407
387
|
zmin=state["color_min_value"],
|
|
408
388
|
zmax=state["color_max_value"],
|
|
409
|
-
colorscale=
|
|
389
|
+
colorscale=self.colors,
|
|
410
390
|
uirevision=state["uirevision"],
|
|
411
391
|
)
|
|
412
392
|
fig["layout"]["shapes"] = shapes
|
|
@@ -451,7 +431,7 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
451
431
|
yaxis_title=self.zunit,
|
|
452
432
|
zmin=state["color_min_value"],
|
|
453
433
|
zmax=state["color_max_value"],
|
|
454
|
-
colorscale=
|
|
434
|
+
colorscale=self.colors,
|
|
455
435
|
uirevision=state["uirevision"],
|
|
456
436
|
)
|
|
457
437
|
fig["layout"]["shapes"] = shapes
|
|
@@ -93,7 +93,7 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
93
93
|
Path(gridfile).stem for gridfile in gridparameterfiles
|
|
94
94
|
]
|
|
95
95
|
self.plotly_theme = webviz_settings.theme.plotly_theme
|
|
96
|
-
self.
|
|
96
|
+
self.colors = (
|
|
97
97
|
colors
|
|
98
98
|
if colors is not None
|
|
99
99
|
else [
|
|
@@ -154,10 +154,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
154
154
|
"id": self.ids("gridparameter"),
|
|
155
155
|
"content": "The visualized grid parameter.",
|
|
156
156
|
},
|
|
157
|
-
{
|
|
158
|
-
"id": self.ids("color-scale"),
|
|
159
|
-
"content": ("Click this button to change colorscale"),
|
|
160
|
-
},
|
|
161
157
|
{
|
|
162
158
|
"id": self.ids("color-values"),
|
|
163
159
|
"content": ("Drag either node of slider to truncate color ranges"),
|
|
@@ -224,14 +220,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
224
220
|
value=self.gridparafiles[0],
|
|
225
221
|
clearable=False,
|
|
226
222
|
),
|
|
227
|
-
wcc.Label(
|
|
228
|
-
children="Set colorscale",
|
|
229
|
-
),
|
|
230
|
-
wcc.ColorScales(
|
|
231
|
-
id=self.ids("color-scale"),
|
|
232
|
-
colorscale=self.initial_colors,
|
|
233
|
-
nSwatches=12,
|
|
234
|
-
),
|
|
235
223
|
wcc.RangeSlider(
|
|
236
224
|
label="Set color range",
|
|
237
225
|
id=self.ids("color-values"),
|
|
@@ -335,10 +323,9 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
335
323
|
Input(self.ids("gridparameter"), "value"),
|
|
336
324
|
Input(self.ids("surface"), "value"),
|
|
337
325
|
Input(self.ids("color-values"), "value"),
|
|
338
|
-
Input(self.ids("color-scale"), "colorscale"),
|
|
339
326
|
],
|
|
340
327
|
)
|
|
341
|
-
def _render_fence(coords, gridparameter, surfacepath, color_values
|
|
328
|
+
def _render_fence(coords, gridparameter, surfacepath, color_values):
|
|
342
329
|
if not coords:
|
|
343
330
|
raise PreventUpdate
|
|
344
331
|
grid = load_grid(get_path(self.gridfile))
|
|
@@ -369,7 +356,7 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
369
356
|
s_arr=s_arr,
|
|
370
357
|
theme=self.plotly_theme,
|
|
371
358
|
s_name=self.surfacenames[self.surfacefiles.index(surfacepath)],
|
|
372
|
-
colorscale=
|
|
359
|
+
colorscale=self.colors,
|
|
373
360
|
xmin=hmin,
|
|
374
361
|
xmax=hmax,
|
|
375
362
|
ymin=vmin,
|
|
@@ -85,7 +85,7 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
85
85
|
else:
|
|
86
86
|
self.segynames = [Path(segyfile).stem for segyfile in segyfiles]
|
|
87
87
|
self.plotly_theme = webviz_settings.theme.plotly_theme
|
|
88
|
-
self.
|
|
88
|
+
self.colors = (
|
|
89
89
|
colors
|
|
90
90
|
if colors is not None
|
|
91
91
|
else [
|
|
@@ -148,10 +148,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
148
148
|
"id": self.ids("cube"),
|
|
149
149
|
"content": "The visualized cube.",
|
|
150
150
|
},
|
|
151
|
-
{
|
|
152
|
-
"id": self.ids("color-scale"),
|
|
153
|
-
"content": ("Click this button to change colorscale"),
|
|
154
|
-
},
|
|
155
151
|
{
|
|
156
152
|
"id": self.ids("color-values"),
|
|
157
153
|
"content": ("Drag either node of slider to truncate color ranges"),
|
|
@@ -216,14 +212,6 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
216
212
|
value=self.segyfiles[0],
|
|
217
213
|
clearable=False,
|
|
218
214
|
),
|
|
219
|
-
wcc.Label(
|
|
220
|
-
children="Set colorscale",
|
|
221
|
-
),
|
|
222
|
-
wcc.ColorScales(
|
|
223
|
-
id=self.ids("color-scale"),
|
|
224
|
-
colorscale=self.initial_colors,
|
|
225
|
-
nSwatches=12,
|
|
226
|
-
),
|
|
227
215
|
wcc.RangeSlider(
|
|
228
216
|
label="Set color range",
|
|
229
217
|
id=self.ids("color-values"),
|
|
@@ -320,10 +308,9 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
320
308
|
Input(self.ids("cube"), "value"),
|
|
321
309
|
Input(self.ids("surface"), "value"),
|
|
322
310
|
Input(self.ids("color-values"), "value"),
|
|
323
|
-
Input(self.ids("color-scale"), "colorscale"),
|
|
324
311
|
],
|
|
325
312
|
)
|
|
326
|
-
def _render_fence(coords, cubepath, surfacepath, color_values
|
|
313
|
+
def _render_fence(coords, cubepath, surfacepath, color_values):
|
|
327
314
|
if not coords:
|
|
328
315
|
raise PreventUpdate
|
|
329
316
|
cube = load_cube_data(get_path(cubepath))
|
|
@@ -337,7 +324,7 @@ e.g. [xtgeo](https://xtgeo.readthedocs.io/en/latest/).
|
|
|
337
324
|
s_arr=s_arr,
|
|
338
325
|
theme=self.plotly_theme,
|
|
339
326
|
s_name=self.surfacenames[self.surfacefiles.index(surfacepath)],
|
|
340
|
-
colorscale=
|
|
327
|
+
colorscale=self.colors,
|
|
341
328
|
xmin=hmin,
|
|
342
329
|
xmax=hmax,
|
|
343
330
|
ymin=vmin,
|