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
@@ -94,6 +94,7 @@ Only relevant if `ensembles` is defined. The key (e.g. `geogrid`) will be used a
94
94
  * **`non_net_facies`:** List of facies which are non-net.
95
95
  * **`fipfile`:** Path to a yaml-file that defines a match between FIPNUM regions
96
96
  and human readable regions, zones and etc to be used as filters.
97
+ * **`colors`:** List of hex colors use.
97
98
  ---
98
99
 
99
100
  ?> The input files must follow FMU standards.
@@ -153,6 +154,7 @@ reek_test_data/aggregated_data/parameters.csv)
153
154
  non_net_facies: Optional[List[str]] = None,
154
155
  fipfile: Path = None,
155
156
  drop_failed_realizations: bool = True,
157
+ colors: List[str] = None,
156
158
  ):
157
159
  super().__init__()
158
160
  WEBVIZ_ASSETS.add(
@@ -169,7 +171,46 @@ reek_test_data/aggregated_data/parameters.csv)
169
171
  f" Plugin argument drop_failed_realizations is set to {drop_failed_realizations}. "
170
172
  "An 'OK' file in the realization runpath is used as success criteria"
171
173
  )
172
-
174
+ self.colors = (
175
+ colors
176
+ if colors is not None
177
+ else [
178
+ "#1F77B4",
179
+ "#FF7F0E",
180
+ "#2CA02C",
181
+ "#D62728",
182
+ "#9467BD",
183
+ "#8C564B",
184
+ "#E377C2",
185
+ "#7F7F7F",
186
+ "#BCBD22",
187
+ "#17BECF",
188
+ "#FD3216",
189
+ "#00FE35",
190
+ "#6A76FC",
191
+ "#FED4C4",
192
+ "#FE00CE",
193
+ "#0DF9FF",
194
+ "#F6F926",
195
+ "#FF9616",
196
+ "#479B55",
197
+ "#EEA6FB",
198
+ "#DC587D",
199
+ "#D626FF",
200
+ "#6E899C",
201
+ "#00B5F7",
202
+ "#B68E00",
203
+ "#C9FBE5",
204
+ "#FF0092",
205
+ "#22FFA7",
206
+ "#E3EE9E",
207
+ "#86CE00",
208
+ "#BC7196",
209
+ "#7E7DCD",
210
+ "#FC6955",
211
+ "#E48F72",
212
+ ]
213
+ )
173
214
  if csvfile_vol:
174
215
  table_provider = EnsembleTableProviderFactory.instance()
175
216
  volumes_table = table_provider.create_from_ensemble_csv_file(csvfile_vol)
@@ -221,7 +262,6 @@ reek_test_data/aggregated_data/parameters.csv)
221
262
  main_view(
222
263
  get_uuid=self.uuid,
223
264
  volumemodel=self.volmodel,
224
- theme=self.theme,
225
265
  disjoint_set_df=self.disjoint_set_df,
226
266
  ),
227
267
  ],
@@ -229,7 +269,9 @@ reek_test_data/aggregated_data/parameters.csv)
229
269
 
230
270
  def set_callbacks(self) -> None:
231
271
  selections_controllers(get_uuid=self.uuid, volumemodel=self.volmodel)
232
- distribution_controllers(get_uuid=self.uuid, volumemodel=self.volmodel)
272
+ distribution_controllers(
273
+ get_uuid=self.uuid, volumemodel=self.volmodel, colors=self.colors
274
+ )
233
275
  tornado_controllers(
234
276
  get_uuid=self.uuid, volumemodel=self.volmodel, theme=self.theme
235
277
  )
@@ -171,7 +171,7 @@ Format of the `initial_settings` argument:
171
171
  self.initial_well_name
172
172
  )
173
173
  ),
174
- colorTables=self.colortables,
174
+ colorMapFunctions=self.colortables,
175
175
  axisMnemos={"MD": ["MD"], "TVD": ["TVD"]},
176
176
  ),
177
177
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webviz-subsurface
3
- Version: 0.2.33
3
+ Version: 0.2.35
4
4
  Summary: Webviz config plugins for subsurface data
5
5
  Home-page: https://github.com/equinor/webviz-subsurface
6
6
  Author: R&T Equinor
@@ -40,9 +40,8 @@ Requires-Dist: scipy>=1.2
40
40
  Requires-Dist: statsmodels>=0.12.1
41
41
  Requires-Dist: xtgeo>=2.20.0
42
42
  Requires-Dist: vtk>=9.2.2
43
- Requires-Dist: webviz-config
44
- Requires-Dist: webviz-core-components>=0.6
45
- Requires-Dist: webviz-subsurface-components==1.0.2
43
+ Requires-Dist: webviz-config>=0.6.5
44
+ Requires-Dist: webviz-subsurface-components>=1.0.3
46
45
  Requires-Dist: res2df>=1.0; sys_platform == "linux"
47
46
  Requires-Dist: opm>=2023.10; sys_platform == "linux"
48
47
  Provides-Extra: tests
@@ -1,32 +1,6 @@
1
1
  tests/integration_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  tests/integration_tests/test_parameter_filter.py,sha256=MUK6g_nbT8kPDjRdRIMrVRjb5_I17jqR7mtggiSOA_Q,849
3
3
  tests/integration_tests/test_surface_selector.py,sha256=gISgeRpKPvKTdiV2Qh19mhiPK85fGSIl4NYzoh1VMGo,1497
