orchid-python-api 5.25.2__py3-none-any.whl → 5.25.4__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.
- orchid_python_api/examples/search_data_frames.py +1 -1
- {orchid_python_api-5.25.2.dist-info → orchid_python_api-5.25.4.dist-info}/METADATA +4 -3
- orchid_python_api-5.25.4.dist-info/RECORD +38 -0
- {orchid_python_api-5.25.2.dist-info → orchid_python_api-5.25.4.dist-info}/WHEEL +1 -1
- ReleaseNotes.md +0 -708
- copy_orchid_examples.py +0 -88
- copy_orchid_low_level_examples.py +0 -93
- copy_orchid_manual_examples.py +0 -93
- copy_orchid_tutorials.py +0 -88
- orchid/VERSION +0 -1
- orchid/__init__.py +0 -42
- orchid/__version__.py +0 -18
- orchid/base.py +0 -31
- orchid/base_time_series_adapter.py +0 -91
- orchid/configuration.py +0 -162
- orchid/convert.py +0 -44
- orchid/core.py +0 -149
- orchid/dom_project_object.py +0 -28
- orchid/dot_net.py +0 -68
- orchid/dot_net_disposable.py +0 -64
- orchid/dot_net_dom_access.py +0 -241
- orchid/measurement.py +0 -35
- orchid/native_data_frame_adapter.py +0 -247
- orchid/native_fiber_data.py +0 -73
- orchid/native_fiber_data_set_info.py +0 -28
- orchid/native_monitor_adapter.py +0 -67
- orchid/native_project_user_data_adapter.py +0 -137
- orchid/native_stage_adapter.py +0 -631
- orchid/native_stage_part_adapter.py +0 -50
- orchid/native_subsurface_point.py +0 -70
- orchid/native_time_series_adapter.py +0 -54
- orchid/native_trajectory_adapter.py +0 -246
- orchid/native_treatment_calculations.py +0 -158
- orchid/native_treatment_curve_adapter.py +0 -60
- orchid/native_well_adapter.py +0 -134
- orchid/net_date_time.py +0 -328
- orchid/net_enumerable.py +0 -72
- orchid/net_fracture_diagnostics_factory.py +0 -55
- orchid/net_quantity.py +0 -620
- orchid/net_stage_qc.py +0 -62
- orchid/physical_quantity.py +0 -37
- orchid/project.py +0 -182
- orchid/project_store.py +0 -269
- orchid/reference_origins.py +0 -34
- orchid/script_adapter_context.py +0 -81
- orchid/searchable_data_frames.py +0 -44
- orchid/searchable_project_objects.py +0 -190
- orchid/searchable_stage_parts.py +0 -73
- orchid/searchable_stages.py +0 -29
- orchid/unit_system.py +0 -173
- orchid/utils.py +0 -14
- orchid/validation.py +0 -52
- orchid/version.py +0 -37
- orchid_python_api-5.25.2.dist-info/LICENSE +0 -176
- orchid_python_api-5.25.2.dist-info/RECORD +0 -88
- {orchid_python_api-5.25.2.dist-info → orchid_python_api-5.25.4.dist-info}/entry_points.txt +0 -0
- /LICENSE → /orchid_python_api-5.25.4.dist-info/licenses/LICENSE +0 -0
|
@@ -81,7 +81,7 @@ def search_data_frames():
|
|
|
81
81
|
# 4.0 Search for a data frame by its display name
|
|
82
82
|
|
|
83
83
|
microseismic_data_frames = list(project.data_frames().find_by_display_name(
|
|
84
|
-
'Microseismic Data Frame 01
|
|
84
|
+
'Microseismic Data Frame 01'))
|
|
85
85
|
assert(len(microseismic_data_frames) == 1)
|
|
86
86
|
microseismic_data_frame = microseismic_data_frames[0]
|
|
87
87
|
print_elided_data_frame(microseismic_data_frame.pandas_data_frame(), 'Microseismic Data Frame')
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: orchid-python-api
|
|
3
|
-
Version: 5.25.
|
|
3
|
+
Version: 5.25.4
|
|
4
4
|
Summary: Defines and implements the Python API for Orchid*. (*Orchid is a mark of KAPPA.)
|
|
5
|
-
Home-page: https://github.com/Reveal-Energy-Services/orchid-python-api
|
|
6
5
|
License: Apache-2.0
|
|
6
|
+
License-File: LICENSE
|
|
7
7
|
Keywords: Orchid Integration,Fracture Diagnostics
|
|
8
8
|
Author: KAPPA.
|
|
9
9
|
Author-email: support@kappaeng.com
|
|
@@ -43,6 +43,7 @@ Requires-Dist: scipy (>=1.10,<2.0) ; extra == "examples"
|
|
|
43
43
|
Requires-Dist: seaborn (>=0.12,<0.13) ; extra == "examples"
|
|
44
44
|
Requires-Dist: toolz (>=0.12.1,<0.13.0)
|
|
45
45
|
Project-URL: Documentation, https://github.com/Reveal-Energy-Services/orchid-python-api/wiki
|
|
46
|
+
Project-URL: Homepage, https://github.com/Reveal-Energy-Services/orchid-python-api
|
|
46
47
|
Project-URL: Issues, https://github.com/Reveal-Energy-Services/orchid-python-api/issues
|
|
47
48
|
Project-URL: Repository, https://github.com/Reveal-Energy-Services/orchid-python-api
|
|
48
49
|
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
orchid_python_api/__init__.py,sha256=KB5yRju9yypLtsdPGjRQtrn5AOMVzJZ5VLyGH7kJESY,787
|
|
2
|
+
orchid_python_api/examples/add_stages.py,sha256=SPUkcNwnsXfIfP1SoKOrkpYdZ-IWbkssQZjGziK9asM,6452
|
|
3
|
+
orchid_python_api/examples/change_stage_times.py,sha256=cugKSdMNbc20G7y0S5q_e8koIef3vjqWv3zwSkEZ_bY,4369
|
|
4
|
+
orchid_python_api/examples/completion_analysis.ipynb,sha256=wOgoLBlf52Aa-W1pjfJ58bqWz_XZcthh6iEZtpExIhY,28645
|
|
5
|
+
orchid_python_api/examples/completion_analysis.py,sha256=_MnZMg7Y7ByN_b2ipgQuEOi3BuamaAp2g_5KpAsAzIo,16982
|
|
6
|
+
orchid_python_api/examples/low_level/add_stages_low.py,sha256=BkrT1Mx7q4KvWfcYupdkvcSmAr9V91tMMkFoy90nB44,11563
|
|
7
|
+
orchid_python_api/examples/low_level/auto_pick.ipynb,sha256=uvPcnFqZrZZPZu1pXmngmA1CJHYHxm1q9SB5IBHXmfk,32026
|
|
8
|
+
orchid_python_api/examples/low_level/auto_pick.py,sha256=OX7BGPGuBrtWBCXQeBJFi54BCyTKX5IXT8PkvEKaDLs,15899
|
|
9
|
+
orchid_python_api/examples/low_level/auto_pick_and_create_stage_attribute.py,sha256=nmeiELNL9xT-RZzRuq-OINDyKBJxdynRWTu1k4i0Txo,18561
|
|
10
|
+
orchid_python_api/examples/low_level/auto_pick_iterate_example.py,sha256=ABmO0ub0okAB4udAYzlX_tZsg2zJohW1hyX5qIb9ToE,16123
|
|
11
|
+
orchid_python_api/examples/low_level/monitor_time_series.py,sha256=YCXeB6n5EWfTk_LF0TC8Fsfjn7rs5R8PblRCXRJBrT4,2411
|
|
12
|
+
orchid_python_api/examples/low_level/multi_picking_events.py,sha256=gByMoxmr71ZJY8fj0nLz0dBFpDN2I-HDXoOGvPyeuHg,10079
|
|
13
|
+
orchid_python_api/examples/manual/data_frame_with_guid.ipynb,sha256=7iFtyq8Q9anori34fjVUNhtFpE2VttXcWWc1F0C_os4,21605
|
|
14
|
+
orchid_python_api/examples/manual/data_frame_with_guid.py,sha256=8WT-2yOvDduwEsstTf7Xs3e2IaimtYdJa6b-1kgR1E0,1338
|
|
15
|
+
orchid_python_api/examples/plot_time_series.ipynb,sha256=4JipmxsnO_o-qgV36g8_J_vZUaSvI_ZiSHBWxGd4G7w,8216
|
|
16
|
+
orchid_python_api/examples/plot_time_series.py,sha256=vQu5UD1hQFXO406t_U7a7wZtEGXS1fwbPCcvll3grwA,4368
|
|
17
|
+
orchid_python_api/examples/plot_trajectories.ipynb,sha256=q_1aj4juFZbIW-uE8h5EPMf2xTGtr7MCRvqHFdp28oA,6962
|
|
18
|
+
orchid_python_api/examples/plot_trajectories.py,sha256=8mTboGN079Q5uW3mwlVs6tZyAeCf2JZKJuFKiP3rBH4,3064
|
|
19
|
+
orchid_python_api/examples/plot_treatment.ipynb,sha256=XbIjfuD-W9JPEtXOYJ-ic2A7Pira6ILlNmgOZwzk3-s,7212
|
|
20
|
+
orchid_python_api/examples/plot_treatment.py,sha256=iyogglX77u0bcb0x_reJwx9o1m0TM4exU5BTZyqV5D4,3765
|
|
21
|
+
orchid_python_api/examples/python_api.yaml.example,sha256=upVFUKKufxl_QWy_pXzk0CuzHIVfAgp8rEAtg9VyfoA,561
|
|
22
|
+
orchid_python_api/examples/pythonnet3/internal_tests.ipynb,sha256=tZwWcmR03RHRkW11VQYjJAQu3jpQp2dOWFD0D0eqs04,30834
|
|
23
|
+
orchid_python_api/examples/pythonnet3/internal_tests.py,sha256=Rk45bZ6L6xiAfU7lvwrtpYQJCHSj3VQUn_qBvoALAlE,18697
|
|
24
|
+
orchid_python_api/examples/pythonnet3/low_level.ipynb,sha256=xjxc_IzTNbxmXz6SulhGdSfjWxS_WyXBlT95X2_sfWQ,19486
|
|
25
|
+
orchid_python_api/examples/pythonnet3/low_level.py,sha256=jogkgdy9iNjh49zW6EVI9CFGQXKtPysOOVWmvNVATOQ,14296
|
|
26
|
+
orchid_python_api/examples/search_data_frames.ipynb,sha256=4vOR5L2cdxYSQKWFMbLkAa2DCekiqIr-SAeQwOFexsk,13201
|
|
27
|
+
orchid_python_api/examples/search_data_frames.py,sha256=flCohVInKRTJM3LDAZrnevDUuGxfpl0fRx7lFTNbY6I,5904
|
|
28
|
+
orchid_python_api/examples/stage_qc_results.py,sha256=w-H7rNVtO6ZAfoDTHMhhTXM2CqU14TXm5usvfWoM8Hw,8578
|
|
29
|
+
orchid_python_api/examples/volume_2_first_response.ipynb,sha256=0upejsPojZRpW4InYwO2qN7JVcyIIIQ6PxC6YKXAup0,12843
|
|
30
|
+
orchid_python_api/examples/volume_2_first_response.py,sha256=42EYYM0_2CpmeWCScnemf6dNepPRygoqoXoXTnEPIOM,8471
|
|
31
|
+
orchid_python_api/requirements.txt,sha256=TLanPPkr40ryZFRJr5wWfPKSXMerET0LYdJ5tThGKS0,127
|
|
32
|
+
orchid_python_api/tutorials/dom_navigation_tutorial.ipynb,sha256=3JlkltFlfXQKbq1otJ473ZK7u7WpIyt5JuW_gOKKKBg,24046
|
|
33
|
+
orchid_python_api/tutorials/dom_navigation_tutorial.py,sha256=lOfnKOsqkO07jeRCaUtXLlWmPZkhZL5k_8DeY4yrbXw,19127
|
|
34
|
+
orchid_python_api-5.25.4.dist-info/entry_points.txt,sha256=QDAEsqjA8FIVbqp-PLzjucg0JZS7eGncMNeqWaaken4,243
|
|
35
|
+
orchid_python_api-5.25.4.dist-info/licenses/LICENSE,sha256=lLkiRGL_3TH7GEiXwubGnfyfA_Zn2OKkWO1XswLfRoQ,10316
|
|
36
|
+
orchid_python_api-5.25.4.dist-info/METADATA,sha256=cwem2GpvA13ANxrYXL3bJF6WyIILDfsfjfKFzlpy1m4,34587
|
|
37
|
+
orchid_python_api-5.25.4.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
|
|
38
|
+
orchid_python_api-5.25.4.dist-info/RECORD,,
|