orchid-python-api 5.24.4__py3-none-any.whl → 5.25.1__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 (84) hide show
  1. ReleaseNotes.md +25 -0
  2. copy_orchid_examples.py +1 -1
  3. copy_orchid_low_level_examples.py +1 -1
  4. copy_orchid_manual_examples.py +1 -1
  5. copy_orchid_tutorials.py +1 -1
  6. orchid/VERSION +1 -1
  7. orchid/__init__.py +1 -1
  8. orchid/__version__.py +1 -1
  9. orchid/base.py +1 -1
  10. orchid/base_time_series_adapter.py +1 -1
  11. orchid/configuration.py +1 -1
  12. orchid/convert.py +1 -1
  13. orchid/core.py +1 -1
  14. orchid/dom_project_object.py +1 -1
  15. orchid/dot_net.py +1 -1
  16. orchid/dot_net_disposable.py +1 -1
  17. orchid/dot_net_dom_access.py +1 -1
  18. orchid/measurement.py +1 -1
  19. orchid/native_data_frame_adapter.py +1 -1
  20. orchid/native_fiber_data.py +73 -0
  21. orchid/native_fiber_data_set_info.py +28 -0
  22. orchid/native_monitor_adapter.py +1 -1
  23. orchid/native_project_user_data_adapter.py +1 -1
  24. orchid/native_stage_adapter.py +1 -1
  25. orchid/native_stage_part_adapter.py +1 -1
  26. orchid/native_subsurface_point.py +1 -1
  27. orchid/native_time_series_adapter.py +1 -1
  28. orchid/native_trajectory_adapter.py +1 -1
  29. orchid/native_treatment_calculations.py +1 -1
  30. orchid/native_treatment_curve_adapter.py +1 -1
  31. orchid/native_well_adapter.py +1 -1
  32. orchid/net_date_time.py +1 -1
  33. orchid/net_enumerable.py +1 -1
  34. orchid/net_fracture_diagnostics_factory.py +1 -1
  35. orchid/net_quantity.py +1 -1
  36. orchid/net_stage_qc.py +1 -1
  37. orchid/physical_quantity.py +1 -1
  38. orchid/project.py +11 -1
  39. orchid/project_store.py +1 -1
  40. orchid/reference_origins.py +1 -1
  41. orchid/script_adapter_context.py +1 -1
  42. orchid/searchable_data_frames.py +1 -1
  43. orchid/searchable_project_objects.py +1 -1
  44. orchid/searchable_stage_parts.py +1 -1
  45. orchid/searchable_stages.py +1 -1
  46. orchid/unit_system.py +1 -1
  47. orchid/utils.py +14 -0
  48. orchid/validation.py +1 -1
  49. orchid/version.py +1 -1
  50. orchid_python_api/__init__.py +1 -1
  51. orchid_python_api/examples/add_stages.py +1 -1
  52. orchid_python_api/examples/change_stage_times.py +1 -1
  53. orchid_python_api/examples/completion_analysis.ipynb +1 -1
  54. orchid_python_api/examples/completion_analysis.py +1 -1
  55. orchid_python_api/examples/low_level/add_stages_low.py +1 -1
  56. orchid_python_api/examples/low_level/auto_pick.ipynb +1 -1
  57. orchid_python_api/examples/low_level/auto_pick.py +1 -1
  58. orchid_python_api/examples/low_level/auto_pick_and_create_stage_attribute.py +1 -1
  59. orchid_python_api/examples/low_level/auto_pick_iterate_example.py +1 -1
  60. orchid_python_api/examples/low_level/monitor_time_series.py +1 -1
  61. orchid_python_api/examples/low_level/multi_picking_events.py +2 -2
  62. orchid_python_api/examples/manual/data_frame_with_guid.ipynb +1 -1
  63. orchid_python_api/examples/manual/data_frame_with_guid.py +1 -1
  64. orchid_python_api/examples/plot_time_series.ipynb +1 -1
  65. orchid_python_api/examples/plot_time_series.py +1 -1
  66. orchid_python_api/examples/plot_trajectories.ipynb +1 -1
  67. orchid_python_api/examples/plot_trajectories.py +1 -1
  68. orchid_python_api/examples/plot_treatment.ipynb +1 -1
  69. orchid_python_api/examples/plot_treatment.py +1 -1
  70. orchid_python_api/examples/pythonnet3/internal_tests.py +1 -1
  71. orchid_python_api/examples/pythonnet3/low_level.py +1 -1
  72. orchid_python_api/examples/search_data_frames.ipynb +1 -1
  73. orchid_python_api/examples/search_data_frames.py +1 -1
  74. orchid_python_api/examples/stage_qc_results.py +1 -1
  75. orchid_python_api/examples/volume_2_first_response.ipynb +1 -1
  76. orchid_python_api/examples/volume_2_first_response.py +1 -1
  77. orchid_python_api/tutorials/dom_navigation_tutorial.ipynb +1 -1
  78. orchid_python_api/tutorials/dom_navigation_tutorial.py +1 -1
  79. {orchid_python_api-5.24.4.dist-info → orchid_python_api-5.25.1.dist-info}/METADATA +1 -1
  80. orchid_python_api-5.25.1.dist-info/RECORD +88 -0
  81. orchid_python_api-5.24.4.dist-info/RECORD +0 -85
  82. {orchid_python_api-5.24.4.dist-info → orchid_python_api-5.25.1.dist-info}/LICENSE +0 -0
  83. {orchid_python_api-5.24.4.dist-info → orchid_python_api-5.25.1.dist-info}/WHEEL +0 -0
  84. {orchid_python_api-5.24.4.dist-info → orchid_python_api-5.25.1.dist-info}/entry_points.txt +0 -0