4
- tests/integration_tests/plugin_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- tests/integration_tests/plugin_tests/test_bhp_qc.py,sha256=dcAoOjPJnVhqkBqcTDIeXgKZshkaNuSLL0yui_7n-B8,390
6
- tests/integration_tests/plugin_tests/test_history_match.py,sha256=b_ebHT3EiozLf1zp8hVDV2-mxnoTKt3_rWluUvDntvo,550
7
- tests/integration_tests/plugin_tests/test_line_plotter_fmu.py,sha256=Tc0mo-KsePZ8fglLQPcY2gEttJffUhP3s5i8UX7yY3U,971
8
- tests/integration_tests/plugin_tests/test_parameter_analysis.py,sha256=iB3RmFAPLujNewZJOlhf2VteSnaWk7aWoKm7F8qgPhY,729
9
- tests/integration_tests/plugin_tests/test_parameter_correlation.py,sha256=OcrvTQXjViq1aBCjAO7hBWPpbnQGgJQeyDzNBsHJ0uk,976
10
- tests/integration_tests/plugin_tests/test_parameter_distribution.py,sha256=c4A2naqz8O2fGC9H8DcNEozNqdOBCn9eo_XXUgTcTOg,410
11
- tests/integration_tests/plugin_tests/test_parameter_parallel_coordinates.py,sha256=qP_QyY5Nqg_dOkT3JegOZGLyPRErJ1iN7vDt80SpWMA,432
12
- tests/integration_tests/plugin_tests/test_parameter_response_correlation.py,sha256=s1suwMrh3qJVgPxBJNgj8fXWDss2QeBzV-4Xb-ScXvs,559
13
- tests/integration_tests/plugin_tests/test_property_statistics.py,sha256=6UKzrKVVQ2IW_dUO8rkWPYMqjuhf4zFxRB-KjEYNPCQ,683
14
- tests/integration_tests/plugin_tests/test_pvt_plot.py,sha256=4BRxUN5js5VBXORPvLgtrCLwOZDEePtCIR6F76hvxZg,469
15
- tests/integration_tests/plugin_tests/test_relative_permeability.py,sha256=4wOmqHXNOSI1v3Hndy-SEmxbzCULpUSKqIvtH_T4V2M,463
16
- tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries.py,sha256=79H7G-EeUaaZODCINO9Hg6r2FOq_NfroVdpqaHKNOxQ,810
17
- tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_onebyone.py,sha256=BuPgcOQHoToZJ-865f7lLlhAiUTiyzzADaQI6awSF74,501
18
- tests/integration_tests/plugin_tests/test_reservoir_simulation_timeseries_regional.py,sha256=Yt9XzC1x9c9SFHaPbmvhHKfPURaKbz7jztQXUNOWJ0I,664
19
- tests/integration_tests/plugin_tests/test_rft_plotter.py,sha256=6_YPuZX1Pdcii8KinR2uWgEcX-_X6yoPj99WFlzzjUM,1356
20
- tests/integration_tests/plugin_tests/test_segy_viewer.py,sha256=5EN2my8k-ZHFaJFe0LA24268FWaWNsLJ1Cc5qUjXK3s,620
21
- tests/integration_tests/plugin_tests/test_simulation_timeseries_onebyone.py,sha256=ivWIxwRcCi9XZxccc4vNteM7Il9rJ912yMw_amXURF0,722
22
- tests/integration_tests/plugin_tests/test_structural_uncertainty.py,sha256=JeuIPJ8pSuCQlbY4-4atDPNmOrYlxwVfl5eLWpqzYUg,8151
23
- tests/integration_tests/plugin_tests/test_surface_viewer_fmu.py,sha256=rJn_xd6u9iCHW9FEg8hVWECwGxJlQMxC9MmUFm3_EeY,607
24
- tests/integration_tests/plugin_tests/test_surface_with_grid_crossection.py,sha256=0pns3cZtV_YLobNbH7DZ4k9Xsxl8LVfZkcVNignP130,1191
25
- tests/integration_tests/plugin_tests/test_surface_with_seismic_crossection.py,sha256=f_zaMFBK1JBE-QqZcR4LUU-ZUoO9fC8ooNFDIecyZhA,985
26
- tests/integration_tests/plugin_tests/test_tornado_plotter_fmu.py,sha256=PFOsdmwTJ9uWolU674fVvr4DOjdTmadIXLwiW3iswxg,500
27
- tests/integration_tests/plugin_tests/test_vfp_analysis.py,sha256=npT9frSFTlhHE2_xSABIiF_WhaBBtTQuJXZhxYR3KIQ,407
28
- tests/integration_tests/plugin_tests/test_volumetric_analysis.py,sha256=IlXUUaAUcFm1q9elaFu3ljDKL_j0zogbxPS9qcSfGp0,1227
29
- tests/integration_tests/plugin_tests/test_well_log_viewer.py,sha256=GRnd6PBET2lJX5RhFcdadwaqJKQMDljxCTNZM_BJs7o,527
30
4
  tests/unit_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
5
  tests/unit_tests/abbreviations_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
6
  tests/unit_tests/abbreviations_tests/test_reservoir_simulation.py,sha256=vTS_rusPPEYj8rRHpx_2NvsOY2YhvF_W_2eXenCFjRo,3410
@@ -132,7 +106,7 @@ webviz_subsurface/_models/ensemble_set_model.py,sha256=elS5eLpktTJeeSU_44hL9SBHu
132
106
  webviz_subsurface/_models/gruptree_model.py,sha256=TkPBTre3Srs7n2SJSVGbj6oWAUEaJJ811XTxCIcHjPQ,8369
133
107
  webviz_subsurface/_models/inplace_volumes_model.py,sha256=AxVJzEeYgDgKfbP6ePpxqwX9I1ybVpho9PSzpzfWzEY,15877
134
108
  webviz_subsurface/_models/observation_model.py,sha256=Z9wO6KfO6FcJ99x8kq1Y2m_2bCsAiWexYjhVoJkqxAY,1629
135
- webviz_subsurface/_models/parameter_model.py,sha256=kCtpQxgGi3FJAZb-nwcAj_lStt7ySHmOJy6LMSN7_4o,7206
109
+ webviz_subsurface/_models/parameter_model.py,sha256=IZOQvEM0zjzFQUsW0MzYfbo8kRVqZNJxzbe_uDW-GJE,7284
136
110
  webviz_subsurface/_models/stratigraphy_model.py,sha256=Izvnp8pPGYlkKnRzAD6IokkAsaNyJCTrCXZdtKTf9QA,2931
137
111
  webviz_subsurface/_models/surface_leaflet_model.py,sha256=y9KL1l9JYS84G6XdmtRvG980MIDSfBFnVPvpd8Oki68,4051
138
112
  webviz_subsurface/_models/surface_set_model.py,sha256=NiLRsoMRsvMXody9BIpEK6_J4Q-Oc_w2mFfsguLQl2Q,10343
@@ -150,10 +124,10 @@ webviz_subsurface/_providers/ensemble_fault_polygons_provider/fault_polygons_ser
150
124
  webviz_subsurface/_providers/ensemble_grid_provider/__init__.py,sha256=XggnzcGocclmfvWELvGUnCAKOg0d7w2LJc-JVPf3sXU,217
151
125
  webviz_subsurface/_providers/ensemble_grid_provider/_egrid_file_discovery.py,sha256=bEzEQ8PGkRdVKThcLi1M81o8rdArmOjloFml95QuwP0,2608
152
126
  webviz_subsurface/_providers/ensemble_grid_provider/_roff_file_discovery.py,sha256=Hg0XFERVUjLdI5Zuxehg3jiuHdLl2Cj-CmtusGDqcfE,3584
153
- webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py,sha256=AYKH-ehLo7yV4BhQSRw8htTLtqJyzyAcBENMDgtK1VI,2904
127
+ webviz_subsurface/_providers/ensemble_grid_provider/_xtgeo_to_vtk_explicit_structured_grid.py,sha256=_ytP2R6MvBeRk-4dcXE5uyGC7OOyly43k50IXhylKYI,2920
154
128
  webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider.py,sha256=_qDB8kWL8cG6F6SFtKNvGTljH1uT3CZ778oME8cAzPA,1413
155
129
  webviz_subsurface/_providers/ensemble_grid_provider/ensemble_grid_provider_factory.py,sha256=p8gdcUfBCIj7RcvewzHJ2GeYammy6WV8J6sxXxCoY5s,6507
156
- webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py,sha256=HPxUe6rk2kyawQziU23TaR35it7dyB1bIpFEgLbEkXA,27689
130
+ webviz_subsurface/_providers/ensemble_grid_provider/grid_viz_service.py,sha256=vtjbNIVG3rTL_gCU3bgNN07N4VN80_04WAj1p-KBYiI,27759
157
131
  webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_egrid.py,sha256=Pc9bIW49DCTz8nbz0ujwk7vjA_9Y6lVqp3etidPIk9k,6446
158
132
  webviz_subsurface/_providers/ensemble_grid_provider/provider_impl_roff.py,sha256=FUsBpUroAHAPuKZ-sB1aAFwy4An4QDPYyGQ7WDzvCN0,12509
