OpenGeode-Geosciences 9.4.1rc1__cp312-cp312-manylinux_2_28_x86_64.whl → 9.5.0rc1__cp312-cp312-manylinux_2_28_x86_64.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.
Potentially problematic release.
This version of OpenGeode-Geosciences might be problematic. Click here for more details.
- opengeode_geosciences/lib64/libOpenGeode-Geosciences_explicit.so +0 -0
- opengeode_geosciences/lib64/libOpenGeode-Geosciences_implicit.so +0 -0
- opengeode_geosciences/lib64/opengeode_geosciences_py_explicit.cpython-312-x86_64-linux-gnu.so +0 -0
- opengeode_geosciences/lib64/opengeode_geosciences_py_implicit.cpython-312-x86_64-linux-gnu.so +0 -0
- opengeode_geosciences/opengeode_geosciences/lib64/opengeode_geosciences_py_explicit.pyi +4 -0
- opengeode_geosciences/opengeode_geosciences/lib64/opengeode_geosciences_py_implicit.pyi +12 -0
- {opengeode_geosciences-9.4.1rc1.dist-info → opengeode_geosciences-9.5.0rc1.dist-info}/METADATA +2 -2
- {opengeode_geosciences-9.4.1rc1.dist-info → opengeode_geosciences-9.5.0rc1.dist-info}/RECORD +10 -10
- {opengeode_geosciences-9.4.1rc1.dist-info → opengeode_geosciences-9.5.0rc1.dist-info}/WHEEL +0 -0
- {opengeode_geosciences-9.4.1rc1.dist-info → opengeode_geosciences-9.5.0rc1.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
opengeode_geosciences/lib64/opengeode_geosciences_py_explicit.cpython-312-x86_64-linux-gnu.so
CHANGED
|
Binary file
|
opengeode_geosciences/lib64/opengeode_geosciences_py_implicit.cpython-312-x86_64-linux-gnu.so
CHANGED
|
Binary file
|
|
@@ -30,6 +30,8 @@ class CrossSection(opengeode.lib64.opengeode_py_model.Section, Faults2D, Horizon
|
|
|
30
30
|
@typing.overload
|
|
31
31
|
def __init__(self, arg0: opengeode.lib64.opengeode_py_model.Section) -> None:
|
|
32
32
|
...
|
|
33
|
+
def cross_section_component(self, arg0: opengeode.lib64.opengeode_py_basic.uuid) -> opengeode.lib64.opengeode_py_model.Component2D:
|
|
34
|
+
...
|
|
33
35
|
def fault_block_items(self, arg0: FaultBlock2D) -> list[opengeode.lib64.opengeode_py_model.Surface2D]:
|
|
34
36
|
...
|
|
35
37
|
def fault_items(self, arg0: Fault2D) -> list[opengeode.lib64.opengeode_py_model.Line2D]:
|
|
@@ -468,6 +470,8 @@ class StructuralModel(opengeode.lib64.opengeode_py_model.BRep, Faults3D, Horizon
|
|
|
468
470
|
...
|
|
469
471
|
def stratigraphic_unit_items(self, arg0: StratigraphicUnit3D) -> list[opengeode.lib64.opengeode_py_model.Block3D]:
|
|
470
472
|
...
|
|
473
|
+
def structural_model_component(self, arg0: opengeode.lib64.opengeode_py_basic.uuid) -> opengeode.lib64.opengeode_py_model.Component3D:
|
|
474
|
+
...
|
|
471
475
|
class StructuralModelBuilder(opengeode.lib64.opengeode_py_model.BRepBuilder, FaultsBuilder3D, HorizonsBuilder3D, FaultBlocksBuilder3D, StratigraphicUnitsBuilder3D):
|
|
472
476
|
def __init__(self, arg0: StructuralModel) -> None:
|
|
473
477
|
...
|
|
@@ -71,6 +71,8 @@ class HorizonsStack2D(StratigraphicRelationships, opengeode_geosciences.lib64.op
|
|
|
71
71
|
...
|
|
72
72
|
def bottom_to_top_units(self) -> list[opengeode_geosciences.lib64.opengeode_geosciences_py_explicit.StratigraphicUnit2D]:
|
|
73
73
|
...
|
|
74
|
+
def horizon_stack_component(self, arg0: opengeode.lib64.opengeode_py_basic.uuid) -> opengeode.lib64.opengeode_py_model.Component2D:
|
|
75
|
+
...
|
|
74
76
|
def native_extension(self) -> str:
|
|
75
77
|
...
|
|
76
78
|
def top_horizon(self) -> opengeode.lib64.opengeode_py_basic.uuid | None:
|
|
@@ -88,6 +90,8 @@ class HorizonsStack3D(StratigraphicRelationships, opengeode_geosciences.lib64.op
|
|
|
88
90
|
...
|
|
89
91
|
def bottom_to_top_units(self) -> list[opengeode_geosciences.lib64.opengeode_geosciences_py_explicit.StratigraphicUnit3D]:
|
|
90
92
|
...
|
|
93
|
+
def horizon_stack_component(self, arg0: opengeode.lib64.opengeode_py_basic.uuid) -> opengeode.lib64.opengeode_py_model.Component3D:
|
|
94
|
+
...
|
|
91
95
|
def native_extension(self) -> str:
|
|
92
96
|
...
|
|
93
97
|
def top_horizon(self) -> opengeode.lib64.opengeode_py_basic.uuid | None:
|
|
@@ -171,6 +175,8 @@ class ImplicitCrossSection(opengeode_geosciences.lib64.opengeode_geosciences_py_
|
|
|
171
175
|
...
|
|
172
176
|
def horizons_stack(self) -> HorizonsStack2D:
|
|
173
177
|
...
|
|
178
|
+
def implicit_cross_section_component(self, arg0: opengeode.lib64.opengeode_py_basic.uuid) -> opengeode.lib64.opengeode_py_model.Component2D:
|
|
179
|
+
...
|
|
174
180
|
def implicit_value_from_geometric_point(self, arg0: opengeode.lib64.opengeode_py_model.Surface2D, arg1: opengeode.lib64.opengeode_py_geometry.Point2D) -> float | None:
|
|
175
181
|
...
|
|
176
182
|
def implicit_value_from_geometric_point_and_triangle_id(self, arg0: opengeode.lib64.opengeode_py_model.Surface2D, arg1: opengeode.lib64.opengeode_py_geometry.Point2D, arg2: int) -> float:
|
|
@@ -221,6 +227,8 @@ class ImplicitStructuralModel(opengeode_geosciences.lib64.opengeode_geosciences_
|
|
|
221
227
|
...
|
|
222
228
|
def horizons_stack(self) -> HorizonsStack3D:
|
|
223
229
|
...
|
|
230
|
+
def implicit_structural_model_component(self, arg0: opengeode.lib64.opengeode_py_basic.uuid) -> opengeode.lib64.opengeode_py_model.Component3D:
|
|
231
|
+
...
|
|
224
232
|
def implicit_value_from_geometric_point(self, arg0: opengeode.lib64.opengeode_py_model.Block3D, arg1: opengeode.lib64.opengeode_py_geometry.Point3D) -> float | None:
|
|
225
233
|
...
|
|
226
234
|
def implicit_value_from_geometric_point_and_tetra_id(self, arg0: opengeode.lib64.opengeode_py_model.Block3D, arg1: opengeode.lib64.opengeode_py_geometry.Point3D, arg2: int) -> float:
|
|
@@ -282,6 +290,8 @@ class StratigraphicModel(ImplicitStructuralModel):
|
|
|
282
290
|
...
|
|
283
291
|
def stratigraphic_coordinates_from_vertex_id(self, arg0: opengeode.lib64.opengeode_py_model.Block3D, arg1: int) -> StratigraphicPoint3D:
|
|
284
292
|
...
|
|
293
|
+
def stratigraphic_model_component(self, arg0: opengeode.lib64.opengeode_py_basic.uuid) -> opengeode.lib64.opengeode_py_model.Component3D:
|
|
294
|
+
...
|
|
285
295
|
def stratigraphic_surface(self, arg0: opengeode.lib64.opengeode_py_model.Block3D, arg1: opengeode.lib64.opengeode_py_model.Surface3D) -> list[opengeode.lib64.opengeode_py_mesh.TriangulatedSurface3D]:
|
|
286
296
|
...
|
|
287
297
|
class StratigraphicModelBuilder(opengeode_geosciences.lib64.opengeode_geosciences_py_explicit.StructuralModelBuilder):
|
|
@@ -399,6 +409,8 @@ class StratigraphicSection(ImplicitCrossSection):
|
|
|
399
409
|
...
|
|
400
410
|
def stratigraphic_line(self, arg0: opengeode.lib64.opengeode_py_model.Surface2D, arg1: opengeode.lib64.opengeode_py_model.Line2D) -> list[opengeode.lib64.opengeode_py_mesh.EdgedCurve2D]:
|
|
401
411
|
...
|
|
412
|
+
def stratigraphic_section_component(self, arg0: opengeode.lib64.opengeode_py_basic.uuid) -> opengeode.lib64.opengeode_py_model.Component2D:
|
|
413
|
+
...
|
|
402
414
|
class StratigraphicSectionBuilder(opengeode_geosciences.lib64.opengeode_geosciences_py_explicit.CrossSectionBuilder):
|
|
403
415
|
def __init__(self, arg0: StratigraphicSection) -> None:
|
|
404
416
|
...
|
{opengeode_geosciences-9.4.1rc1.dist-info → opengeode_geosciences-9.5.0rc1.dist-info}/METADATA
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: OpenGeode-Geosciences
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.5.0rc1
|
|
4
4
|
Summary: OpenGeode module for Geosciences
|
|
5
5
|
Author-email: Geode-solutions <contact@geode-solutions.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Requires-Python: <3.13,>=3.9
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
|
-
Requires-Dist: opengeode-core==15.*,>=15.
|
|
9
|
+
Requires-Dist: opengeode-core==15.*,>=15.29.0rc1
|
|
10
10
|
|
|
11
11
|
<h1 align="center">OpenGeode-Geosciences<sup><i>by Geode-solutions</i></sup></h1>
|
|
12
12
|
<h3 align="center">OpenGeode module for Geosciences</h3>
|
{opengeode_geosciences-9.4.1rc1.dist-info → opengeode_geosciences-9.5.0rc1.dist-info}/RECORD
RENAMED
|
@@ -2,17 +2,17 @@ opengeode_geosciences/__init__.py,sha256=3oPY4sh_0PIUFUsmYM75nRHMZL2fwLVTXrqomoa
|
|
|
2
2
|
opengeode_geosciences/explicit.py,sha256=pa6aOX19zmmRA5Esq0Rj8hZjLMwj2sZ_38QlKyWctrw,1216
|
|
3
3
|
opengeode_geosciences/implicit.py,sha256=C_YQcyoWfTtzVQWWQN9bajXb3cSTh3AdZYMfLHWxAD4,1216
|
|
4
4
|
opengeode_geosciences/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
opengeode_geosciences/lib64/libOpenGeode-Geosciences_explicit.so,sha256=
|
|
6
|
-
opengeode_geosciences/lib64/libOpenGeode-Geosciences_implicit.so,sha256=
|
|
7
|
-
opengeode_geosciences/lib64/opengeode_geosciences_py_explicit.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
8
|
-
opengeode_geosciences/lib64/opengeode_geosciences_py_implicit.cpython-312-x86_64-linux-gnu.so,sha256=
|
|
5
|
+
opengeode_geosciences/lib64/libOpenGeode-Geosciences_explicit.so,sha256=goLu9hQqE2katqDptqx-c7kIwc0FrDJNHg4stpbTf1M,985568
|
|
6
|
+
opengeode_geosciences/lib64/libOpenGeode-Geosciences_implicit.so,sha256=yuEiKPy-vjUH6ao0CPxVLy_IZKaoLsNwnypPm4xoZQ8,728176
|
|
7
|
+
opengeode_geosciences/lib64/opengeode_geosciences_py_explicit.cpython-312-x86_64-linux-gnu.so,sha256=qqxxP35ZwfpzCnpFlPSNa0foN7NIfWJrYPm6_-arWMM,627824
|
|
8
|
+
opengeode_geosciences/lib64/opengeode_geosciences_py_implicit.cpython-312-x86_64-linux-gnu.so,sha256=2Ir-9_gI3Tbdnt6jsuOnSTTOhrn5CiDq8VTRVjaTvIA,680624
|
|
9
9
|
opengeode_geosciences/opengeode_geosciences/__init__.pyi,sha256=CXwpsCIgEHwmmcUfnq5JA777lTes5S8ZkwcPL_YBTjw,22730
|
|
10
10
|
opengeode_geosciences/opengeode_geosciences/explicit.pyi,sha256=yJuuEOisWTm8qzLxqtRl3VhfLAhnq7xi3kK5tvQ8eNU,9675
|
|
11
11
|
opengeode_geosciences/opengeode_geosciences/implicit.pyi,sha256=qj7y-Wl2Bq_Q9-0HDaRUqGkU0l39HlcQCtWnVG8_DxE,13056
|
|
12
12
|
opengeode_geosciences/opengeode_geosciences/lib64/__init__.pyi,sha256=rU1RpxPxDxztVJlzef0MfMnAK_FXFRvZIEGc8VqF2RI,227
|
|
13
|
-
opengeode_geosciences/opengeode_geosciences/lib64/opengeode_geosciences_py_explicit.pyi,sha256=
|
|
14
|
-
opengeode_geosciences/opengeode_geosciences/lib64/opengeode_geosciences_py_implicit.pyi,sha256=
|
|
15
|
-
opengeode_geosciences-9.
|
|
16
|
-
opengeode_geosciences-9.
|
|
17
|
-
opengeode_geosciences-9.
|
|
18
|
-
opengeode_geosciences-9.
|
|
13
|
+
opengeode_geosciences/opengeode_geosciences/lib64/opengeode_geosciences_py_explicit.pyi,sha256=rvdHYzWUWNOkkbJfR_ZWXLAp-B0pSuaqcCJI4gWQ1uk,27962
|
|
14
|
+
opengeode_geosciences/opengeode_geosciences/lib64/opengeode_geosciences_py_implicit.pyi,sha256=g-ivVsfx5QsZLEJQULm4Gp8BHN6jIR5cuewde3YXu40,30074
|
|
15
|
+
opengeode_geosciences-9.5.0rc1.dist-info/METADATA,sha256=yBjyKHXc1BOWOxDLKhNP2tKDihPYkw3q0fAY7Up0_dU,3083
|
|
16
|
+
opengeode_geosciences-9.5.0rc1.dist-info/WHEEL,sha256=6TsICjgOR7isz_jYr-ssV7RSRmh1_0Z7_b5ESlzfzVY,104
|
|
17
|
+
opengeode_geosciences-9.5.0rc1.dist-info/top_level.txt,sha256=eFBaUchohZc70xqscdwdB_yif7gMPIL5JXdcDqoHasU,22
|
|
18
|
+
opengeode_geosciences-9.5.0rc1.dist-info/RECORD,,
|
|
File without changes
|
{opengeode_geosciences-9.4.1rc1.dist-info → opengeode_geosciences-9.5.0rc1.dist-info}/top_level.txt
RENAMED
|
File without changes
|