webviz-subsurface 0.2.33__py3-none-any.whl → 0.2.35__py3-none-any.whl

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 (66) hide show
  1. webviz_subsurface/_models/parameter_model.py +1 -0
  2. webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py +1 -1
  3. webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py +6 -4
  4. webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py +2 -2
  5. webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py +1 -1
  6. webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py +30 -22
  7. webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py +1 -17
  8. webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py +1 -1
  9. webviz_subsurface/_utils/parameter_response.py +3 -1
  10. webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py +1 -1
  11. webviz_subsurface/plugins/_co2_leakage/_utilities/plume_extent.py +1 -1
  12. webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py +2 -2
  13. webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py +2 -2
  14. webviz_subsurface/plugins/_history_match.py +1 -1
  15. webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py +3 -1
  16. webviz_subsurface/plugins/_map_viewer_fmu/_types.py +1 -0
  17. webviz_subsurface/plugins/_map_viewer_fmu/_utils.py +18 -1
  18. webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py +38 -12
  19. webviz_subsurface/plugins/_map_viewer_fmu/layout.py +32 -18
  20. webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py +33 -5
  21. webviz_subsurface/plugins/_rft_plotter/_plugin.py +5 -0
  22. webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py +5 -2
  23. webviz_subsurface/plugins/_running_time_analysis_fmu.py +3 -3
  24. webviz_subsurface/plugins/_segy_viewer.py +6 -26
  25. webviz_subsurface/plugins/_surface_with_grid_cross_section.py +3 -16
  26. webviz_subsurface/plugins/_surface_with_seismic_cross_section.py +3 -16
  27. webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py +33 -29
  28. webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py +8 -12
  29. webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py +0 -3
  30. webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py +2 -12
  31. webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py +45 -3
  32. webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py +1 -1
  33. {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/METADATA +3 -4
  34. {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/RECORD +39 -66
  35. tests/integration_tests/plugin_tests/__init__.py +0 -0
  36. tests/integration_tests/plugin_tests/test_bhp_qc.py +0 -12
  37. tests/integration_tests/plugin_tests/test_history_match.py +0 -18
  38. tests/integration_tests/plugin_tests/test_line_plotter_fmu.py +0 -29
  39. tests/integration_tests/plugin_tests/test_parameter_analysis.py +0 -26
  40. tests/integration_tests/plugin_tests/test_parameter_correlation.py +0 -25
  41. tests/integration_tests/plugin_tests/test_parameter_distribution.py +0 -13
  42. tests/integration_tests/plugin_tests/test_parameter_parallel_coordinates.py +0 -13
  43. tests/integration_tests/plugin_tests/test_parameter_response_correlation.py +0 -15
  44. tests/integration_tests/plugin_tests/test_property_statistics.py +0 -22
  45. tests/integration_tests/plugin_tests/test_pvt_plot.py +0 -15
  46. tests/integration_tests/plugin_tests/test_relative_permeability.py +0 -14
  47. tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries.py +0 -30
  48. tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_onebyone.py +0 -16
  49. tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_regional.py +0 -23
  50. tests/integration_tests/plugin_tests/test_rft_plotter.py +0 -43
  51. tests/integration_tests/plugin_tests/test_segy_viewer.py +0 -22
  52. tests/integration_tests/plugin_tests/test_simulation_timeseries_onebyone.py +0 -23
  53. tests/integration_tests/plugin_tests/test_structural_uncertainty.py +0 -244
  54. tests/integration_tests/plugin_tests/test_surface_viewer_fmu.py +0 -21
  55. tests/integration_tests/plugin_tests/test_surface_with_grid_crossection.py +0 -45
  56. tests/integration_tests/plugin_tests/test_surface_with_seismic_crossection.py +0 -35
  57. tests/integration_tests/plugin_tests/test_tornado_plotter_fmu.py +0 -14
  58. tests/integration_tests/plugin_tests/test_vfp_analysis.py +0 -13
  59. tests/integration_tests/plugin_tests/test_volumetric_analysis.py +0 -38
  60. tests/integration_tests/plugin_tests/test_well_log_viewer.py +0 -16
  61. webviz_subsurface/_providers/ensemble_summary_provider/dev_resampling_perf_testing.py +0 -112
  62. {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/LICENSE +0 -0
  63. {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/LICENSE.chromedriver +0 -0
  64. {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/WHEEL +0 -0
  65. {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/entry_points.txt +0 -0
  66. {webviz_subsurface-0.2.33.dist-info → webviz_subsurface-0.2.35.dist-info}/top_level.txt +0 -0