159
133
  webviz_subsurface/_providers/ensemble_summary_provider/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -161,21 +135,20 @@ webviz_subsurface/_providers/ensemble_summary_provider/_arrow_unsmry_import.py,s
161
135
  webviz_subsurface/_providers/ensemble_summary_provider/_csv_import.py,sha256=znx5say_PuSB0Fg7jH8ob81-NCHgTWZlB-ioRflg8oI,1020
162
136
  webviz_subsurface/_providers/ensemble_summary_provider/_dataframe_utils.py,sha256=6xkb7Rrwdis74sz_VZ4SQgjMm9Z4zun16u5YLhe9OhY,2122
163
137
  webviz_subsurface/_providers/ensemble_summary_provider/_field_metadata.py,sha256=I7l65Q1wj5AXOY4Odrt4kp92vh1JCVq2tOn4EcbdNf8,3843
164
- webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py,sha256=Ow1zSC6vfboum5U_LQRuJq8qlBmuYJh8rzx6quaJVdQ,14456
165
- webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py,sha256=oLG1scDsLbbfPFE0WDtfv_-itF18zRb7Zvu9bNPszOc,16597
166
- webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py,sha256=9x_op5b-H-uj8HNkgCD5ImHKDgC9_gEOpFlJlCOGb20,13757
138
+ webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_lazy.py,sha256=78sWfBqdPznXxtrXkVmedLKVbDLIOyUQc-tlZb19eyA,14483
139
+ webviz_subsurface/_providers/ensemble_summary_provider/_provider_impl_arrow_presampled.py,sha256=Mt_BmOv363nhzHO2eyaZFuGrxNH8Yh7OPAE6NJv8lmY,16613
140
+ webviz_subsurface/_providers/ensemble_summary_provider/_resampling.py,sha256=yFaSeizf7Krg_L5S4DW6BJwIjtRd10NEoSnZNjs781s,14034
167
141
  webviz_subsurface/_providers/ensemble_summary_provider/_table_utils.py,sha256=KmO1Pa2Ybn9jC9I_ydv1AmbS1rwYWVWDrEqy0ts9rmk,2530
168
142
  webviz_subsurface/_providers/ensemble_summary_provider/dev_compare_fmu_to_lazy_provider.py,sha256=Gueq6uZ9qmsrUXgeDIg3HCtmcjTQz2X9f-IRMHVbepQ,10190
169
143
  webviz_subsurface/_providers/ensemble_summary_provider/dev_provider_perf_testing.py,sha256=myIICGuyRRA6qLpI4Zni2kAY6-N78YdUB4sAvx5lOz4,8785
170
- webviz_subsurface/_providers/ensemble_summary_provider/dev_resampling_perf_testing.py,sha256=Huys8WhgVg-IV1Q1RpRhYLi54vqdWRLhYh9bwGWVVTE,3413
171
144
  webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider.py,sha256=a6RR3QhkE1YC4-FAsD0ebL_RF0cTTywqZJWPnN9IQeE,4263
172
145
  webviz_subsurface/_providers/ensemble_summary_provider/ensemble_summary_provider_factory.py,sha256=TfE68cUdq_FfxR4DErFEyL4jEMu2-19OQnANd_5k3mQ,12999
173
146
  webviz_subsurface/_providers/ensemble_summary_provider/utils.py,sha256=lThZXdce6lTD_IsdCaEMAR3N9Op6Wn38hbUOryEYjyg,738
174
147
  webviz_subsurface/_providers/ensemble_surface_provider/__init__.py,sha256=Aks10uL1CGvS_0rSRP7IqC_-bUD4GLPh7bef5QI0Qv0,473
175
- webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py,sha256=oItmxs9MXXGCke75MjW_cRXvQP0iWUcGPuAS0Ui5XqY,17975
148
+ webviz_subsurface/_providers/ensemble_surface_provider/_provider_impl_file.py,sha256=2Z6Q9cvie3VAQmTG3O82d1cyMizvOZIjKfFjLVPK058,17365
176
149
  webviz_subsurface/_providers/ensemble_surface_provider/_stat_surf_cache.py,sha256=aaNgp8DlCqGHEF3hnawTLJg6RFuxWLg2lFnae2wmKzk,2967
177
150
  webviz_subsurface/_providers/ensemble_surface_provider/_surface_discovery.py,sha256=G6bP9jLUbCtZ0YGuGRsIno5ls2PCb4RTeExhiltU-84,4420
178
- webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py,sha256=_lVizY61K0QbNjMBXrzdU6BPmEf1EXDFkc6z97EMOj4,508
151
+ webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_float32_array.py,sha256=mpWeT-Kv73ndXzNdzR_LVJARukS6Wr5hwcjgs-16Ujw,508
179
152
  webviz_subsurface/_providers/ensemble_surface_provider/_surface_to_image.py,sha256=Rfi4jS_ngc0S8rLMRuv98Le4wevFWFLfXo98OGmg-Gk,4656
180
153
  webviz_subsurface/_providers/ensemble_surface_provider/_types.py,sha256=JDcXe6aWRMg7waJQZV5hzdrtJVYbhHCNGYPGoqvrrTk,362
181
154
  webviz_subsurface/_providers/ensemble_surface_provider/dev_experiments.py,sha256=TfR2jjl38nIoafKSVaeg2RedDKR2oIaHHiDZ9wDsBcs,3545
@@ -206,7 +179,7 @@ webviz_subsurface/_utils/ensemble_table_provider_set_factory.py,sha256=D3iqRcZ9-
206
179
  webviz_subsurface/_utils/enum_shim.py,sha256=W_ytZMrzRZzCfsz3UBORg-ue6-FXe0mhThHBLay-VnM,236
207
180
  webviz_subsurface/_utils/fanchart_plotting.py,sha256=NCqYV7T8HnpIq9ZAv9vkHwawzGQXa5nVrL5TTwgF3Y4,8646
208
181
  webviz_subsurface/_utils/formatting.py,sha256=SfYNqrJ914NwUhDHaZbtCcP5XUOzw576r9jBw4stpUo,1391
209
- webviz_subsurface/_utils/parameter_response.py,sha256=HQoIXPh3vvJsVaZZ_s0IWqx9_f-WzNkFFtlZaG1cWxw,3778
182
+ webviz_subsurface/_utils/parameter_response.py,sha256=ZTPWa-cx7-rrKSYhnDcgbpWRiRHCZeJWhlpOyQOqCpQ,3819
210
183
  webviz_subsurface/_utils/perf_timer.py,sha256=4QNz69Anz2h2mKorzEOMwk0VCLM8k6L1Yh5PbY_KT8s,794
211
184
  webviz_subsurface/_utils/simulation_timeseries.py,sha256=FmqHEjtMVkdKQcgZfJuLyF7I9B5ymGC1fU8ZC8eIHXQ,12342
212
185
  webviz_subsurface/_utils/statistics_plotting.py,sha256=jrA34gQpDxmQYr7wz5YEHL-kvymJLo_I7bA1U4ZVpZE,8115
@@ -218,7 +191,7 @@ webviz_subsurface/_utils/webvizstore_functions.py,sha256=48oS1KfclEwLIv19vUzOnSL
218
191
  webviz_subsurface/plugins/__init__.py,sha256=aPjbeEFgySTPyVCFtgoOXKre6ucZ8oLEEEvD1I2Ax48,671
