webviz-subsurface 0.2.43__tar.gz → 0.2.46__tar.gz

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