ReleaseNotes.md CHANGED
@@ -13,6 +13,31 @@ the [Python grip utility](https://pypi.org/project/grip/). This application allo
13
13
  files before sending off to GitHub". Although you need not send any of these file to `GitHub`, by using `grip`
14
14
  to render the file, you can much more easily navigate the document links.
15
15
 
16
+ ### Release notes for 5.25.1
17
+
18
+ This release is the production release of the Orchid Python API corresponding to Orchid 5.25.1. We have made the necessary
19
+ updates to the Python API to remain compatible with the .NET API.
20
+
21
+ Additionally, we have added a simple high level API to access fiber data. See `fiber_data_example.py` in the `examples\` folder.
22
+ Note that even with a small fiber data set, converting the fiber data into a `pandas` data frame takes quite
23
+ a while. Getting the data in .NET objects is fairly quick, so there may be room for other ideas there.
24
+
25
+ #### Possible breaking .NET API changes
26
+
27
+ - None
28
+
29
+ #### Resolved Issues
30
+
31
+ - None
32
+
33
+ #### Features
34
+
35
+ - None
36
+
37
+ #### Known Issues
38
+
39
+ - None
40
+
16
41
  ### Release notes for 5.24.4
17
42
 
18
43
  This release is the production release of the Orchid Python API corresponding to Orchid 5.24.3. We have made the necessary
copy_orchid_examples.py CHANGED
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file is part of Orchid and related technologies.
4
4
  #
5
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
5
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
6
6
  #
7
7
  # LEGAL NOTICE:
8
8
  # Orchid contains trade secrets and otherwise confidential information
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file is part of Orchid and related technologies.
4
4
  #
5
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
5
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
6
6
  #
7
7
  # LEGAL NOTICE:
8
8
  # Orchid contains trade secrets and otherwise confidential information
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file is part of Orchid and related technologies.
4
4
  #
5
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
5
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
6
6
  #
7
7
  # LEGAL NOTICE:
8
8
  # Orchid contains trade secrets and otherwise confidential information
copy_orchid_tutorials.py CHANGED
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file is part of Orchid and related technologies.
4
4
  #
5
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
5
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
6
6
  #
7
7
  # LEGAL NOTICE:
8
8
  # Orchid contains trade secrets and otherwise confidential information
orchid/VERSION CHANGED
@@ -1 +1 @@
1
- 5.24.4
1
+ 5.25.1
orchid/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
orchid/__version__.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
orchid/base.py CHANGED
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
orchid/configuration.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
orchid/convert.py CHANGED
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
orchid/core.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright (c) 2017-2024 KAPPA
3
+ # Copyright (c) 2017-2025 KAPPA
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
orchid/dot_net.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
orchid/measurement.py CHANGED
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -0,0 +1,73 @@
1
+ # noinspection PyUnresolvedReferences,PyPackageRequirements
2
+ from Orchid.FractureDiagnostics.FiberDataSet import IFiberDataSet
3
+ import orchid.base
4
+ from orchid import (
5
+ dom_project_object as dpo,
6
+ native_fiber_data_set_info as info
7
+ )
8
+ from .utils import convert_dotnet_datetime_to_python_datetime
9
+ from typing import List, Optional
10
+ from datetime import datetime
11
+ import pandas as pd
12
+
13
+ INT32_MAX = 2147483647
14
+
15
+
16
+ class NativeFiberData(dpo.DomProjectObject):
17
+ """Adapts a native IFiberDataSet to python."""
18
+
19
+ def __init__(self, net_fiber_data_set: IFiberDataSet):
20
+ """
21
+ Constructs an instance adapting a .NET IFiberDataSet.
22
+ Args:
23
+ net_fiber_data_set: The .NET fiber data set to be adapted.
24
+ """
25
+ super().__init__(net_fiber_data_set, orchid.base.constantly(net_fiber_data_set.Project))
26
+
27
+ @property
28
+ def file_path(self) -> str:
29
+ return self.dom_object.FilePath
30
+
31
+ @property
32
+ def depth_unit(self) -> str:
33
+ return self.dom_object.DepthUnit
34
+
35
+ @property
36
+ def timezone_info(self) -> str:
37
+ return self.dom_object.TimeZoneInfo
38
+
39
+ @property
40
+ def times_data_set(self) -> str:
41
+ return self.dom_object.TimesDataSet
42
+
43
+ @property
44
+ def data_sets_info(self) -> List[info.NativeFiberDataSetInfo]:
45
+ return [info.NativeFiberDataSetInfo(x) for x in self.dom_object.FiberDataSets]
46
+
47
+ def get_data_set(self, data_set_name: Optional[str] = None):
48
+ try:
49
+ data_set_info = next(x for x in self.dom_object.FiberDataSets if x.name == data_set_name) if data_set_name is not None else self.dom_object.FiberDataSets[0]
50
+ except StopIteration:
51
+ raise ValueError("No Data Set with this name in this fiber data object")
52
+ data = self.dom_object.GetDataSet(data_set_info)
53
+ data_list = [[data[i, j] for j in range(data.GetLength(1))] for i in range(data.GetLength(0))]
54
+ return pd.DataFrame(data_list)
55
+
56
+ def get_data_table(self, start_index: int = 0, end_index: int = INT32_MAX):
57
+ if end_index == INT32_MAX:
58
+ print("We strongly recommend that you avoid loading the entire data table and instead work with chunks, "
59
+ "specifying the start and end indexes. You can also use the get_data_set method, which is faster.")
60
+ print("Retrieving the data table... This may take a few minutes")
61
+ data_table = self.dom_object.GetDataTable(self.dom_object.DepthUnit, start_index, end_index)
62
+ data_dict = {column: [row[column] for row in data_table.Rows] for column in data_table.Columns}
63
+ df = pd.DataFrame(data_dict)
64
+ print("Data table Retrieved")
65
+ return df
66
+
67
+ @property
68
+ def dates(self) -> List[datetime]:
69
+ return [convert_dotnet_datetime_to_python_datetime(x.ToString()) for x in self.dom_object.Times]
70
+
71
+ @property
72
+ def depths(self) -> List[float]:
73
+ return [x.Value for x in self.dom_object.Depths]
@@ -0,0 +1,28 @@
1
+ # noinspection PyUnresolvedReferences,PyPackageRequirements
2
+ from Orchid.FractureDiagnostics.FiberDataSet import IFiberDataSetInfo
3
+ import orchid.base
4
+ from orchid import (
5
+ dot_net_dom_access as dna,
6
+ dom_project_object as dpo,
7
+ dot_net_disposable as dnd,
8
+ net_date_time as ndt,
9
+ )
10
+ import json
11
+
12
+
13
+ class NativeFiberDataSetInfo(dpo.DomProjectObject):
14
+ """Adapts a native IFiberDataSet to python."""
15
+
16
+ def __init__(self, net_fiber_data_set_info: IFiberDataSetInfo):
17
+ """
18
+ Constructs an instance adapting a .NET IFiberDataSet.
19
+ Args:
20
+ net_fiber_data_set_info: The .NET fiber data set to be adapted.
21
+ """
22
+ super().__init__(net_fiber_data_set_info)
23
+
24
+ description = dna.dom_property('description', 'Description')
25
+ type = dna.dom_property('type', 'Type')
26
+ unit = dna.dom_property('unit', 'Unit of this data set')
27
+ min = dna.dom_property('min', 'Minimum value of this data set')
28
+ max = dna.dom_property('max', 'Maximum value of this data set')
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright 2017-2024 KAPPA
1
+ # Copyright 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2017-2024 KAPPA
1
+ # Copyright 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
orchid/net_date_time.py CHANGED
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
orchid/net_enumerable.py CHANGED
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
orchid/net_quantity.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
orchid/net_stage_qc.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2017-2024 KAPPA
1
+ # Copyright 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
orchid/project.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -25,6 +25,7 @@ import toolz.curried as toolz
25
25
  from orchid import (
26
26
  dot_net_dom_access as dna,
27
27
  native_data_frame_adapter as dfa,
28
+ native_fiber_data as nfd,
28
29
  native_monitor_adapter as nma,
29
30
  native_time_series_adapter as tsa,
30
31
  native_project_user_data_adapter as uda,
@@ -105,6 +106,15 @@ class Project(dna.IdentifiedDotNetAdapter):
105
106
  """
106
107
  return spo.SearchableProjectObjects(nma.NativeMonitorAdapter, self.dom_object.Monitors.Items)
107
108
 
109
+ def fiber_data(self) -> List[nfd.NativeFiberData]:
110
+ """
111
+ Return a `spo.SearchableProjectObjects` instance of all the fiber data for this project.
112
+
113
+ Returns:
114
+ An `spo.SearchableProjectObjects` for all the monitors of this project.
115
+ """
116
+ return list(spo.SearchableProjectObjects(nfd.NativeFiberData, self.dom_object.FiberDataSets.Items))
117
+
108
118
  def project_bounds(self) -> ProjectBounds:
109
119
  result = toolz.pipe(self.dom_object.GetProjectBounds(),
110
120
  toolz.map(option.maybe),
orchid/project_store.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
orchid/unit_system.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
1
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
2
2
  #
3
3
  # This file is part of Orchid and related technologies.
4
4
  #
orchid/utils.py ADDED
@@ -0,0 +1,14 @@
1
+ from datetime import datetime
2
+
3
+ FORMATS = [
4
+ '%d/%m/%Y %H:%M:%S', # e.g., 16/04/2019 23:45:10
5
+ '%m/%d/%Y %I:%M:%S %p', # e.g., 4/16/2019 12:02:51 AM
6
+ ]
7
+
8
+ def convert_dotnet_datetime_to_python_datetime(csharp_datetime_str: str) -> datetime:
9
+ for fmt in FORMATS:
10
+ try:
11
+ return datetime.strptime(csharp_datetime_str, fmt)
12
+ except ValueError:
13
+ continue
14
+ raise ValueError(f"Unrecognized datetime format: '{csharp_datetime_str}'")
orchid/validation.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
orchid/version.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,4 +1,4 @@
1
- # Copyright 2017-2024 KAPPA
1
+ # Copyright 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -9,7 +9,7 @@
9
9
  "#\n",
10
10
  "# This file is part of Orchid and related technologies.\n",
11
11
  "#\n",
12
- "# Copyright (c) 2017-2024 KAPPA. All Rights Reserved.\n",
12
+ "# Copyright (c) 2017-2025 KAPPA. All Rights Reserved.\n",
13
13
  "#\n",
14
14
  "# LEGAL NOTICE:\n",
15
15
  "# Orchid contains trade secrets and otherwise confidential information\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -171,7 +171,7 @@ def main(cli_args):
171
171
  logging.info(f'{len(observation_sets_items)=}')
172
172
  for observation_set in observation_sets_items:
173
173
  logging.info(f'{observation_set.Name=}')
174
- logging.info(f'{len(dne.as_list(observation_set.LeakOffObservations.Items))=}')
174
+ logging.info(f'{len(dne.as_list(observation_set.SignalObservations.Items))=}')
175
175
  logging.info(f'{len(dne.as_list(observation_set.MultiPickingObservations.Items))=}')
176
176
 
177
177
  # Save project changes to specified .ifrac file
@@ -5,7 +5,7 @@
5
5
  "execution_count": null,
6
6
  "outputs": [],
7
7
  "source": [
8
- "# Copyright (c) 2017-2024 KAPPA\n",
8
+ "# Copyright (c) 2017-2025 KAPPA\n",
9
9
  "#\n",
10
10
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
11
11
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "outputs": [],
12
12
  "source": [
13
- "# Copyright (c) 2017-2024 KAPPA\n",
13
+ "# Copyright (c) 2017-2025 KAPPA\n",
14
14
  "#\n",
15
15
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
16
16
  "# you may not use this file except in compliance with the License.\n",
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # This file is part of Orchid and related technologies.
3
3
  #
4
- # Copyright (c) 2017-2024 KAPPA. All Rights Reserved.
4
+ # Copyright (c) 2017-2025 KAPPA. All Rights Reserved.
5
5
  #
6
6
  # LEGAL NOTICE:
7
7
  # Orchid contains trade secrets and otherwise confidential information
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "outputs": [],
16
16
  "source": [
17
- "# Copyright (c) 2017-2024 KAPPA\n",
17
+ "# Copyright (c) 2017-2025 KAPPA\n",
18
18
  "#\n",
19
19
  "# Licensed under the Apache License, Version 2.0 (the \"License\");\n",
20
20
  "# you may not use this file except in compliance with the License.\n",
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2024 KAPPA
1
+ # Copyright (c) 2017-2025 KAPPA
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: orchid-python-api
3
- Version: 5.24.4
3
+ Version: 5.25.1
4
4
  Summary: Defines and implements the Python API for Orchid*. (*Orchid is a mark of KAPPA.)
5
5
  Home-page: https://github.com/Reveal-Energy-Services/orchid-python-api
6
6
  License: Apache-2.0
@@ -0,0 +1,88 @@
1
+ copy_orchid_examples.py,sha256=a5QV1FL0hSD8cHbCw0e7wdkAU2Ia0NGcscVetYFiFPo,3351
2
+ copy_orchid_low_level_examples.py,sha256=Y6dZnDdPQNDrzTazE_UT2IMLPyx3T86TBJrpmNhvBWE,3569
3
+ copy_orchid_manual_examples.py,sha256=2l1L0caZBOAhRQ3FVy0cdKin5mToK-Q8-KWULIcMpiY,3551
4
+ copy_orchid_tutorials.py,sha256=8adltqFKzSVbR7-mMogoO0bClMQzjRmiv6WcLY-12MM,3375
5
+ LICENSE,sha256=lLkiRGL_3TH7GEiXwubGnfyfA_Zn2OKkWO1XswLfRoQ,10316
6
+ orchid/__init__.py,sha256=GiwwA2VRP2zvIjs2vw18ftZxjy2qIoibmtlqe1WyfoU,1534
7
+ orchid/__version__.py,sha256=6IVHzn4iMqYQlPerwfHXJbTVwuC9EUSorOQnp2ng9Ko,701
8
+ orchid/base.py,sha256=Qh4dp3bUe_A2H3jCdw4-TG9XqtRPRl9SeyutriJk0So,1046
9
+ orchid/base_time_series_adapter.py,sha256=eh1wngPE1jOZSbtJofB5wtYdu1T7WUSKu0svJMliUhI,3737
10
+ orchid/configuration.py,sha256=5OEg7bNGLjUdZdQrcADiS2qgtSS7tYM3EmXIxYdA5lg,7127
11
+ orchid/convert.py,sha256=jj8A9oPqyY4oVoWWYBcTY72b54AtWouZBibcCwheF38,1796
12
+ orchid/core.py,sha256=MA6Wrji8mmqeNluIfdUR3Nda7zP4rCHp094XAwW_oxk,6507
13
+ orchid/dom_project_object.py,sha256=gW9bxLuXKPyLc1LVp7IKaLMTpcd-jRvCWUwlWVnqGkg,1151
14
+ orchid/dot_net.py,sha256=urxg-gUCTZ6GdrsG3eHs0Akb6nNvErWqGCHzqhgbO4Q,2351
15
+ orchid/dot_net_disposable.py,sha256=i3easHOCFnsYU8tQc2TVESD-eWS3pvIlonxAlRI45j8,2126
16
+ orchid/dot_net_dom_access.py,sha256=jEtn3hYFJ9IC2Qr5qiVS9b3Rx_s3obIS6Myi3En4PMk,10259
17
+ orchid/measurement.py,sha256=XwM13k094qSQ44oMelRMB39wX3yo7cL6feF7_Gj3jik,1386
18
+ orchid/native_data_frame_adapter.py,sha256=7PDn1r0Elkf-ihSTbKLdfoT-k7MXkiHL1nbsS15npCs,8767
19
+ orchid/native_fiber_data.py,sha256=GOqf1M0WwoQ5TFc78YuwoU9qpFuAE-u7Ovv5H0QEi1o,2997
20
+ orchid/native_fiber_data_set_info.py,sha256=DOmJccLwPRaDkm5geghA97-kvBwKvqNTmpZkpyP08OQ,1038
21
+ orchid/native_monitor_adapter.py,sha256=tZezfyPHn0lXys6NHZLc7rF61ZG-uPb_geHKBgkeRec,2826
22
+ orchid/native_project_user_data_adapter.py,sha256=DoVvCKRiK92MFL7rP1rkIYF4c-RwwlJ5SP62f_UDndU,6190
23
+ orchid/native_stage_adapter.py,sha256=FfSGK2dGe304rSbUWVIaWJi7E3UBJl0eOE5GD0rh4JQ,30499
24
+ orchid/native_stage_part_adapter.py,sha256=NkQT7BWnlLkokoXD4fx3DvGFpASaemKfQkbaZIZDyTU,2064
25
+ orchid/native_subsurface_point.py,sha256=d6wmrhWocgM9RjaJ_v6h5ybOLBcV3ZQD1kFOLcTyj04,2593
26
+ orchid/native_time_series_adapter.py,sha256=b4U9NbqxhV87dK0CB2RbueYxwjg8AkEfOSPwazT-mLg,2068
27
+ orchid/native_trajectory_adapter.py,sha256=7qNWCC-4OZjoqLHPAYlOjHuLBq9Mcqw8TGLrWZpVqhk,10583
28
+ orchid/native_treatment_calculations.py,sha256=FUlYhH6fQfxxPDcDCZbydYLr6uDXSl1tHTApFHHiguI,7435
29
+ orchid/native_treatment_curve_adapter.py,sha256=KIERPbA2n7oO8Ce7LBFMEobKzHE2jN11SLoDH4jwERU,2496
30
+ orchid/native_well_adapter.py,sha256=WoDPrKO22M8tWqtn20kgI65pvXQtu62GGOob6Fr9e00,5404
31
+ orchid/net_date_time.py,sha256=myhz4smyGucSJ8Ud52-Mo3ixqDXFOi970TU_WBOGJ4Q,10738
32
+ orchid/net_enumerable.py,sha256=AZ52UxvSVL-8Q3p8GYc3bVsDThxjtMRFAOH0AXlP3Ao,2285
33
+ orchid/net_fracture_diagnostics_factory.py,sha256=hvf2G41tMZWg2BwcJxEKIp_ltO3DZ5Rxsa-eli9Y2vM,2091
34
+ orchid/net_quantity.py,sha256=WIx0IZR4tXVlNnjeAUotmwi6xtU8-gbCMTZha1DsaaI,27111
35
+ orchid/net_stage_qc.py,sha256=Uw0w7R-rz5BPHHCRf5ckZY5yD2k2xIA3KEnFC3Aa1ZY,2424
36
+ orchid/physical_quantity.py,sha256=HqQRQnqe7Fy33Fr7YOfEAzDDCOsTRmGMhRl3sVtdwgw,1146
37
+ orchid/project.py,sha256=CI5NExK8oBzjydwEk5aBzQJ83Iq0SjDFT1uCCOE-YB8,7456
38
+ orchid/project_store.py,sha256=zFs8rMj4PdXlKUB11oB7plR7wTIkxjQvMcOkvdS--54,12458
39
+ orchid/reference_origins.py,sha256=oCqrJxdp1ti-Tq3WyMqn5aaJiT9Ww0cOg5kEpenyL8M,1417
40
+ orchid/script_adapter_context.py,sha256=BoNbAYUr23ey9Pok7Sh0pylvYRRvzxNuto-F6JRXbQg,2938
41
+ orchid/searchable_data_frames.py,sha256=F0oqSJ0z3TcKZfVN5TyHi_y7pIdM7V-T_b2faRU-5d8,1718
42
+ orchid/searchable_project_objects.py,sha256=TSW3w8sPaIMsvH-iapmvzZVa8z0XVOzUFfdoiPCaoZk,7520
43
+ orchid/searchable_stage_parts.py,sha256=iZcH-LT_oYfSSP-P81Qqw0L_g_bh8ewI3Mc-3mobeWQ,2592
44
+ orchid/searchable_stages.py,sha256=5fF0fBbyKlv8RUjTOi9n6rE59URsFkn8BLFd2i3qTDc,1191
45
+ orchid/unit_system.py,sha256=FlrLWHUhi6A39hyYOsqz6aCLUqBSVvIq844QWMB14_Y,6514
46
+ orchid/utils.py,sha256=85wXZVZEKekdbsHWn4mjF13GJqAT1Onan6vUpM5LwD4,493
47
+ orchid/validation.py,sha256=SRt2agZqYKPqI50TzEe9oOcRZ60uqzw7qxnE-9KClyE,1769
48
+ orchid/VERSION,sha256=KnO5_Vtem1nTO372LFOHPD3sUpEdV2yOOGm6lGXcJkI,6
49
+ orchid/version.py,sha256=CdbCgC7UaMpWJjgPMN0fevhX1kL6nmuRgVY0eTovYoo,1372
50
+ orchid_python_api/__init__.py,sha256=KB5yRju9yypLtsdPGjRQtrn5AOMVzJZ5VLyGH7kJESY,787
51
+ orchid_python_api/examples/add_stages.py,sha256=SPUkcNwnsXfIfP1SoKOrkpYdZ-IWbkssQZjGziK9asM,6452
52
+ orchid_python_api/examples/change_stage_times.py,sha256=cugKSdMNbc20G7y0S5q_e8koIef3vjqWv3zwSkEZ_bY,4369
53
+ orchid_python_api/examples/completion_analysis.ipynb,sha256=wOgoLBlf52Aa-W1pjfJ58bqWz_XZcthh6iEZtpExIhY,28645
54
+ orchid_python_api/examples/completion_analysis.py,sha256=_MnZMg7Y7ByN_b2ipgQuEOi3BuamaAp2g_5KpAsAzIo,16982
55
+ orchid_python_api/examples/low_level/add_stages_low.py,sha256=BkrT1Mx7q4KvWfcYupdkvcSmAr9V91tMMkFoy90nB44,11563
56
+ orchid_python_api/examples/low_level/auto_pick.ipynb,sha256=uvPcnFqZrZZPZu1pXmngmA1CJHYHxm1q9SB5IBHXmfk,32026
57
+ orchid_python_api/examples/low_level/auto_pick.py,sha256=OX7BGPGuBrtWBCXQeBJFi54BCyTKX5IXT8PkvEKaDLs,15899
58
+ orchid_python_api/examples/low_level/auto_pick_and_create_stage_attribute.py,sha256=nmeiELNL9xT-RZzRuq-OINDyKBJxdynRWTu1k4i0Txo,18561
59
+ orchid_python_api/examples/low_level/auto_pick_iterate_example.py,sha256=ABmO0ub0okAB4udAYzlX_tZsg2zJohW1hyX5qIb9ToE,16123
60
+ orchid_python_api/examples/low_level/monitor_time_series.py,sha256=YCXeB6n5EWfTk_LF0TC8Fsfjn7rs5R8PblRCXRJBrT4,2411
61
+ orchid_python_api/examples/low_level/multi_picking_events.py,sha256=gByMoxmr71ZJY8fj0nLz0dBFpDN2I-HDXoOGvPyeuHg,10079
62
+ orchid_python_api/examples/manual/data_frame_with_guid.ipynb,sha256=7iFtyq8Q9anori34fjVUNhtFpE2VttXcWWc1F0C_os4,21605
63
+ orchid_python_api/examples/manual/data_frame_with_guid.py,sha256=8WT-2yOvDduwEsstTf7Xs3e2IaimtYdJa6b-1kgR1E0,1338
64
+ orchid_python_api/examples/plot_time_series.ipynb,sha256=4JipmxsnO_o-qgV36g8_J_vZUaSvI_ZiSHBWxGd4G7w,8216
65
+ orchid_python_api/examples/plot_time_series.py,sha256=vQu5UD1hQFXO406t_U7a7wZtEGXS1fwbPCcvll3grwA,4368
66
+ orchid_python_api/examples/plot_trajectories.ipynb,sha256=q_1aj4juFZbIW-uE8h5EPMf2xTGtr7MCRvqHFdp28oA,6962
67
+ orchid_python_api/examples/plot_trajectories.py,sha256=8mTboGN079Q5uW3mwlVs6tZyAeCf2JZKJuFKiP3rBH4,3064
68
+ orchid_python_api/examples/plot_treatment.ipynb,sha256=XbIjfuD-W9JPEtXOYJ-ic2A7Pira6ILlNmgOZwzk3-s,7212
69
+ orchid_python_api/examples/plot_treatment.py,sha256=iyogglX77u0bcb0x_reJwx9o1m0TM4exU5BTZyqV5D4,3765
70
+ orchid_python_api/examples/python_api.yaml.example,sha256=upVFUKKufxl_QWy_pXzk0CuzHIVfAgp8rEAtg9VyfoA,561
71
+ orchid_python_api/examples/pythonnet3/internal_tests.ipynb,sha256=tZwWcmR03RHRkW11VQYjJAQu3jpQp2dOWFD0D0eqs04,30834
72
+ orchid_python_api/examples/pythonnet3/internal_tests.py,sha256=Rk45bZ6L6xiAfU7lvwrtpYQJCHSj3VQUn_qBvoALAlE,18697
73
+ orchid_python_api/examples/pythonnet3/low_level.ipynb,sha256=xjxc_IzTNbxmXz6SulhGdSfjWxS_WyXBlT95X2_sfWQ,19486
74
+ orchid_python_api/examples/pythonnet3/low_level.py,sha256=jogkgdy9iNjh49zW6EVI9CFGQXKtPysOOVWmvNVATOQ,14296
75
+ orchid_python_api/examples/search_data_frames.ipynb,sha256=4vOR5L2cdxYSQKWFMbLkAa2DCekiqIr-SAeQwOFexsk,13201
76
+ orchid_python_api/examples/search_data_frames.py,sha256=a_ufT648MAhN-kz-mTIXyOm56DX6b4fLG4r3Ib5mmVU,5928
77
+ orchid_python_api/examples/stage_qc_results.py,sha256=w-H7rNVtO6ZAfoDTHMhhTXM2CqU14TXm5usvfWoM8Hw,8578
78
+ orchid_python_api/examples/volume_2_first_response.ipynb,sha256=0upejsPojZRpW4InYwO2qN7JVcyIIIQ6PxC6YKXAup0,12843
79
+ orchid_python_api/examples/volume_2_first_response.py,sha256=uobia9BBaD2nWDH2UqaoyYr9SybEYtKW7BuZyVDwZxg,8513
80
+ orchid_python_api/requirements.txt,sha256=TLanPPkr40ryZFRJr5wWfPKSXMerET0LYdJ5tThGKS0,127
81
+ orchid_python_api/tutorials/dom_navigation_tutorial.ipynb,sha256=3JlkltFlfXQKbq1otJ473ZK7u7WpIyt5JuW_gOKKKBg,24046
82
+ orchid_python_api/tutorials/dom_navigation_tutorial.py,sha256=lOfnKOsqkO07jeRCaUtXLlWmPZkhZL5k_8DeY4yrbXw,19127
83
+ ReleaseNotes.md,sha256=bIYrMvxOjoKzjk-L4FFPuq9sxjbJp62AaU-ol0tpalE,23755
84
+ orchid_python_api-5.25.1.dist-info/entry_points.txt,sha256=QDAEsqjA8FIVbqp-PLzjucg0JZS7eGncMNeqWaaken4,243
85
+ orchid_python_api-5.25.1.dist-info/LICENSE,sha256=lLkiRGL_3TH7GEiXwubGnfyfA_Zn2OKkWO1XswLfRoQ,10316
86
+ orchid_python_api-5.25.1.dist-info/METADATA,sha256=eGlxhCc9a4h-uZjoQ7ZgxwIRhDWBZbfezWf8mMQ_1Bg,34413
87
+ orchid_python_api-5.25.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
88
+ orchid_python_api-5.25.1.dist-info/RECORD,,
@@ -1,85 +0,0 @@
1
- copy_orchid_examples.py,sha256=YO-uYBiwXPkKGKu9FIetSZ9b4k4fBYlXjRWPX-7ZpGg,3351
2
- copy_orchid_low_level_examples.py,sha256=H7UnPEugUZ_VkQoMyBvAtUvgJqzIPHO0nFfqQsM6YlI,3569
3
- copy_orchid_manual_examples.py,sha256=5DIlFHgkG_8nemS6UTG8vhicAVqGs5QYSTpQAuLw5so,3551
4
- copy_orchid_tutorials.py,sha256=08yOF-dROdxg6TxMdF8uxaD2wxK7HrxhZzYsH1LcT-U,3375
5
- LICENSE,sha256=lLkiRGL_3TH7GEiXwubGnfyfA_Zn2OKkWO1XswLfRoQ,10316
6
- orchid/__init__.py,sha256=DZQM55ae8abL4hm-0zufIAIBXZvjnce6nk8PP8MC-Lg,1534
7
- orchid/__version__.py,sha256=GhY9zH6qTpnoNYT8S-RPs8ClExoUJCbA9nfxq_zposI,701
8
- orchid/base.py,sha256=uE6ZVi79z6PI2pRLXkDv5pHTULqWCsDCipFMSWUfQbo,1046
9
- orchid/base_time_series_adapter.py,sha256=V8MH32zEW0P7EUyA8Tq3-3x6AKCM3U2Y8EvvfqvVS1Q,3737
10
- orchid/configuration.py,sha256=WBslnq676suhmHpmVfKpIV2RWPuEqYuM4KQi0Ur7E6I,7127
11
- orchid/convert.py,sha256=_g5DRWl4jgncFvx6YsxaC582wUxsdJtMSJ0V4xdXYV0,1796
12
- orchid/core.py,sha256=-lr4CgcXobk3jOTCyIVANnWGsqQHqXfBAFY0ldRAgdE,6507
13
- orchid/dom_project_object.py,sha256=r1BrMYeMh-4PLgqSgOrYj9tOfyh72Cv5OD60gCYWwFs,1151
14
- orchid/dot_net.py,sha256=JU_lxQ9OjnsIfOQWdNdu6gHIyDc0vHsSnSEgOomATOs,2351
15
- orchid/dot_net_disposable.py,sha256=m2-SVvBz55wn9rWxj50VU5VOIvL2NKDiyOOgy7cvqV8,2126
16
- orchid/dot_net_dom_access.py,sha256=DMKnAhJPn3ckJSFRF6I72ELmNWqIiZOO2bDsNIye8_Q,10259
17
- orchid/measurement.py,sha256=zjqsHEcN0TXGcYi2kHjfjkun6D_jtv7agjnzzHYziaA,1386
18
- orchid/native_data_frame_adapter.py,sha256=xtcth4mtrD7VgwxZBGZTvhUgo2mMh68Y6R9NtnxFgxk,8767
19
- orchid/native_monitor_adapter.py,sha256=WozUnF1c8_aUUiPnkzGiL4hdh3dhJShC9ntEX-OXlp4,2826
20
- orchid/native_project_user_data_adapter.py,sha256=TulEORrnDJbw3tzcEtatS_YvDTj-Dp2XoOSrljnK_FM,6190
21
- orchid/native_stage_adapter.py,sha256=H3Vm6UYFPeRqgro57ThFndJ9sIzQAFtOD0pt50kQ8YU,30499
22
- orchid/native_stage_part_adapter.py,sha256=Q4sD2rrj-_wN9M9wRErEUSg65G3IZHU9tb2VAy8g4dA,2064
23
- orchid/native_subsurface_point.py,sha256=RquX6mS24mEsCCRpnOZ-CiTwpaGjiUw3I6oTxBIYaqU,2593
24
- orchid/native_time_series_adapter.py,sha256=JLrYrzcmApRsI2Hrv0a7Bwm71Kk5Gr5BuFAH4FFzV7M,2068
25
- orchid/native_trajectory_adapter.py,sha256=ay0zoIBA7aOoQmQ4-a2wMB7ByL4zq4ilI7YetUawb3g,10583
26
- orchid/native_treatment_calculations.py,sha256=F1dWkosyw3o_ZC09YRVt_UNCnAoX3wAaPET3NOFQXZw,7435
27
- orchid/native_treatment_curve_adapter.py,sha256=rZXw75baWrHmyGlZkibL5Ra90S_La9dQnXxXtbRdsk8,2496
28
- orchid/native_well_adapter.py,sha256=6qhomHX2XL1mjNSlrmqeskXAOuJddI1JIF-VqDCvbn4,5404
29
- orchid/net_date_time.py,sha256=bn7UCkb27cX8Dw-BONT92gwDTb5-oKQtQmvK4aTbveU,10738
30
- orchid/net_enumerable.py,sha256=o7PzM8Ifl4AzZesuVZEUTcrbdtjFoSxlsPpkgOaLwWE,2285
31
- orchid/net_fracture_diagnostics_factory.py,sha256=NG7HQnsDjJc3icOCFzJbJ-mH5cDOYKNgoFpHLppW3rs,2091
32
- orchid/net_quantity.py,sha256=x_-Wbo3kWRZGmb5Oqj7AyX_9ok47HvnmBbJlSz6K_pg,27111
33
- orchid/net_stage_qc.py,sha256=hg2TMhZDqcHAOrMvAHK0mNXY6wopLrHmITcRCyORlko,2424
34
- orchid/physical_quantity.py,sha256=pfsvHf8yy36vfx3eaHaJQpQ1yYomttIKKfXbe0pWKz8,1146
35
- orchid/project.py,sha256=iiV3uCaaFfZkP5jqLZD_xs9gm6d1gXSFqr-v5Uuv_kQ,7029
36
- orchid/project_store.py,sha256=5ek5SYmok5btvy3YqVWmYIbR-kfg0VaCa9SNoTEsoVY,12458
37
- orchid/reference_origins.py,sha256=bD-28-GIQeq8yKNpYPOyJITKWFF7SzWupF4wYrBipdI,1417
38
- orchid/script_adapter_context.py,sha256=9ZznRTq6JxF9z-DEkcS9p_IYdmK4-UktHaP59ZTbs7A,2938
39
- orchid/searchable_data_frames.py,sha256=yy3tRMWgo1vTC0Rc1ySm-YXG0kujVjA91UZ_sBkWlAE,1718
40
- orchid/searchable_project_objects.py,sha256=ajyyMHhw4cCb2nMS8tTsOxKCeoUm82DDYsGfVCbV_uU,7520
41
- orchid/searchable_stage_parts.py,sha256=T1NMOkPZ4C8fnYQbh41pPPWTSQVL8Pkr7TajOdSICI4,2592
42
- orchid/searchable_stages.py,sha256=35QB-ROZ7MOM4AMS2BHxuHGlsvYGbO5rplKmvYpDWNo,1191
43
- orchid/unit_system.py,sha256=IPCnsuLHbnyVa00wNKCEvw_kL0JDvKFVie-Ydzsmi_A,6514
44
- orchid/validation.py,sha256=LQYnMJYq_T5r_ObsfZZfiNH5zQOFJ9dhZj7V4eMVL2I,1769
45
- orchid/VERSION,sha256=cGG2fqcsvzdVwQdPnWjGQFkWaRDlRwyF6P0XObExVNQ,6
46
- orchid/version.py,sha256=44mNVXWCA6bvqXiq5x74kB1TgPfwv1f7Wm5QQm59ZxA,1372
47
- orchid_python_api/__init__.py,sha256=ChjT8IKA2QqJkRyJM4sKQq4F7Uk1fmk-JE2wMljr3vo,787
48
- orchid_python_api/examples/add_stages.py,sha256=HHaYrCZaURuemRbs3QWDWscGmarEz30oXRV2keYL2ms,6452
49
- orchid_python_api/examples/change_stage_times.py,sha256=hjjkQ6AtzX9_TNCHTAJQRDbZxsx2xhZSTi1565-nNwE,4369
50
- orchid_python_api/examples/completion_analysis.ipynb,sha256=RXJmwJ0wp162ffEcNwfr-vst4xn6hDWumjiLT7W6QFo,28645
51
- orchid_python_api/examples/completion_analysis.py,sha256=5PkEUEi7DFrEdDYFdDtg6mz2Iw47lpStGBaAoIWEdYo,16982
52
- orchid_python_api/examples/low_level/add_stages_low.py,sha256=CsMMPRRqxihO4ESRa6bwt3cCA_qQcCy7YIMTb7Dx2Ss,11563
53
- orchid_python_api/examples/low_level/auto_pick.ipynb,sha256=M4Ka0cJxxps6pmlJ0lYXj-WjS5ESU9-cUHblB43DjLM,32026
54
- orchid_python_api/examples/low_level/auto_pick.py,sha256=FuVpnKCLXHdD9W4TnQkj83lNSyz9-J4UDJsCyKOxKqc,15899
55
- orchid_python_api/examples/low_level/auto_pick_and_create_stage_attribute.py,sha256=iVZL_v_jvrpzGE_rUGv3oZYLRUDqO4rL-RngiSgPwCc,18561
56
- orchid_python_api/examples/low_level/auto_pick_iterate_example.py,sha256=9a8oshdwMjmSVr1-Y4lFlihvNNfByHdc9HPFsqqschs,16123
57
- orchid_python_api/examples/low_level/monitor_time_series.py,sha256=kSMHdCBRdbFONN8FO9eFbX364lf1MbNEFTGjB7mo4s0,2411
58
- orchid_python_api/examples/low_level/multi_picking_events.py,sha256=AAcfHf5EVPrLl7tyWdXwGJlgOld9x1iHnzIIwdbqe-4,10080
59
- orchid_python_api/examples/manual/data_frame_with_guid.ipynb,sha256=KDY2W5MfHYsGhUaAhUironqV7sR1HgsljRaI5lSTsUU,21605
60
- orchid_python_api/examples/manual/data_frame_with_guid.py,sha256=8eq5mKE3PZKmr1CEY92l-yTkkrM_6gqv3_ET_6oevIk,1338
61
- orchid_python_api/examples/plot_time_series.ipynb,sha256=jwL7g-c-tbpdSVfy961ya0lRsz7uX6e0vN0wOinGq1w,8216
62
- orchid_python_api/examples/plot_time_series.py,sha256=9B66oE6OvtfehrRdqouEvsJnDcHCut8vV272evl6xQg,4368
63
- orchid_python_api/examples/plot_trajectories.ipynb,sha256=iyAWnKNSFyH7OFZhEuwS068Nh0om8DvOEAL15AEzRB4,6962
64
- orchid_python_api/examples/plot_trajectories.py,sha256=pzM3spAb5WA-pLLd6uNvbmEVolBIojign4iNyEayi-M,3064
65
- orchid_python_api/examples/plot_treatment.ipynb,sha256=ygpKXPAnewC4UGM4O0TaTDyO6hYhTGQDGImNbhxzY6A,7212
66
- orchid_python_api/examples/plot_treatment.py,sha256=AnREBqBhjx_Hp4v8RR_2ItJTPcR0H-Pen6NEexLaC78,3765
67
- orchid_python_api/examples/python_api.yaml.example,sha256=upVFUKKufxl_QWy_pXzk0CuzHIVfAgp8rEAtg9VyfoA,561
68
- orchid_python_api/examples/pythonnet3/internal_tests.ipynb,sha256=tZwWcmR03RHRkW11VQYjJAQu3jpQp2dOWFD0D0eqs04,30834
69
- orchid_python_api/examples/pythonnet3/internal_tests.py,sha256=xiKBQUv2DAkvJWir4asbfGi-K1HXqiia7qHDIh73-mg,18697
70
- orchid_python_api/examples/pythonnet3/low_level.ipynb,sha256=xjxc_IzTNbxmXz6SulhGdSfjWxS_WyXBlT95X2_sfWQ,19486
71
- orchid_python_api/examples/pythonnet3/low_level.py,sha256=Gd-UtYq35OGA6Hiyv_VaWPaNkHLGaYE0wsub4sEwrS8,14296
72
- orchid_python_api/examples/search_data_frames.ipynb,sha256=ChJVZDx68BAsmonBfG2m3PlMnmLYGGB1yZCpYXnbgU8,13201
73
- orchid_python_api/examples/search_data_frames.py,sha256=t-SFqvZWKsnLJC1qlftI7N8XbeB3goJ_YRhfsGCfikU,5928
74
- orchid_python_api/examples/stage_qc_results.py,sha256=rCg--QJMUnV_-MB3skxueDdf3yuaZIm1isa_WeWy-0c,8578
75
- orchid_python_api/examples/volume_2_first_response.ipynb,sha256=JA1ZORrJZ-YSoj5sgD1xg51j2ohloC2OOGsZxvpYdUg,12843
76
- orchid_python_api/examples/volume_2_first_response.py,sha256=F40ldNyVeUchfbNgW2XCYGFS-TE29b1MOevZefWeOXg,8513
77
- orchid_python_api/requirements.txt,sha256=TLanPPkr40ryZFRJr5wWfPKSXMerET0LYdJ5tThGKS0,127
78
- orchid_python_api/tutorials/dom_navigation_tutorial.ipynb,sha256=ZuU79s1yWus4OOy_kWJ5-92fGH1Nt9CWi4cjh2iMhGQ,24046
79
- orchid_python_api/tutorials/dom_navigation_tutorial.py,sha256=HqtqD2U7UgvtImunw-pBtfkyjdWux6u2-U6gAXPxEaI,19127
80
- ReleaseNotes.md,sha256=ci3cvS6kt0DOV3bSMtQLXvHydz5bj4j09wE_u0LdtdQ,23039
81
- orchid_python_api-5.24.4.dist-info/entry_points.txt,sha256=QDAEsqjA8FIVbqp-PLzjucg0JZS7eGncMNeqWaaken4,243
82
- orchid_python_api-5.24.4.dist-info/LICENSE,sha256=lLkiRGL_3TH7GEiXwubGnfyfA_Zn2OKkWO1XswLfRoQ,10316
83
- orchid_python_api-5.24.4.dist-info/METADATA,sha256=yWw2Llb_mYg4pIuxZy5mJqFfoqlXaxJF9GdUpjR3EUc,34413
84
- orchid_python_api-5.24.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
85
- orchid_python_api-5.24.4.dist-info/RECORD,,