219
192
  webviz_subsurface/plugins/_assisted_history_matching_analysis.py,sha256=_lG6J0TafLUTrzdXkfm5K5dwzzxrxokBXarQ-z1hwCk,21055
220
193
  webviz_subsurface/plugins/_disk_usage.py,sha256=bIYOvgVYSZP9jVd_8fgNiK5KBzIjaazGGUPGYAMwMXE,7456
221
- webviz_subsurface/plugins/_history_match.py,sha256=l0BDD81xghPAo8wMslRC0PQXsAzXnCDQQH0TcGzd5PE,5280
194
+ webviz_subsurface/plugins/_history_match.py,sha256=SGtothL3lUpb-80JJyVC9Lqe1blYgMy0QqZKjADA7b4,5296
222
195
  webviz_subsurface/plugins/_inplace_volumes.py,sha256=scuLxkllfPp4SL01QopsS7uyba9oGA_DW1rlRtHbcHo,23036
223
196
  webviz_subsurface/plugins/_inplace_volumes_onebyone.py,sha256=0N-XklPLvq-zea7zXA0NDnolb4JaCFiO4QVrryTBoEg,27993
224
197
  webviz_subsurface/plugins/_morris_plot.py,sha256=hwN-0TdoUAT3AUYyLw4ZXbfQrXaxBk0PWJ1HwASa4GA,3014
@@ -229,13 +202,13 @@ webviz_subsurface/plugins/_relative_permeability.py,sha256=hU6REcrXDH4Rl8iJqkW-f
229
202
  webviz_subsurface/plugins/_reservoir_simulation_timeseries.py,sha256=reG1FVTDhigeWv6vSUySyUN9qdbGf0Pv1yK1E1_jU-o,62644
230
203
  webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py,sha256=6OrJe2lNOvwqnWhlZoHYADiOwp75IBKGt3YG1br5Z8U,27474
231
204
  webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py,sha256=p4nsaD3M9Q7Erqn31TNYkZIsChmOETX2essnqZmidOU,54595
232
- webviz_subsurface/plugins/_running_time_analysis_fmu.py,sha256=AgJIw7FpUy0e7n9P84W93WHrHbwakX8dyKR20ESClwk,26296
233
- webviz_subsurface/plugins/_segy_viewer.py,sha256=KfvACkuvAmf1zk-HFEUCZ7_N_-tQxli4AGx28z-_0Aw,20596
205
+ webviz_subsurface/plugins/_running_time_analysis_fmu.py,sha256=dwqPB2_3BA8CO1Wma-_NnjmFjlQjxzmQqX6TPXSqgdo,26296
206
+ webviz_subsurface/plugins/_segy_viewer.py,sha256=WGjrGWF_BynMMQo7bebYbgWWUa4DuHCTJ4yDHpwGFHg,19784
234
207
  webviz_subsurface/plugins/_seismic_misfit.py,sha256=97INdJs0V6i2h-bTukWRxxliF-OlTzELoh99QSimO2w,146813
235
208
  webviz_subsurface/plugins/_subsurface_map.py,sha256=8Ca-RgpvX3qpQ6Q0U3bZTPjLpgHxc8lBeP_-qLqXR6w,7550
236
209
  webviz_subsurface/plugins/_surface_viewer_fmu.py,sha256=DONtMEesp8LOWUjZxrgamORaVUYNwILX4p2kS4K07FQ,31232
237
- webviz_subsurface/plugins/_surface_with_grid_cross_section.py,sha256=jww-MCXNLqRJQhfxFftkUvy6B32HAFUAGhWpPKbx934,18836
238
- webviz_subsurface/plugins/_surface_with_seismic_cross_section.py,sha256=WRlDcFhmTpghssSBGirJ36F6ak6JlJ8mEdjoqco9xVA,16901
210
+ webviz_subsurface/plugins/_surface_with_grid_cross_section.py,sha256=xDSVh9Sj_SdiluCDK5uOE5XJrUVsYwB7fI3efbqY274,18201
211
+ webviz_subsurface/plugins/_surface_with_seismic_cross_section.py,sha256=RoPI6vZj1TsDDXwGYhIDF-QDjUxDgdw1_AJWXe8s-4U,16266
239
212
  webviz_subsurface/plugins/_well_cross_section.py,sha256=Qw2g5Q0teA37_VWqttLrWzokZdkF65snkwMBI8hNnCE,13243
240
213
  webviz_subsurface/plugins/_well_cross_section_fmu.py,sha256=1ERqGOSgB2bNB33QN2pMqSUbgmDLeOpRgX8fKYuAb1U,26762
241
214
  webviz_subsurface/plugins/_bhp_qc/__init__.py,sha256=q3RaYNycC0D2liZiRzaAVvCqkSsNfJ5OmfEAA1VSy4Y,62
@@ -249,7 +222,7 @@ webviz_subsurface/plugins/_bhp_qc/views/__init__.py,sha256=gh4aqt3kKUUUelZ9ErXnR
249
222
  webviz_subsurface/plugins/_bhp_qc/views/_bar_chart.py,sha256=_H0Oi_IdnCIdxZQC2hRdObTNmClbtUnQsIbOND0F_3w,3815
250
223
  webviz_subsurface/plugins/_bhp_qc/views/_fan_chart.py,sha256=q4MtZw2tNJu1DYh5WrOLDw9O5BfH_c6JOtSPKWus6_s,3310
251
224
  webviz_subsurface/plugins/_bhp_qc/views/_line_chart.py,sha256=dUF4H8H4i1yRg-m2GsfONJ0OfkHiIHeDZhjwMygjLN0,3827
252
- webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py,sha256=kWnv_MLgbPn4DdsYwWrWviQS2-nqcoqO2bp4WuQb1p8,3052
225
+ webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py,sha256=Biybm0JKp4DhzmyDCOWJ1xOec9UONSDREQdFZLtv9fA,3052
253
226
  webviz_subsurface/plugins/_co2_leakage/__init__.py,sha256=axDh1FIv4Q19Vj7wU-Ldwbs4_eRW39tRtdYOF6-sWzQ,32
254
227
  webviz_subsurface/plugins/_co2_leakage/_error.py,sha256=iZiTIa5qlUA4hy3cmjDrZio2bPAtIAOXoA6eTgkQ1dI,135
255
228
  webviz_subsurface/plugins/_co2_leakage/_plugin.py,sha256=mcd3TfQy0_GqAZKr9hJ5IvKr9-tTGnOQPxNXO2uYTLE,26625
@@ -260,12 +233,12 @@ webviz_subsurface/plugins/_co2_leakage/_utilities/color_tables.py,sha256=7eUWmcL
260
233
  webviz_subsurface/plugins/_co2_leakage/_utilities/fault_polygons.py,sha256=w74r0DPZGKRCtChtLn4eXO5dOGPWcvMjt9udZFfasI4,1658
261
234
  webviz_subsurface/plugins/_co2_leakage/_utilities/generic.py,sha256=A8jcKmBQ5Z3lFzEGsLc0ji6uSBTckfqh2QtwGsI4LHc,1829
262
235
  webviz_subsurface/plugins/_co2_leakage/_utilities/initialization.py,sha256=bKJmj8MJm74hsO1vieL7VvH0YRXyT8a53yHDIxENm0Y,6203
