webviz-subsurface 0.2.29__py3-none-any.whl → 0.2.31__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 (20) hide show
  1. webviz_subsurface/_components/tornado/_tornado_data.py +3 -0
  2. webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py +0 -1
  3. webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py +0 -1
  4. webviz_subsurface/plugins/_co2_leakage/_plugin.py +79 -37
  5. webviz_subsurface/plugins/_co2_leakage/_utilities/callbacks.py +99 -38
  6. webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py +417 -355
  7. webviz_subsurface/plugins/_co2_leakage/_utilities/generic.py +2 -7
  8. webviz_subsurface/plugins/_co2_leakage/_utilities/initialization.py +15 -11
  9. webviz_subsurface/plugins/_co2_leakage/_utilities/surface_publishing.py +13 -4
  10. webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py +93 -33
  11. webviz_subsurface/plugins/_co2_leakage/views/mainview/settings.py +301 -116
  12. webviz_subsurface/plugins/_seismic_misfit.py +1 -1
  13. webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py +5 -1
  14. {webviz_subsurface-0.2.29.dist-info → webviz_subsurface-0.2.31.dist-info}/METADATA +34 -34
  15. {webviz_subsurface-0.2.29.dist-info → webviz_subsurface-0.2.31.dist-info}/RECORD +20 -20
  16. {webviz_subsurface-0.2.29.dist-info → webviz_subsurface-0.2.31.dist-info}/WHEEL +1 -1
  17. {webviz_subsurface-0.2.29.dist-info → webviz_subsurface-0.2.31.dist-info}/LICENSE +0 -0
  18. {webviz_subsurface-0.2.29.dist-info → webviz_subsurface-0.2.31.dist-info}/LICENSE.chromedriver +0 -0
  19. {webviz_subsurface-0.2.29.dist-info → webviz_subsurface-0.2.31.dist-info}/entry_points.txt +0 -0
  20. {webviz_subsurface-0.2.29.dist-info → webviz_subsurface-0.2.31.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: webviz-subsurface
3
- Version: 0.2.29
3
+ Version: 0.2.31
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
@@ -22,42 +22,42 @@ Requires-Python: ~=3.8
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  License-File: LICENSE.chromedriver
25
- Requires-Dist: dash >=2.0.0
26
- Requires-Dist: dash-bootstrap-components >=0.10.3
27
- Requires-Dist: dash-daq >=0.5.0
28
- Requires-Dist: defusedxml >=0.6.0
25
+ Requires-Dist: dash>=2.0.0
26
+ Requires-Dist: dash-bootstrap-components>=0.10.3
27
+ Requires-Dist: dash-daq>=0.5.0
28
+ Requires-Dist: defusedxml>=0.6.0
29
29
  Requires-Dist: flask-caching
30
- Requires-Dist: fmu-ensemble >=1.2.3
31
- Requires-Dist: fmu-tools >=1.8
32
- Requires-Dist: geojson >=2.5.0
33
- Requires-Dist: jsonschema >=3.2.0
34
- Requires-Dist: pandas <3,>=1.1.5
35
- Requires-Dist: pillow >=6.1
36
- Requires-Dist: pyarrow >=5.0.0
37
- Requires-Dist: pyjwt >=2.6.0
38
- Requires-Dist: pyscal >=0.7.5
39
- Requires-Dist: scipy >=1.2
40
- Requires-Dist: statsmodels >=0.12.1
41
- Requires-Dist: xtgeo >=2.20.0
42
- Requires-Dist: vtk >=9.2.2
30
+ Requires-Dist: fmu-ensemble>=1.2.3
31
+ Requires-Dist: fmu-tools>=1.8
32
+ Requires-Dist: geojson>=2.5.0
33
+ Requires-Dist: jsonschema>=3.2.0
34
+ Requires-Dist: pandas<3,>=1.1.5
35
+ Requires-Dist: pillow>=6.1
36
+ Requires-Dist: pyarrow>=5.0.0
37
+ Requires-Dist: pyjwt>=2.6.0
38
+ Requires-Dist: pyscal>=0.7.5
39
+ Requires-Dist: scipy>=1.2
40
+ Requires-Dist: statsmodels>=0.12.1
41
+ Requires-Dist: xtgeo>=2.20.0
42
+ Requires-Dist: vtk>=9.2.2
43
43
  Requires-Dist: webviz-config
44
- Requires-Dist: webviz-core-components >=0.6
45
- Requires-Dist: webviz-subsurface-components ==1.0.2
46
- Requires-Dist: res2df >=1.0 ; sys_platform == "linux"
47
- Requires-Dist: opm >=2023.10 ; sys_platform == "linux"
44
+ Requires-Dist: webviz-core-components>=0.6
45
+ Requires-Dist: webviz-subsurface-components==1.0.2
46
+ Requires-Dist: res2df>=1.0; sys_platform == "linux"
47
+ Requires-Dist: opm>=2023.10; sys_platform == "linux"
48
48
  Provides-Extra: tests
49
- Requires-Dist: bandit ; extra == 'tests'
50
- Requires-Dist: black <24,>=22.1 ; extra == 'tests'
51
- Requires-Dist: dash[testing] ; extra == 'tests'
52
- Requires-Dist: isort ; extra == 'tests'
53
- Requires-Dist: mypy ; extra == 'tests'
54
- Requires-Dist: pylint <3.2.0 ; extra == 'tests'
55
- Requires-Dist: pytest-mock ; extra == 'tests'
56
- Requires-Dist: pytest-xdist ; extra == 'tests'
57
- Requires-Dist: pytest-forked ; extra == 'tests'
58
- Requires-Dist: selenium >=3.141 ; extra == 'tests'
59
- Requires-Dist: types-pkg-resources ; extra == 'tests'
60
- Requires-Dist: types-pyyaml ; extra == 'tests'
49
+ Requires-Dist: bandit; extra == "tests"
50
+ Requires-Dist: black<24,>=22.1; extra == "tests"
51
+ Requires-Dist: dash[testing]; extra == "tests"
52
+ Requires-Dist: isort; extra == "tests"
53
+ Requires-Dist: mypy; extra == "tests"
54
+ Requires-Dist: pylint<3.2.0; extra == "tests"
55
+ Requires-Dist: pytest-mock; extra == "tests"
56
+ Requires-Dist: pytest-xdist; extra == "tests"
57
+ Requires-Dist: pytest-forked; extra == "tests"
58
+ Requires-Dist: selenium>=3.141; extra == "tests"
59
+ Requires-Dist: types-setuptools; extra == "tests"
60
+ Requires-Dist: types-pyyaml; extra == "tests"
61
61
 
62
62
  [![PyPI version](https://badge.fury.io/py/webviz-subsurface.svg)](https://badge.fury.io/py/webviz-subsurface)
63
63
  [![Build Status](https://github.com/equinor/webviz-subsurface/workflows/webviz-subsurface/badge.svg)](https://github.com/equinor/webviz-subsurface/actions?query=branch%3Amaster)
@@ -96,7 +96,7 @@ webviz_subsurface/_components/color_picker.py,sha256=ZoWaSLv8WLo_LPkRZDutUWLDwA0
96
96
  webviz_subsurface/_components/parameter_filter.py,sha256=XO2BfpkbaY7bhuLK4M0gECBWK3_wd3tlVFMUPXdwvSs,22232
97
97
  webviz_subsurface/_components/tornado/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
98
98
  webviz_subsurface/_components/tornado/_tornado_bar_chart.py,sha256=a6n0xV30JL8l8ow7E5axIkxu_jDTG1eyosMhx76SViY,11621
99
- webviz_subsurface/_components/tornado/_tornado_data.py,sha256=qaqdjcNd23BWdaxn3M69I83bF32YgIKOsQhdgrz-oAs,11934
99
+ webviz_subsurface/_components/tornado/_tornado_data.py,sha256=ukXCZNSFZfnZ-IiKjl1Zjdx_Q3t8EMwkEETNk9dnof0,12061
100
100
  webviz_subsurface/_components/tornado/_tornado_table.py,sha256=idfm4j3MoROMjTNGz-g21rb_qWQu3-0OJSjFOgB3Ck4,2475
101
101
  webviz_subsurface/_components/tornado/tornado_widget.py,sha256=HdfwH70HAQQpZWt0yl8Pa3teZHCYTZJz-CCCPSRDy14,21547
102
102
  webviz_subsurface/_datainput/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -182,8 +182,8 @@ webviz_subsurface/_providers/ensemble_surface_provider/dev_experiments.py,sha256
182
182
  webviz_subsurface/_providers/ensemble_surface_provider/dev_surface_server_lazy.py,sha256=wlptCWbyYD07Wl4fZWh_LAjGfK3Ci5rGj_p1M_EniIw,7288
183
183
  webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider.py,sha256=yz48Dk5hMcHAOpsbWpRwQxvw-xV6Hn-nDAEBPKxQtWY,2721
184
184
  webviz_subsurface/_providers/ensemble_surface_provider/ensemble_surface_provider_factory.py,sha256=b_fJZkPTaOnHmZYjQHidKSysueOj7lDAxpe7YDSFs1k,4738
185
- webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py,sha256=pvFflHjI8QRKo__tdBUwy8Y1UCrHyJSMW1vKolW810Q,9000
186
- webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py,sha256=uM2Woz6F3CeCkT4-sthaWMugiY2GHdEW2nYBS0VHIKQ,9142
185
+ webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py,sha256=BdOJW8eVCbA5qeiQmSlRHviC5SGA75iQYliA5sXzLCc,8950
186
+ webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py,sha256=UryTkY8ze-dAIxbFkepqNaoOW-p5UxuCoW-vQp5DgV4,9092
187
187
  webviz_subsurface/_providers/ensemble_table_provider/__init__.py,sha256=YxM91G6ilyHgXFb0jX4ODxnf_CkCtN70SZxWIeZArB4,228
188
188
  webviz_subsurface/_providers/ensemble_table_provider/_field_metadata.py,sha256=vd6EDP00LPIQHsSwXLNaxkUl_Dw8objE3krlGCmT84w,543
189
189
  webviz_subsurface/_providers/ensemble_table_provider/_table_import.py,sha256=Y6_3KVgkXdBvuhC-LEIIHaatXxyC2LeJ2d6sQYIl8zE,5604
@@ -231,7 +231,7 @@ webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py,sha256=6O
231
231
  webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py,sha256=p4nsaD3M9Q7Erqn31TNYkZIsChmOETX2essnqZmidOU,54595
232
232
  webviz_subsurface/plugins/_running_time_analysis_fmu.py,sha256=AgJIw7FpUy0e7n9P84W93WHrHbwakX8dyKR20ESClwk,26296
233
233
  webviz_subsurface/plugins/_segy_viewer.py,sha256=KfvACkuvAmf1zk-HFEUCZ7_N_-tQxli4AGx28z-_0Aw,20596
234
- webviz_subsurface/plugins/_seismic_misfit.py,sha256=6kGwiAR4MFYpU_a1_1mhZMOxXRtUY8gs9ZmRWJkH4P4,146808
234
+ webviz_subsurface/plugins/_seismic_misfit.py,sha256=97INdJs0V6i2h-bTukWRxxliF-OlTzELoh99QSimO2w,146813
235
235
  webviz_subsurface/plugins/_subsurface_map.py,sha256=8Ca-RgpvX3qpQ6Q0U3bZTPjLpgHxc8lBeP_-qLqXR6w,7550
236
236
  webviz_subsurface/plugins/_surface_viewer_fmu.py,sha256=DONtMEesp8LOWUjZxrgamORaVUYNwILX4p2kS4K07FQ,31232
237
237
  webviz_subsurface/plugins/_surface_with_grid_cross_section.py,sha256=jww-MCXNLqRJQhfxFftkUvy6B32HAFUAGhWpPKbx934,18836
@@ -252,21 +252,21 @@ webviz_subsurface/plugins/_bhp_qc/views/_line_chart.py,sha256=dUF4H8H4i1yRg-m2Gs
252
252
  webviz_subsurface/plugins/_bhp_qc/views/_view_functions.py,sha256=kWnv_MLgbPn4DdsYwWrWviQS2-nqcoqO2bp4WuQb1p8,3052
253
253
  webviz_subsurface/plugins/_co2_leakage/__init__.py,sha256=axDh1FIv4Q19Vj7wU-Ldwbs4_eRW39tRtdYOF6-sWzQ,32
254
254
  webviz_subsurface/plugins/_co2_leakage/_error.py,sha256=iZiTIa5qlUA4hy3cmjDrZio2bPAtIAOXoA6eTgkQ1dI,135
255
- webviz_subsurface/plugins/_co2_leakage/_plugin.py,sha256=4xRY5ZAwt1EXKEdiuycQy_sxctXIcFcipjp8AsAQf9M,24893
255
+ webviz_subsurface/plugins/_co2_leakage/_plugin.py,sha256=mcd3TfQy0_GqAZKr9hJ5IvKr9-tTGnOQPxNXO2uYTLE,26625
256
256
  webviz_subsurface/plugins/_co2_leakage/_utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
257
- webviz_subsurface/plugins/_co2_leakage/_utilities/callbacks.py,sha256=wmkWD2muUErf4gpOK4FULZS-eBxihvOI4XfWv_46uY4,18035
258
- webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py,sha256=NOvsXQF6pDL_tb8JNQRx3ufth9H5yhYwQrrS_llRpqk,19998
257
+ webviz_subsurface/plugins/_co2_leakage/_utilities/callbacks.py,sha256=k4nx_4Artginwt7mWi56ikY6SramZNmrGAR71XpC5UM,19669
258
+ webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py,sha256=eJAyJfQxuuie7YunRkk6acuvpm6jAlAHGtWmiV29K2g,21233
259
259
  webviz_subsurface/plugins/_co2_leakage/_utilities/color_tables.py,sha256=7eUWmcL8JiyK5ZPkPtTJ9nVgmp4vZLWEzwUBJBP68OY,2437
260
260
  webviz_subsurface/plugins/_co2_leakage/_utilities/fault_polygons.py,sha256=w74r0DPZGKRCtChtLn4eXO5dOGPWcvMjt9udZFfasI4,1658
261
- webviz_subsurface/plugins/_co2_leakage/_utilities/generic.py,sha256=UQrLYDhF43IMu06DKVFZnDxuMt16IiH8jCt_JrUPmPQ,1933
262
- webviz_subsurface/plugins/_co2_leakage/_utilities/initialization.py,sha256=InZfoUvdxf6wdNWI6jpblHNbq9r32gvele3hvNPWH8M,6147
261
+ webviz_subsurface/plugins/_co2_leakage/_utilities/generic.py,sha256=A8jcKmBQ5Z3lFzEGsLc0ji6uSBTckfqh2QtwGsI4LHc,1829
262
+ webviz_subsurface/plugins/_co2_leakage/_utilities/initialization.py,sha256=bKJmj8MJm74hsO1vieL7VvH0YRXyT8a53yHDIxENm0Y,6203
263
263
  webviz_subsurface/plugins/_co2_leakage/_utilities/plume_extent.py,sha256=JwSAG9IkUZbNEpjUtd3RUCl8IgOy0L_KITw_eWPIFOs,3374
264
264
  webviz_subsurface/plugins/_co2_leakage/_utilities/summary_graphs.py,sha256=u0ODwh7cd-j_GczeeOHwYhFwc69dVT3D2HE47bZFYbU,8305
265
- webviz_subsurface/plugins/_co2_leakage/_utilities/surface_publishing.py,sha256=Vw3jN1SRWZJcwIiOJOf8G2y_s2Eq4OmTWZO-b_HJEAo,4837
265
+ webviz_subsurface/plugins/_co2_leakage/_utilities/surface_publishing.py,sha256=DDdJVORKlD5Hhb9SEfSN9s3OMKYtuQNj-z-CizTKHQ0,5102
266
266
  webviz_subsurface/plugins/_co2_leakage/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
267
267
  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=B5a3azJqlJXrXgjKTpSyew3iIrs5t7hgJeT4PFeGOAA,4451
269
- webviz_subsurface/plugins/_co2_leakage/views/mainview/settings.py,sha256=qynvTMgLRwjQ-qzAXPXw-Pp_vKHKw-yyMYNnx63Eybg,32145
268
+ webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py,sha256=tb4QrDr12U_1k_Izd8F-hPxWUthFmHzxxDNggMaOnic,6985
269
+ webviz_subsurface/plugins/_co2_leakage/views/mainview/settings.py,sha256=NO-pw2T8A1eFCMYL7_CGE-IqkEpYznjFl8867Xg_fp4,40665
270
270
  webviz_subsurface/plugins/_grid_viewer_fmu/__init__.py,sha256=ZlS_MintakVLD0tEjrCySI4BWcxzR7wLP-smYZoAcE4,47
271
271
  webviz_subsurface/plugins/_grid_viewer_fmu/_layout_elements.py,sha256=RHJUFVx17LvpsDOa8Y8gwNoRHoodcaXXQGRGwjqbeB0,124
272
272
  webviz_subsurface/plugins/_grid_viewer_fmu/_plugin.py,sha256=-BFEoSRUxZUaMxJCOrzGdQ5-HYFgvYRLoph_4kmbYA8,5373
@@ -558,7 +558,7 @@ webviz_subsurface/plugins/_volumetric_analysis/controllers/export_data_controlle
558
558
  webviz_subsurface/plugins/_volumetric_analysis/controllers/fipfile_qc_controller.py,sha256=ZB-ZytZuesc49a2pUdg-1qIlEIOH7rUuQV5Zq-EiQGc,4068
559
559
  webviz_subsurface/plugins/_volumetric_analysis/controllers/layout_controllers.py,sha256=TBssGK-rJMKW9h5Uy5-53FA8E22sakiLAQLoyWGlGFw,4142
560
560
  webviz_subsurface/plugins/_volumetric_analysis/controllers/selections_controllers.py,sha256=u0OxZgfgLxApxd9tdJU3cSQnN3s302_imwBuUSPwdio,23065
561
- webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py,sha256=wXlPIJDbhion6qNvyPtZ6WNFy3VEc2vjUVl_M2kDPK4,13830
561
+ webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py,sha256=Zu5L1LPff3uMkirllZ5twhfCqpY2NzK0wuoH656Wlfg,13986
562
562
  webviz_subsurface/plugins/_volumetric_analysis/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
563
563
  webviz_subsurface/plugins/_volumetric_analysis/utils/table_and_figure_utils.py,sha256=RU35NlxBOMd176RfoNFCAfDu3pWS4Z_bxK15pP_lTuY,11947
564
564
  webviz_subsurface/plugins/_volumetric_analysis/utils/utils.py,sha256=EVsj5UaWL_SLHpdfKdYzSVorGjTi9cm1vX85XWTvaHM,967
@@ -614,10 +614,10 @@ webviz_subsurface/plugins/_well_log_viewer/controllers/_well_controller.py,sha25
614
614
  webviz_subsurface/plugins/_well_log_viewer/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
615
615
  webviz_subsurface/plugins/_well_log_viewer/utils/default_color_tables.py,sha256=0UgrvygPGEAuC15vn73NCXJUQLt9Dpn5QZqqq1IJkfw,4872
616
616
  webviz_subsurface/plugins/_well_log_viewer/utils/xtgeo_well_log_to_json.py,sha256=T44-vFwvvjyo376yoL1QWDc98exG8N1cLTEzrGp-I7A,1608
617
- webviz_subsurface-0.2.29.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
618
- webviz_subsurface-0.2.29.dist-info/LICENSE.chromedriver,sha256=H5UWVvf6Y7Ul6i35mriz7071dWR01cR9G-5ypnZHnpM,326542
619
- webviz_subsurface-0.2.29.dist-info/METADATA,sha256=vhlGeebgeNrSJz9gxV5OpAme0VWOxdtcXN0_RwcgReo,6088
620
- webviz_subsurface-0.2.29.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
621
- webviz_subsurface-0.2.29.dist-info/entry_points.txt,sha256=aprJRZQ2dW0An59soobTCaWzw6nEtiZBGncBhWA_C5Y,4129
622
- webviz_subsurface-0.2.29.dist-info/top_level.txt,sha256=NobeVsNfPINQgUSc9hlW3aqYHO5A0SNlhacg-2YDcf4,24
623
- webviz_subsurface-0.2.29.dist-info/RECORD,,
617
+ webviz_subsurface-0.2.31.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
618
+ webviz_subsurface-0.2.31.dist-info/LICENSE.chromedriver,sha256=H5UWVvf6Y7Ul6i35mriz7071dWR01cR9G-5ypnZHnpM,326542
619
+ webviz_subsurface-0.2.31.dist-info/METADATA,sha256=86dS7ywUZCRpjzP4OuWEB1SxsIzpryS7O-O08LmIjvo,6047
620
+ webviz_subsurface-0.2.31.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
621
+ webviz_subsurface-0.2.31.dist-info/entry_points.txt,sha256=aprJRZQ2dW0An59soobTCaWzw6nEtiZBGncBhWA_C5Y,4129
622
+ webviz_subsurface-0.2.31.dist-info/top_level.txt,sha256=NobeVsNfPINQgUSc9hlW3aqYHO5A0SNlhacg-2YDcf4,24
623
+ webviz_subsurface-0.2.31.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5