LoopStructural 1.7.0__tar.gz → 1.7.3__tar.gz
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.
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/__init__.py +2 -1
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural.egg-info/PKG-INFO +3 -3
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural.egg-info/SOURCES.txt +0 -1
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural.egg-info/requires.txt +2 -2
- {loopstructural-1.7.0 → loopstructural-1.7.3}/PKG-INFO +3 -3
- {loopstructural-1.7.0 → loopstructural-1.7.3}/pyproject.toml +3 -7
- loopstructural-1.7.3/setup.py +5 -0
- loopstructural-1.7.0/LoopStructural/version.py +0 -1
- loopstructural-1.7.0/setup.py +0 -12
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LICENSE +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/_base.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/_example_models.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/claudius.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/claudiusbb.txt +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/duplex.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/duplexbb.txt +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/fault_trace/fault_trace.cpg +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/fault_trace/fault_trace.dbf +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/fault_trace/fault_trace.prj +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/fault_trace/fault_trace.shp +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/fault_trace/fault_trace.shx +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/geological_map_data/bbox.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/geological_map_data/contacts.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/geological_map_data/fault_displacement.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/geological_map_data/fault_edges.txt +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/geological_map_data/fault_locations.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/geological_map_data/fault_orientations.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/geological_map_data/stratigraphic_order.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/geological_map_data/stratigraphic_orientations.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/geological_map_data/stratigraphic_thickness.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/intrusion.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/intrusionbb.txt +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/onefoldbb.txt +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/onefolddata.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/refolded_bb.txt +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/refolded_fold.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/tabular_intrusion.csv +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datatypes/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/export/exporters.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/export/file_formats.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/export/geoh5.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/export/gocad.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/export/omf_wrapper.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/geometry/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/geometry/_structured_grid.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/interpolators/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/interpolators/_api.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/interpolators/_builders.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/interpolators/_constant_norm.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/interpolators/_cython/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/interpolators/_discrete_fold_interpolator.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/interpolators/_interpolatortype.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/core/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/core/_feature_registry.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/core/fault_topology.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/core/geological_model.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/core/stratigraphic_column.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_analytical_feature.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_base_geological_feature.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_cross_product_geological_feature.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_feature_converters.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_geological_feature.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_lambda_geological_feature.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_projected_vector_feature.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_region.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_structural_frame.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_unconformity_feature.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/builders/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/builders/_analytical_fold_builder.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/builders/_base_builder.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/builders/_fault_builder.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/builders/_folded_feature_builder.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/builders/_geological_feature_builder.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/builders/_structural_frame_builder.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fault/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fault/_fault_function.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fault/_fault_function_feature.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fault/_fault_segment.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/_fold.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/_fold_rotation_angle_feature.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/_foldframe.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/_svariogram.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/fold_function/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/fold_function/_base_fold_rotation_angle.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/fold_function/_fourier_series_fold_rotation_angle.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/fold_function/_lambda_fold_rotation_angle.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/fold_function/_trigo_fold_rotation_angle.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/input/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/input/fault_network.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/input/map2loop_processor.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/input/process_data.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/input/project_file.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/intrusions/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/intrusions/geom_conceptual_models.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/intrusions/geometric_scaling_functions.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/intrusions/intrusion_builder.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/intrusions/intrusion_feature.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/intrusions/intrusion_frame.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/intrusions/intrusion_frame_builder.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/intrusions/intrusion_support_functions.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/_api_registry.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/_surface.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/_transformation.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/colours.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/config.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/dtm_creator.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/exceptions.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/features.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/helper.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/json_encoder.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/linalg.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/logging.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/maths.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/observer.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/regions.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/typing.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/utils/utils.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/visualisation/__init__.py +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural.egg-info/dependency_links.txt +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural.egg-info/top_level.txt +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/README.md +0 -0
- {loopstructural-1.7.0 → loopstructural-1.7.3}/setup.cfg +0 -0
|
@@ -32,9 +32,10 @@ __all__ = [
|
|
|
32
32
|
"timed_stage",
|
|
33
33
|
]
|
|
34
34
|
import tempfile
|
|
35
|
+
from importlib.metadata import version
|
|
35
36
|
from pathlib import Path
|
|
36
37
|
|
|
37
|
-
|
|
38
|
+
__version__ = version("LoopStructural")
|
|
38
39
|
|
|
39
40
|
experimental = False
|
|
40
41
|
ch = logging.StreamHandler()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: LoopStructural
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.3
|
|
4
4
|
Summary: 3D geological modelling
|
|
5
5
|
Author-email: Lachlan Grose <lachlan.grose@monash.edu>
|
|
6
6
|
License: MIT
|
|
@@ -23,8 +23,8 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
23
23
|
Requires-Python: >=3.9
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
|
-
Requires-Dist: loop-common<0.
|
|
27
|
-
Requires-Dist: loop-interpolation<0.
|
|
26
|
+
Requires-Dist: loop-common<0.1.0,>=0.0.1
|
|
27
|
+
Requires-Dist: loop-interpolation<0.1.0,>=0.0.1
|
|
28
28
|
Requires-Dist: numpy>=1.18
|
|
29
29
|
Requires-Dist: pandas
|
|
30
30
|
Requires-Dist: scipy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: LoopStructural
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.3
|
|
4
4
|
Summary: 3D geological modelling
|
|
5
5
|
Author-email: Lachlan Grose <lachlan.grose@monash.edu>
|
|
6
6
|
License: MIT
|
|
@@ -23,8 +23,8 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
23
23
|
Requires-Python: >=3.9
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
|
-
Requires-Dist: loop-common<0.
|
|
27
|
-
Requires-Dist: loop-interpolation<0.
|
|
26
|
+
Requires-Dist: loop-common<0.1.0,>=0.0.1
|
|
27
|
+
Requires-Dist: loop-interpolation<0.1.0,>=0.0.1
|
|
28
28
|
Requires-Dist: numpy>=1.18
|
|
29
29
|
Requires-Dist: pandas
|
|
30
30
|
Requires-Dist: scipy
|
|
@@ -4,6 +4,7 @@ build-backend = 'setuptools.build_meta'
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = 'LoopStructural'
|
|
7
|
+
version = "1.7.3"
|
|
7
8
|
description = '3D geological modelling'
|
|
8
9
|
authors = [{ name = 'Lachlan Grose', email = 'lachlan.grose@monash.edu' }]
|
|
9
10
|
readme = 'README.md'
|
|
@@ -32,15 +33,14 @@ classifiers = [
|
|
|
32
33
|
'Programming Language :: Python :: 3.12',
|
|
33
34
|
]
|
|
34
35
|
dependencies = [
|
|
35
|
-
"loop-common>=0.1
|
|
36
|
-
"loop-interpolation>=0.1
|
|
36
|
+
"loop-common>=0.0.1,<0.1.0",
|
|
37
|
+
"loop-interpolation>=0.0.1,<0.1.0",
|
|
37
38
|
"numpy>=1.18",
|
|
38
39
|
"pandas",
|
|
39
40
|
"scipy",
|
|
40
41
|
"scikit-image",
|
|
41
42
|
"scikit-learn",
|
|
42
43
|
]
|
|
43
|
-
dynamic = ['version']
|
|
44
44
|
|
|
45
45
|
[project.optional-dependencies]
|
|
46
46
|
all = ['loopstructural[inequalities]', 'tqdm']
|
|
@@ -72,9 +72,6 @@ Documentation = 'https://Loop3d.org/LoopStructural/'
|
|
|
72
72
|
"Bug Tracker" = 'https://github.com/loop3d/loopstructural/issues'
|
|
73
73
|
"Source Code" = 'https://github.com/loop3d/loopstructural'
|
|
74
74
|
|
|
75
|
-
[tool.setuptools.dynamic]
|
|
76
|
-
version = { attr = 'LoopStructural.version.__version__' }
|
|
77
|
-
|
|
78
75
|
[tool.setuptools.packages.find]
|
|
79
76
|
include = ['LoopStructural', 'LoopStructural.*']
|
|
80
77
|
|
|
@@ -306,7 +303,6 @@ allow-dict-calls-with-keyword-arguments = true
|
|
|
306
303
|
"LoopStructural/utils/regions.py" = ["D", "ANN"]
|
|
307
304
|
"LoopStructural/utils/typing.py" = ["D", "ANN"]
|
|
308
305
|
"LoopStructural/utils/utils.py" = ["D", "ANN"]
|
|
309
|
-
"LoopStructural/version.py" = ["D", "ANN"]
|
|
310
306
|
"LoopStructural/visualisation/__init__.py" = ["D", "ANN"]
|
|
311
307
|
# D/ANN are not enforced outside the library package.
|
|
312
308
|
"tests/*" = ["D", "ANN"]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.7.0"
|
loopstructural-1.7.0/setup.py
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"""See pyproject.toml for project metadata."""
|
|
2
|
-
|
|
3
|
-
import os
|
|
4
|
-
import runpy
|
|
5
|
-
|
|
6
|
-
from setuptools import setup
|
|
7
|
-
|
|
8
|
-
package_root = os.path.abspath(os.path.dirname(__file__))
|
|
9
|
-
|
|
10
|
-
version = runpy.run_path(os.path.join(package_root, "LoopStructural/version.py"))
|
|
11
|
-
version = version["__version__"]
|
|
12
|
-
setup()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/refolded_fold.csv
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/datasets/data/tabular_intrusion.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/interpolators/_constant_norm.py
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/interpolators/_cython/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/interpolators/_interpolatortype.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/core/_feature_registry.py
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/core/fault_topology.py
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/core/geological_model.py
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/core/stratigraphic_column.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/_structural_frame.py
RENAMED
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fault/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/__init__.py
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/_fold.py
RENAMED
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/_foldframe.py
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/features/fold/_svariogram.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/input/fault_network.py
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/input/map2loop_processor.py
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/input/process_data.py
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/input/project_file.py
RENAMED
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/intrusions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.7.0 → loopstructural-1.7.3}/LoopStructural/modelling/intrusions/intrusion_frame.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|