263
- webviz_subsurface/plugins/_co2_leakage/_utilities/plume_extent.py,sha256=JwSAG9IkUZbNEpjUtd3RUCl8IgOy0L_KITw_eWPIFOs,3374
236
+ webviz_subsurface/plugins/_co2_leakage/_utilities/plume_extent.py,sha256=VsQr6DzJLvfbmwMj34cTa56woS_W8V0S08XQVtVTbu4,3390
264
237
  webviz_subsurface/plugins/_co2_leakage/_utilities/summary_graphs.py,sha256=u0ODwh7cd-j_GczeeOHwYhFwc69dVT3D2HE47bZFYbU,8305
265
238
  webviz_subsurface/plugins/_co2_leakage/_utilities/surface_publishing.py,sha256=DDdJVORKlD5Hhb9SEfSN9s3OMKYtuQNj-z-CizTKHQ0,5102
266
239
  webviz_subsurface/plugins/_co2_leakage/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
267
240
  webviz_subsurface/plugins/_co2_leakage/views/mainview/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
268
- webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py,sha256=tb4QrDr12U_1k_Izd8F-hPxWUthFmHzxxDNggMaOnic,6985
241
+ webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py,sha256=lqu_3jbSp06uS81JVw-TCSVOzLgnLISM0yHTiPGIwiY,6977
269
242
  webviz_subsurface/plugins/_co2_leakage/views/mainview/settings.py,sha256=NO-pw2T8A1eFCMYL7_CGE-IqkEpYznjFl8867Xg_fp4,40665
270
243
  webviz_subsurface/plugins/_grid_viewer_fmu/__init__.py,sha256=ZlS_MintakVLD0tEjrCySI4BWcxzR7wLP-smYZoAcE4,47
271
244
  webviz_subsurface/plugins/_grid_viewer_fmu/_layout_elements.py,sha256=RHJUFVx17LvpsDOa8Y8gwNoRHoodcaXXQGRGwjqbeB0,124
@@ -280,7 +253,7 @@ webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_color_scale.p
280
253
  webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_data_selection.py,sha256=vdONUUvkPzUeOA4VcQLki_VjmOba8fCRs0eqVe27yFI,5497
281
254
  webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/settings/_grid_filter.py,sha256=8SfyexdFApPmIbJGE-O_7yAH6nCZOgzliljFOSpfrS0,9982
282
255
  webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
283
- webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py,sha256=D4Y2Z8_iLVWlzBBLbFBQf2QvRQ1IFxSrna-ebnQJmoE,3683
256
+ webviz_subsurface/plugins/_grid_viewer_fmu/views/view_3d/view_elements/_vtk_view_3d_element.py,sha256=8DKojRlPnekcgYX0NdAPPK5Kyd_sTx0do4hIwHTAj_A,3675
284
257
  webviz_subsurface/plugins/_group_tree/__init__.py,sha256=Af67dh7-sIaROijLHvzpVLcWiM_cDjQD9A0e7Z3uM2M,31
285
258
  webviz_subsurface/plugins/_group_tree/_plugin.py,sha256=1mat8ADiFDPhfemrTJyxXYW0jDlQbqqt1dp8vNUW-Po,6578
286
259
  webviz_subsurface/plugins/_group_tree/_types.py,sha256=DBGLbIq-BrD4hp9YmR2a2Y2C9X1dXPfvOG1TTII4vMU,639
@@ -307,13 +280,13 @@ webviz_subsurface/plugins/_line_plotter_fmu/views/plot_options_view.py,sha256=kj
307
280
  webviz_subsurface/plugins/_line_plotter_fmu/views/plot_traces_view.py,sha256=2BOwf5-tffKQ9ACyuu43WtIPR4UvUgKAVHp_6S9V6Y8,1732
308
281
  webviz_subsurface/plugins/_map_viewer_fmu/__init__.py,sha256=zoxtQJ4PZ-Xd2QI1J8jB_Q9T6gG6A00R34inI92idEI,41
309
282
  webviz_subsurface/plugins/_map_viewer_fmu/_layer_model.py,sha256=EK--Jwoit8_r_syTs1iWWM3O8-F1gQpNveWwPH6q20Q,3352
310
- webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py,sha256=AGdlmpZttIMQt7w3PhcegXBIja_qLW0i1kKACzlOb0k,2463
311
- webviz_subsurface/plugins/_map_viewer_fmu/_types.py,sha256=X1N4OV0a3gjMI69SwFCvXM7KFf1DCsDxyRV4DVv-3dA,817
312
- webviz_subsurface/plugins/_map_viewer_fmu/_utils.py,sha256=ZDbndUby_5XSp9UHhmhYKkg6Z8ZTlQPuQJWJQBcWSQ0,1274
313
- webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py,sha256=6ZiFK2i6QxZ-e7C_FFHFwRDsJmxNk7dQruO39Np3-cM,43399
283
+ webviz_subsurface/plugins/_map_viewer_fmu/_tmp_well_pick_provider.py,sha256=7hhFtEPHHx3WhhltTrbewfh-UsSRuQcJO5_vABJHvVk,2665
284
+ webviz_subsurface/plugins/_map_viewer_fmu/_types.py,sha256=RmFjdfVKBdNinz523Mn6D10RlI1GxS64LS-uNaLtKp8,852
285
+ webviz_subsurface/plugins/_map_viewer_fmu/_utils.py,sha256=-tDOg_aK2nKUj7ArilD2cUFoKHpU18BtVZXTzw_NQ-4,1827
286
+ webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py,sha256=I__IVhAZjzyQ7nk3QALp1sHoaj3eplfVVqa5vl2M0sk,44581
314
287
  webviz_subsurface/plugins/_map_viewer_fmu/color_tables.py,sha256=FaORW2BFvEud9o4exvoo5ta-AFQ4DZo4Rl1dWQ6oT5s,319690
315
- webviz_subsurface/plugins/_map_viewer_fmu/layout.py,sha256=ynTfUPEmppJhstn8v5uIE-RZ68OGIOrtDO5-q38_ISc,27724
316
- webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py,sha256=3HiJxVn8jRJg6qzBi7UwshEq130Vz5IVfX_xVUSqOlU,8885
288
+ webviz_subsurface/plugins/_map_viewer_fmu/layout.py,sha256=fUlMWbkegC9Y09ElxPtMKQ2M7swtY6MjiwZRR7JTe_0,28176
289
+ webviz_subsurface/plugins/_map_viewer_fmu/map_viewer_fmu.py,sha256=SDJJoOOMgvbrQJmvqL8KpidXmmaWqfp6ECOlO-8d0XQ,10412
317
290
  webviz_subsurface/plugins/_parameter_analysis/__init__.py,sha256=YIsJxDje9XN0Qyzk7wVrZ5GIfdqnwUnnbxAh1iHvoko,39
318
291
  webviz_subsurface/plugins/_parameter_analysis/_plugin.py,sha256=zoXVsOcHIBR4sR5nu5lSf6iQXcRSh_ciY4eM30-rbyk,5593
319
292
  webviz_subsurface/plugins/_parameter_analysis/_types.py,sha256=at_5vL34UHclHNFSxkqO694e35do87a_br_rpt9iud0,407
@@ -396,13 +369,13 @@ webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_settings/_view_settings.py,sha2
396
369
  webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
