webviz-subsurface 0.2.30__py3-none-any.whl → 0.2.32__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.
- webviz_subsurface/_components/tornado/_tornado_data.py +3 -0
- webviz_subsurface/_providers/ensemble_surface_provider/surface_array_server.py +0 -1
- webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py +2 -7
- webviz_subsurface/plugins/_co2_leakage/_plugin.py +79 -37
- webviz_subsurface/plugins/_co2_leakage/_utilities/callbacks.py +99 -38
- webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py +417 -355
- webviz_subsurface/plugins/_co2_leakage/_utilities/generic.py +2 -7
- webviz_subsurface/plugins/_co2_leakage/_utilities/initialization.py +15 -11
- webviz_subsurface/plugins/_co2_leakage/_utilities/surface_publishing.py +13 -4
- webviz_subsurface/plugins/_co2_leakage/views/mainview/mainview.py +93 -33
- webviz_subsurface/plugins/_co2_leakage/views/mainview/settings.py +301 -116
- webviz_subsurface/plugins/_volumetric_analysis/controllers/tornado_controllers.py +5 -1
- {webviz_subsurface-0.2.30.dist-info → webviz_subsurface-0.2.32.dist-info}/METADATA +34 -34
- {webviz_subsurface-0.2.30.dist-info → webviz_subsurface-0.2.32.dist-info}/RECORD +19 -19
- {webviz_subsurface-0.2.30.dist-info → webviz_subsurface-0.2.32.dist-info}/WHEEL +1 -1
- {webviz_subsurface-0.2.30.dist-info → webviz_subsurface-0.2.32.dist-info}/LICENSE +0 -0
- {webviz_subsurface-0.2.30.dist-info → webviz_subsurface-0.2.32.dist-info}/LICENSE.chromedriver +0 -0
- {webviz_subsurface-0.2.30.dist-info → webviz_subsurface-0.2.32.dist-info}/entry_points.txt +0 -0
- {webviz_subsurface-0.2.30.dist-info → webviz_subsurface-0.2.32.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.
|
|
3
|
+
Version: 0.2.32
|
|
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
|
|
26
|
-
Requires-Dist: dash-bootstrap-components
|
|
27
|
-
Requires-Dist: dash-daq
|
|
28
|
-
Requires-Dist: defusedxml
|
|
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
|
|
31
|
-
Requires-Dist: fmu-tools
|
|
32
|
-
Requires-Dist: geojson
|
|
33
|
-
Requires-Dist: jsonschema
|
|
34
|
-
Requires-Dist: pandas
|
|
35
|
-
Requires-Dist: pillow
|
|
36
|
-
Requires-Dist: pyarrow
|
|
37
|
-
Requires-Dist: pyjwt
|
|
38
|
-
Requires-Dist: pyscal
|
|
39
|
-
Requires-Dist: scipy
|
|
40
|
-
Requires-Dist: statsmodels
|
|
41
|
-
Requires-Dist: xtgeo
|
|
42
|
-
Requires-Dist: vtk
|
|
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
|
|
45
|
-
Requires-Dist: webviz-subsurface-components
|
|
46
|
-
Requires-Dist: res2df
|
|
47
|
-
Requires-Dist: opm
|
|
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
|
|
50
|
-
Requires-Dist: black
|
|
51
|
-
Requires-Dist: dash[testing]
|
|
52
|
-
Requires-Dist: isort
|
|
53
|
-
Requires-Dist: mypy
|
|
54
|
-
Requires-Dist: pylint
|
|
55
|
-
Requires-Dist: pytest-mock
|
|
56
|
-
Requires-Dist: pytest-xdist
|
|
57
|
-
Requires-Dist: pytest-forked
|
|
58
|
-
Requires-Dist: selenium
|
|
59
|
-
Requires-Dist: types-
|
|
60
|
-
Requires-Dist: types-pyyaml
|
|
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<1.12; 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
|
[](https://badge.fury.io/py/webviz-subsurface)
|
|
63
63
|
[](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=
|
|
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=
|
|
186
|
-
webviz_subsurface/_providers/ensemble_surface_provider/surface_image_server.py,sha256=
|
|
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=6N0ZUkgYX8ln6Ryaoms75y7AlAF-aS4N8Va6Gsm8SDE,8920
|
|
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
|
|
@@ -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=
|
|
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=
|
|
258
|
-
webviz_subsurface/plugins/_co2_leakage/_utilities/co2volume.py,sha256=
|
|
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=
|
|
262
|
-
webviz_subsurface/plugins/_co2_leakage/_utilities/initialization.py,sha256=
|
|
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=
|
|
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=
|
|
269
|
-
webviz_subsurface/plugins/_co2_leakage/views/mainview/settings.py,sha256=
|
|
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=
|
|
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.
|
|
618
|
-
webviz_subsurface-0.2.
|
|
619
|
-
webviz_subsurface-0.2.
|
|
620
|
-
webviz_subsurface-0.2.
|
|
621
|
-
webviz_subsurface-0.2.
|
|
622
|
-
webviz_subsurface-0.2.
|
|
623
|
-
webviz_subsurface-0.2.
|
|
617
|
+
webviz_subsurface-0.2.32.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
618
|
+
webviz_subsurface-0.2.32.dist-info/LICENSE.chromedriver,sha256=H5UWVvf6Y7Ul6i35mriz7071dWR01cR9G-5ypnZHnpM,326542
|
|
619
|
+
webviz_subsurface-0.2.32.dist-info/METADATA,sha256=P_R0_nYc_CokNv1xapU7ziK2KVMby6dSKdlFtfkPV0Y,6052
|
|
620
|
+
webviz_subsurface-0.2.32.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
621
|
+
webviz_subsurface-0.2.32.dist-info/entry_points.txt,sha256=aprJRZQ2dW0An59soobTCaWzw6nEtiZBGncBhWA_C5Y,4129
|
|
622
|
+
webviz_subsurface-0.2.32.dist-info/top_level.txt,sha256=NobeVsNfPINQgUSc9hlW3aqYHO5A0SNlhacg-2YDcf4,24
|
|
623
|
+
webviz_subsurface-0.2.32.dist-info/RECORD,,
|
|
File without changes
|
{webviz_subsurface-0.2.30.dist-info → webviz_subsurface-0.2.32.dist-info}/LICENSE.chromedriver
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|