397
370
  webviz_subsurface/plugins/_pvt_plot/_views/_pvt/_utils/_plot_utils.py,sha256=I7XSlQwPwH9E8_cwFDuH0w3mIGBPrGJx8S9m80jIp3c,13279
398
371
  webviz_subsurface/plugins/_rft_plotter/__init__.py,sha256=NBGsEJitsFMl9BsCUtYS8W5ceW_Po6Vs7XGBHjLASqo,32
399
- webviz_subsurface/plugins/_rft_plotter/_plugin.py,sha256=PNg8NAsQfbEiyudhXV4jUBvRr23SNQQbzuA_kjWvors,5581
372
+ webviz_subsurface/plugins/_rft_plotter/_plugin.py,sha256=v6isZDc6jTAvMwUUBe4-_vnwI_jg0WIH8Unfycvx39s,5776
400
373
  webviz_subsurface/plugins/_rft_plotter/_reusable_settings.py,sha256=MB1sc9F3DKltrxnYkArnJkzLEoKHzAHIWKUNOYVI3qU,1725
401
374
  webviz_subsurface/plugins/_rft_plotter/_reusable_view_element.py,sha256=gNJ2zEafeoMHilDuhboblR1mGL6zlAlGw2B857rKMTc,399
402
375
  webviz_subsurface/plugins/_rft_plotter/_types.py,sha256=jDFnX3dZ_bRY_lJmwK_L8rLixnLFc5IUbt4QgphaDBw,378
403
376
  webviz_subsurface/plugins/_rft_plotter/_utils/__init__.py,sha256=--tdLFTsZONWf9o-yD2zQ9zvDNPpF1oqlmMU6xUsXhU,169
404
377
  webviz_subsurface/plugins/_rft_plotter/_utils/_formation_figure.py,sha256=paIevOdFZIXMakkRgtxw7VC5gGObz_lvBHZ91yIzoMA,12919
405
- webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py,sha256=uNZ1jRalYiOZlEoqEiv92_vR2e4mvnYrQd7fxwp3Wlg,11983
378
+ webviz_subsurface/plugins/_rft_plotter/_utils/_rft_plotter_data_model.py,sha256=WnAj9hGki04pWBl9pK7v2tzrJiGF0P4aGzqtrecxe7E,12016
406
379
  webviz_subsurface/plugins/_rft_plotter/_views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
407
380
  webviz_subsurface/plugins/_rft_plotter/_views/_map_view/__init__.py,sha256=T1S-QMlOla_wMdziFt2obYssR_pLN-Ov0FXvgcHHTqw,27
408
381
  webviz_subsurface/plugins/_rft_plotter/_views/_map_view/_view.py,sha256=HCECeZ-DRb2SOxjYdBtjkHnlaexxoA-Z3JsZK0453Tw,7897
@@ -550,14 +523,14 @@ webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/__init__
550
523
  webviz_subsurface/plugins/_vfp_analysis/_views/_vfp_view/_view_elements/_vfp_graph.py,sha256=arkgdQCjJE5o_R85MhI6qGp_LMSGLlPItViDk5trVe0,488
551
524
  webviz_subsurface/plugins/_volumetric_analysis/__init__.py,sha256=NER08MsM_rghINQ5ca6lXtaYFQwf2Yh7VBRGE5v9Ar8,52
552
525
  webviz_subsurface/plugins/_volumetric_analysis/volume_validator_and_combinator.py,sha256=wPSKWzsOAKFVDuIdxAQ6X-t9n2mnsWma6MRVUb5702A,9844
553
- webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py,sha256=-fe0DuCJLhXxLBI9yShFpBLGv0ojo8JuYogC-JVxYPI,10203
526
+ webviz_subsurface/plugins/_volumetric_analysis/volumetric_analysis.py,sha256=qb--YOyq9rnXWC66EgxASoJG3h1wFbdPn1W5qU1snyY,11318
554
527
  webviz_subsurface/plugins/_volumetric_analysis/controllers/__init__.py,sha256=KNX_8-dZ8o5cFMpgdub33Rp5GuDMmoxSup_gpV_uvW0,403
555
528
  webviz_subsurface/plugins/_volumetric_analysis/controllers/comparison_controllers.py,sha256=RBdV_NiuMYKdx5YBrhHyWFV24cjzHX3pqrSq4tY-fmw,20441
556
- webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py,sha256=RkmKte-m8cHlWRspwMJcmwEDq1XF56sXnrOpy_sZ7Bc,18108
529
+ webviz_subsurface/plugins/_volumetric_analysis/controllers/distribution_controllers.py,sha256=AjL6Pt2nPAw87Lbt5NtHb3jeTczQKmwzL-Tp7qhNDxQ,18209
557
530
  webviz_subsurface/plugins/_volumetric_analysis/controllers/export_data_controllers.py,sha256=h2OSlciXmtQkP-DjUz4_HQv7h3MSAJdjjuQrMXDiOe4,1550
558
531
  webviz_subsurface/plugins/_volumetric_analysis/controllers/fipfile_qc_controller.py,sha256=ZB-ZytZuesc49a2pUdg-1qIlEIOH7rUuQV5Zq-EiQGc,4068
559
532
  webviz_subsurface/plugins/_volumetric_analysis/controllers/layout_controllers.py,sha256=TBssGK-rJMKW9h5Uy5-53FA8E22sakiLAQLoyWGlGFw,4142
560
- webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py,sha256=u0OxZgfgLxApxd9tdJU3cSQnN3s302_imwBuUSPwdio,23065
533
+ webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py,sha256=WKYJ2YC2pvj9qYkthtBjmiR-waYCPhFZ9MTgU-k_Gug,22889
561
534
  webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py,sha256=Zu5L1LPff3uMkirllZ5twhfCqpY2NzK0wuoH656Wlfg,13986
562
535
  webviz_subsurface/plugins/_volumetric_analysis/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
563
536
  webviz_subsurface/plugins/_volumetric_analysis/utils/table_and_figure_utils.py,sha256=RU35NlxBOMd176RfoNFCAfDu3pWS4Z_bxK15pP_lTuY,11947
@@ -568,8 +541,8 @@ webviz_subsurface/plugins/_volumetric_analysis/views/comparison_layout.py,sha256
568
541
  webviz_subsurface/plugins/_volumetric_analysis/views/distribution_main_layout.py,sha256=YwMpGei23r6PpLR-7NDuwcWFcmoSxG7BkS02RQLIRmM,2656
569
542
  webviz_subsurface/plugins/_volumetric_analysis/views/filter_view.py,sha256=4DaL6O_7rZDRjP_Qhdwq3p96E7xWuMQAOPo8XbpfUHk,5308
570
543
  webviz_subsurface/plugins/_volumetric_analysis/views/fipfile_qc_layout.py,sha256=IRvdSuxvfA44A42G2Z6FgJEk68MBO63ODg-K6L0aqPs,2354
571
- webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py,sha256=M3CXFN3AMS042kqm4ecvovKQGgw8jxki33E9WWMqSao,6686
572
- webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py,sha256=U2CkCFwLHfhbF5tIpBwmSSDoKIjKiHwA-1ppDOpEH2E,10504
544
+ webviz_subsurface/plugins/_volumetric_analysis/views/main_view.py,sha256=BDkE9XyW1RtmrNXHXckDn8q_1gtZ_emfKK8R_iO8Mkc,6575
545
+ webviz_subsurface/plugins/_volumetric_analysis/views/selections_view.py,sha256=l0Zn8YMlv6Vbpgj_0IaKYlvPmF0XI8xz5eNsLqAvTo8,10037
573
546
  webviz_subsurface/plugins/_volumetric_analysis/views/tornado_view.py,sha256=NQU7PzgySlg7fAsRC1VJVVwqnPMbgOezefaUjjrsC8E,7527
574
547
  webviz_subsurface/plugins/_well_analysis/__init__.py,sha256=wQqkwwvnR67eqYh4Jnejkwb5UOXNNKCe8_3HFZwafOo,34
575
548
  webviz_subsurface/plugins/_well_analysis/_plugin.py,sha256=NIGcrnetDloLT0S3p8nt4OPFUS6x8EUVlJxrQ8huqHY,7010
@@ -608,16 +581,16 @@ webviz_subsurface/plugins/_well_completions/_layout.py,sha256=2ptWcfgcp_tyi89pLx
608
581
  webviz_subsurface/plugins/_well_completions/_plugin.py,sha256=s2u_O_2eZjbiaSbiJPY4z8GbChU_vrO2mSaBx1ra1r0,8782
609
582
  webviz_subsurface/plugins/_well_log_viewer/__init__.py,sha256=aZNNFDu7V5XbOQaOwZxgRZyCRrhrY8kR1z1OyP-IJLU,43
610
583
  webviz_subsurface/plugins/_well_log_viewer/_validate_log_templates.py,sha256=0hFs9KFku2TSZnh_b1wzg9jU206r15oy4y4WdK2i51Y,590
611
- webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py,sha256=UytO4wO88Lp6mTrkTDaCz9XjwzLoOiITXVhsbDiBwGk,7610
584
+ webviz_subsurface/plugins/_well_log_viewer/well_log_viewer.py,sha256=6z3s_BEJIRXRVbD43HGGxN794CUJbSeo0VolcFUFkWA,7616
612
585
  webviz_subsurface/plugins/_well_log_viewer/controllers/__init__.py,sha256=86PQYC115Bgd49-vr1IqtAlzwJUG1x73fNmBGQXC4KU,46
613
586
  webviz_subsurface/plugins/_well_log_viewer/controllers/_well_controller.py,sha256=50uiGGI6YHDf61713zFeigK0aFYn2edPScIRIMg_-E8,791
614
587
  webviz_subsurface/plugins/_well_log_viewer/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
615
588
  webviz_subsurface/plugins/_well_log_viewer/utils/default_color_tables.py,sha256=0UgrvygPGEAuC15vn73NCXJUQLt9Dpn5QZqqq1IJkfw,4872
616
589
  webviz_subsurface/plugins/_well_log_viewer/utils/xtgeo_well_log_to_json.py,sha256=T44-vFwvvjyo376yoL1QWDc98exG8N1cLTEzrGp-I7A,1608
617
- webviz_subsurface-0.2.33.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
618
- webviz_subsurface-0.2.33.dist-info/LICENSE.chromedriver,sha256=H5UWVvf6Y7Ul6i35mriz7071dWR01cR9G-5ypnZHnpM,326542
619
- webviz_subsurface-0.2.33.dist-info/METADATA,sha256=SwYE9yRPI-PkzaMUTAZUWvhpUquv9WvVSyHgFHN5KO0,6387
620
- webviz_subsurface-0.2.33.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
621
- webviz_subsurface-0.2.33.dist-info/entry_points.txt,sha256=aprJRZQ2dW0An59soobTCaWzw6nEtiZBGncBhWA_C5Y,4129
622
- webviz_subsurface-0.2.33.dist-info/top_level.txt,sha256=NobeVsNfPINQgUSc9hlW3aqYHO5A0SNlhacg-2YDcf4,24
623
- webviz_subsurface-0.2.33.dist-info/RECORD,,
590
+ webviz_subsurface-0.2.35.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
591
+ webviz_subsurface-0.2.35.dist-info/LICENSE.chromedriver,sha256=H5UWVvf6Y7Ul6i35mriz7071dWR01cR9G-5ypnZHnpM,326542
592
+ webviz_subsurface-0.2.35.dist-info/METADATA,sha256=IBorFkwCsSRWbirMkgygnSkgDdBhXkIBw6zTYDcHU2o,6351
593
+ webviz_subsurface-0.2.35.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
594
+ webviz_subsurface-0.2.35.dist-info/entry_points.txt,sha256=aprJRZQ2dW0An59soobTCaWzw6nEtiZBGncBhWA_C5Y,4129
595
+ webviz_subsurface-0.2.35.dist-info/top_level.txt,sha256=NobeVsNfPINQgUSc9hlW3aqYHO5A0SNlhacg-2YDcf4,24
596
+ webviz_subsurface-0.2.35.dist-info/RECORD,,
File without changes
@@ -1,12 +0,0 @@
1
- # pylint: disable=no-name-in-module
2
- from webviz_config.plugins import BhpQc
3
- from webviz_config.testing import WebvizComposite
4
-
5
-
6
- def test_bhp_qc(_webviz_duo: WebvizComposite, shared_settings: dict) -> None:
7
- plugin = BhpQc(
8
- shared_settings["HM_SETTINGS"], ensembles=shared_settings["HM_ENSEMBLES"]
9
- )
10
-
11
- _webviz_duo.start_server(plugin)
12
- assert not _webviz_duo.get_logs()
@@ -1,18 +0,0 @@
1
- # pylint: disable=no-name-in-module
2
- from webviz_config.plugins import HistoryMatch
3
-
4
-
5
- def test_history_match(dash_duo, app, testdata_folder, shared_settings) -> None:
6
- plugin = HistoryMatch(
7
- shared_settings["HM_SETTINGS"],
8
- ensembles=shared_settings["HM_ENSEMBLES"],
9
- observation_file=testdata_folder
10
- / "01_drogon_ahm"
11
- / "share"
12
- / "observations"
13
- / "tables"
14
- / "ert_observations.yml",
15
- )
16
- app.layout = plugin.layout
17
- dash_duo.start_server(app)
18
- assert not dash_duo.get_logs()
@@ -1,29 +0,0 @@
1
- # pylint: disable=no-name-in-module
2
- from webviz_config.plugins import LinePlotterFMU
3
-
4
-
5
- def test_line_plotter_fmu(dash_duo, app, testdata_folder, shared_settings) -> None:
6
- plugin = LinePlotterFMU(
7
- app,
8
- shared_settings["HM_SETTINGS"],
9
- aggregated_csvfile=testdata_folder
10
- / "reek_test_data"
11
- / "aggregated_data"
12
- / "smry_hm.csv",
13
- aggregated_parameterfile=testdata_folder
14
- / "reek_test_data"
15
- / "aggregated_data"
16
- / "parameters_hm.csv",
17
- observation_file=testdata_folder / "reek_test_data" / "observations.yml",
18
- observation_group="smry",
19
- remap_observation_values={"DATE": "date"},
20
- initial_data={
21
- "x": "DATE",
22
- "y": "FOPR",
23
- "ensembles": ["iter-0", "iter-3"],
24
- "colors": {"iter-0": "red", "iter-3": "blue"},
25
- },
26
- )
27
- app.layout = plugin.layout
28
- dash_duo.start_server(app)
29
- assert not dash_duo.get_logs()
@@ -1,26 +0,0 @@
1
- import warnings
2
-
3
- # pylint: disable=no-name-in-module
4
- from webviz_config.plugins import ParameterAnalysis
5
- from webviz_config.testing import WebvizComposite
6
-
7
-
8
- def test_parameter_analysis(
9
- _webviz_duo: WebvizComposite, shared_settings: dict
10
- ) -> None:
11
- plugin = ParameterAnalysis(
12
- shared_settings["HM_SETTINGS"],
13
- ensembles=shared_settings["HM_ENSEMBLES"],
14
- column_keys=["WWCT:*"],
15
- time_index="monthly",
16
- drop_constants=True,
17
- )
18
- _webviz_duo.start_server(plugin)
19
-
20
- logs = []
21
- for log in _webviz_duo.get_logs() or []:
22
- if "dash_renderer" in log.get("message"):
23
- warnings.warn(log.get("message"))
24
- else:
25
- logs.append(log)
26
- assert not logs
@@ -1,25 +0,0 @@
1
- # pylint: disable=no-name-in-module
2
- from webviz_config.plugins import ParameterCorrelation
3
- from webviz_config.testing import WebvizComposite
4
-
5
-
6
- def test_parameter_correlation(_webviz_duo: WebvizComposite, shared_settings) -> None:
7
- parameter_correlation = ParameterCorrelation(
8
- shared_settings["HM_SETTINGS"],
9
- ensembles=shared_settings["HM_ENSEMBLES"],
10
- )
11
-
12
- _webviz_duo.start_server(parameter_correlation)
13
-
14
- _webviz_duo.toggle_webviz_settings_drawer()
15
- _webviz_duo.toggle_webviz_settings_group(
16
- parameter_correlation.view("paracorr").settings_group_unique_id("settings")
17
- )
18
- # Using str literals directly, not IDs from the plugin as intended because
19
- # the run test did not accept the imports
20
-
21
- my_component_id = _webviz_duo.view_settings_group_unique_component_id(
22
- "paracorr", "settings", "shared-ensemble"
23
- )
24
- _webviz_duo.wait_for_contains_text(my_component_id, "iter-0")
25
- assert not _webviz_duo.get_logs()
@@ -1,13 +0,0 @@
1
- # pylint: disable=no-name-in-module
2
- from webviz_config.plugins import ParameterDistribution
3
-
4
-
5
- def test_parameter_distribution(dash_duo, app, shared_settings) -> None:
6
- plugin = ParameterDistribution(
7
- app,
8
- shared_settings["HM_SETTINGS"],
9
- ensembles=shared_settings["HM_ENSEMBLES"],
10
- )
11
- app.layout = plugin.layout
12
- dash_duo.start_server(app)
13
- assert not dash_duo.get_logs()
@@ -1,13 +0,0 @@
1
- # pylint: disable=no-name-in-module
2
- from webviz_config.plugins import ParameterParallelCoordinates
3
-
4
-
5
- def test_parameter_parallel_coordinates(dash_duo, app, shared_settings) -> None:
6
- plugin = ParameterParallelCoordinates(
7
- app,
8
- shared_settings["HM_SETTINGS"],
9
- ensembles=shared_settings["HM_ENSEMBLES"],
10
- )
11
- app.layout = plugin.layout
12
- dash_duo.start_server(app)
13
- assert not dash_duo.get_logs()
@@ -1,15 +0,0 @@
1
- # pylint: disable=no-name-in-module
2
- from webviz_config.plugins import ParameterResponseCorrelation
3
-
4
-
5
- def test_parameter_response_correlation(dash_duo, app, shared_settings) -> None:
6
- plugin = ParameterResponseCorrelation(
7
- app,
8
- shared_settings["HM_SETTINGS"],
9
- ensembles=shared_settings["HM_ENSEMBLES"],
10
- response_file="share/results/volumes/geogrid--vol.csv",
11
- response_filters={"ZONE": "multi", "REGION": "multi"},
12
- )
13
- app.layout = plugin.layout
14
- dash_duo.start_server(app)
15
- assert not dash_duo.get_logs()
@@ -1,22 +0,0 @@
1
- import warnings
2
-
3
- # pylint: disable=no-name-in-module
4
- from webviz_config.plugins import PropertyStatistics
5
-
6
-
7
- def test_property_statistics(dash_duo, app, shared_settings) -> None:
8
- plugin = PropertyStatistics(
9
- app,
10
- shared_settings["HM_SETTINGS"],
11
- ensembles=shared_settings["HM_ENSEMBLES"],
12
- statistics_file="share/results/tables/grid_property_statistics_geogrid.csv",
13
- )
14
- app.layout = plugin.layout
15
- dash_duo.start_server(app)
16
- logs = []
17
- for log in dash_duo.get_logs() or []:
18
- if "dash_renderer" in log.get("message"):
19
- warnings.warn(log.get("message"))
20
- else:
21
- logs.append(log)
22
- assert not logs
@@ -1,15 +0,0 @@
1
- # pylint: disable=no-name-in-module
2
- from webviz_config.plugins import PvtPlot
3
- from webviz_config.testing import WebvizComposite
4
-
5
-
6
- def test_pvt_plot(_webviz_duo: WebvizComposite, shared_settings: dict) -> None:
7
- plugin = PvtPlot(
8
- shared_settings["HM_SETTINGS"],
9
- ensembles=shared_settings["HM_ENSEMBLES"],
10
- pvt_relative_file_path="share/results/tables/pvt.csv",
11
- )
12
-
13
- _webviz_duo.start_server(plugin)
14
-
15
- assert not _webviz_duo.get_logs()
@@ -1,14 +0,0 @@
1
- # pylint: disable=no-name-in-module
2
- from webviz_config.plugins import RelativePermeability
3
-
4
-
5
- def test_relative_permeability(dash_duo, app, shared_settings) -> None:
6
- plugin = RelativePermeability(
7
- app,
8
- shared_settings["HM_SETTINGS"],
9
- ensembles=shared_settings["HM_ENSEMBLES"],
10
- relpermfile="share/results/tables/relperm.csv",
11
- )
12
- app.layout = plugin.layout
13
- dash_duo.start_server(app)
14
- assert not dash_duo.get_logs()
@@ -1,30 +0,0 @@
1
- import warnings
2
-
3
- # pylint: disable=no-name-in-module
4
- from webviz_config.plugins import ReservoirSimulationTimeSeries
5
-
6
-
7
- def test_reservoir_simulation_timeseries(
8
- dash_duo, app, shared_settings, testdata_folder
9
- ) -> None:
10
- plugin = ReservoirSimulationTimeSeries(
11
- app,
12
- shared_settings["HM_SETTINGS"],
13
- ensembles=shared_settings["HM_ENSEMBLES"],
14
- obsfile=testdata_folder
15
- / "01_drogon_ahm"
16
- / "share"
17
- / "observations"
18
- / "tables"
19
- / "ert_observations.yml",
20
- )
21
- app.layout = plugin.layout
22
- dash_duo.start_server(app)
23
-
24
- logs = []
25
- for log in dash_duo.get_logs() or []:
26
- if "dash_renderer" in log.get("message"):
27
- warnings.warn(log.get("message"))
28
- else:
29
- logs.append(log)
30
- assert not logs