LoopStructural 1.6.8__tar.gz → 1.6.9__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.
Potentially problematic release.
This version of LoopStructural might be problematic. Click here for more details.
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datatypes/_bounding_box.py +19 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/_base_geological_feature.py +7 -1
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/_geological_feature.py +2 -1
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/_lambda_geological_feature.py +11 -0
- loopstructural-1.6.9/LoopStructural/version.py +1 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural.egg-info/PKG-INFO +5 -4
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural.egg-info/requires.txt +2 -2
- {loopstructural-1.6.8 → loopstructural-1.6.9}/PKG-INFO +5 -4
- {loopstructural-1.6.8 → loopstructural-1.6.9}/pyproject.toml +2 -2
- loopstructural-1.6.8/LoopStructural/version.py +0 -1
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LICENSE +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/_base.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/_example_models.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/claudius.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/claudiusbb.txt +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/duplex.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/duplexbb.txt +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/fault_trace/fault_trace.cpg +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/fault_trace/fault_trace.dbf +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/fault_trace/fault_trace.prj +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/fault_trace/fault_trace.shp +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/fault_trace/fault_trace.shx +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/geological_map_data/bbox.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/geological_map_data/contacts.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/geological_map_data/fault_displacement.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/geological_map_data/fault_edges.txt +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/geological_map_data/fault_locations.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/geological_map_data/fault_orientations.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/geological_map_data/stratigraphic_order.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/geological_map_data/stratigraphic_orientations.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/geological_map_data/stratigraphic_thickness.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/intrusion.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/intrusionbb.txt +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/onefoldbb.txt +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/onefolddata.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/refolded_bb.txt +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/refolded_fold.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/tabular_intrusion.csv +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datatypes/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datatypes/_point.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datatypes/_structured_grid.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datatypes/_surface.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/export/exporters.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/export/file_formats.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/export/geoh5.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/export/gocad.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/export/omf_wrapper.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_api.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_builders.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_cython/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_discrete_fold_interpolator.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_discrete_interpolator.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_finite_difference_interpolator.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_geological_interpolator.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_interpolator_builder.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_interpolator_factory.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_operator.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_p1interpolator.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_p2interpolator.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_surfe_wrapper.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_2d_base_unstructured.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_2d_p1_unstructured.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_2d_p2_unstructured.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_2d_structured_grid.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_2d_structured_tetra.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_3d_base_structured.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_3d_p2_tetra.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_3d_structured_grid.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_3d_structured_tetra.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_3d_unstructured_tetra.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_aabb.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_base_support.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_face_table.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_support_factory.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/core/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/core/geological_model.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/_analytical_feature.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/_cross_product_geological_feature.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/_projected_vector_feature.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/_region.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/_structural_frame.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/_unconformity_feature.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/builders/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/builders/_base_builder.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/builders/_fault_builder.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/builders/_folded_feature_builder.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/builders/_geological_feature_builder.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/builders/_structural_frame_builder.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fault/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fault/_fault_function.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fault/_fault_function_feature.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fault/_fault_segment.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/_fold.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/_fold_rotation_angle_feature.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/_foldframe.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/_svariogram.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/fold_function/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/fold_function/_base_fold_rotation_angle.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/fold_function/_fourier_series_fold_rotation_angle.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/fold_function/_lambda_fold_rotation_angle.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/fold_function/_trigo_fold_rotation_angle.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/input/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/input/fault_network.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/input/map2loop_processor.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/input/process_data.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/input/project_file.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/intrusions/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/intrusions/geom_conceptual_models.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/intrusions/geometric_scaling_functions.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/intrusions/intrusion_builder.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/intrusions/intrusion_feature.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/intrusions/intrusion_frame_builder.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/intrusions/intrusion_support_functions.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/_surface.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/_transformation.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/colours.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/config.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/dtm_creator.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/exceptions.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/features.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/helper.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/json_encoder.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/linalg.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/logging.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/maths.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/regions.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/typing.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/utils/utils.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/visualisation/__init__.py +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural.egg-info/SOURCES.txt +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural.egg-info/dependency_links.txt +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural.egg-info/top_level.txt +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/README.md +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/setup.cfg +0 -0
- {loopstructural-1.6.8 → loopstructural-1.6.9}/setup.py +0 -0
|
@@ -429,6 +429,25 @@ class BoundingBox:
|
|
|
429
429
|
"maximum": self.maximum.tolist(),
|
|
430
430
|
"nsteps": self.nsteps.tolist(),
|
|
431
431
|
}
|
|
432
|
+
@classmethod
|
|
433
|
+
def from_dict(cls, data: dict) -> 'BoundingBox':
|
|
434
|
+
"""Create a bounding box from a dictionary
|
|
435
|
+
|
|
436
|
+
Parameters
|
|
437
|
+
----------
|
|
438
|
+
data : dict
|
|
439
|
+
dictionary with origin, maximum and nsteps
|
|
440
|
+
|
|
441
|
+
Returns
|
|
442
|
+
-------
|
|
443
|
+
BoundingBox
|
|
444
|
+
bounding box object
|
|
445
|
+
"""
|
|
446
|
+
return cls(
|
|
447
|
+
origin=np.array(data["origin"]),
|
|
448
|
+
maximum=np.array(data["maximum"]),
|
|
449
|
+
nsteps=np.array(data["nsteps"]),
|
|
450
|
+
)
|
|
432
451
|
|
|
433
452
|
def vtk(self):
|
|
434
453
|
"""Export the model as a pyvista RectilinearGrid
|
|
@@ -334,8 +334,14 @@ class BaseFeature(metaclass=ABCMeta):
|
|
|
334
334
|
bounding_box = self.model.bounding_box
|
|
335
335
|
grid = bounding_box.structured_grid(name=self.name)
|
|
336
336
|
value = self.evaluate_value(
|
|
337
|
-
|
|
337
|
+
bounding_box.regular_grid(local=False, order='F')
|
|
338
338
|
)
|
|
339
|
+
if self.model is not None:
|
|
340
|
+
|
|
341
|
+
value = self.evaluate_value(
|
|
342
|
+
self.model.scale(bounding_box.regular_grid(local=False, order='F'))
|
|
343
|
+
)
|
|
344
|
+
|
|
339
345
|
grid.properties[self.name] = value
|
|
340
346
|
|
|
341
347
|
value = self.evaluate_value(bounding_box.cell_centres(order='F'))
|
|
@@ -42,6 +42,7 @@ class GeologicalFeature(BaseFeature):
|
|
|
42
42
|
builder,
|
|
43
43
|
regions: list = [],
|
|
44
44
|
faults: list = [],
|
|
45
|
+
interpolator=None,
|
|
45
46
|
model=None,
|
|
46
47
|
):
|
|
47
48
|
"""Default constructor for geological feature
|
|
@@ -60,7 +61,7 @@ class GeologicalFeature(BaseFeature):
|
|
|
60
61
|
BaseFeature.__init__(self, name, model, faults, regions, builder)
|
|
61
62
|
self.name = name
|
|
62
63
|
self.builder = builder
|
|
63
|
-
self.interpolator = self.builder.interpolator if self.builder is not None else
|
|
64
|
+
self.interpolator = self.builder.interpolator if self.builder is not None else interpolator
|
|
64
65
|
self.type = FeatureType.INTERPOLATED
|
|
65
66
|
|
|
66
67
|
def to_json(self):
|
|
@@ -90,3 +90,14 @@ class LambdaGeologicalFeature(BaseFeature):
|
|
|
90
90
|
|
|
91
91
|
def get_data(self, value_map: Optional[dict] = None):
|
|
92
92
|
return
|
|
93
|
+
|
|
94
|
+
def copy(self, name: Optional[str] = None):
|
|
95
|
+
return LambdaGeologicalFeature(
|
|
96
|
+
self.function,
|
|
97
|
+
name if name is not None else f'{self.name}_copy',
|
|
98
|
+
self.gradient_function,
|
|
99
|
+
self.model,
|
|
100
|
+
self.regions,
|
|
101
|
+
self.faults,
|
|
102
|
+
self.builder,
|
|
103
|
+
)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.6.9"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: LoopStructural
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.9
|
|
4
4
|
Summary: 3D geological modelling
|
|
5
5
|
Author-email: Lachlan Grose <lachlan.grose@monash.edu>
|
|
6
6
|
License: MIT
|
|
@@ -29,12 +29,12 @@ Requires-Dist: scipy
|
|
|
29
29
|
Requires-Dist: scikit-image
|
|
30
30
|
Requires-Dist: scikit-learn
|
|
31
31
|
Provides-Extra: all
|
|
32
|
-
Requires-Dist: loopstructural[export,inequalities,visualisation]; extra == "all"
|
|
32
|
+
Requires-Dist: loopstructural[export,inequalities,jupyter,visualisation]; extra == "all"
|
|
33
33
|
Requires-Dist: tqdm; extra == "all"
|
|
34
34
|
Provides-Extra: visualisation
|
|
35
35
|
Requires-Dist: matplotlib; extra == "visualisation"
|
|
36
36
|
Requires-Dist: pyvista; extra == "visualisation"
|
|
37
|
-
Requires-Dist: loopstructuralviusualisation
|
|
37
|
+
Requires-Dist: loopstructuralviusualisation>=0.1.14; extra == "visualisation"
|
|
38
38
|
Provides-Extra: export
|
|
39
39
|
Requires-Dist: geoh5py; extra == "export"
|
|
40
40
|
Requires-Dist: pyevtk; extra == "export"
|
|
@@ -58,6 +58,7 @@ Requires-Dist: geopandas; extra == "docs"
|
|
|
58
58
|
Requires-Dist: sphinxcontrib-bibtex; extra == "docs"
|
|
59
59
|
Requires-Dist: myst-parser; extra == "docs"
|
|
60
60
|
Requires-Dist: sphinx-design; extra == "docs"
|
|
61
|
+
Dynamic: license-file
|
|
61
62
|
|
|
62
63
|
# LoopStructural: Loop3D Implicit Geological Modelling
|
|
63
64
|
|
|
@@ -5,7 +5,7 @@ scikit-image
|
|
|
5
5
|
scikit-learn
|
|
6
6
|
|
|
7
7
|
[all]
|
|
8
|
-
loopstructural[export,inequalities,visualisation]
|
|
8
|
+
loopstructural[export,inequalities,jupyter,visualisation]
|
|
9
9
|
tqdm
|
|
10
10
|
|
|
11
11
|
[docs]
|
|
@@ -38,4 +38,4 @@ pyvista[all]
|
|
|
38
38
|
[visualisation]
|
|
39
39
|
matplotlib
|
|
40
40
|
pyvista
|
|
41
|
-
loopstructuralviusualisation
|
|
41
|
+
loopstructuralviusualisation>=0.1.14
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: LoopStructural
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.9
|
|
4
4
|
Summary: 3D geological modelling
|
|
5
5
|
Author-email: Lachlan Grose <lachlan.grose@monash.edu>
|
|
6
6
|
License: MIT
|
|
@@ -29,12 +29,12 @@ Requires-Dist: scipy
|
|
|
29
29
|
Requires-Dist: scikit-image
|
|
30
30
|
Requires-Dist: scikit-learn
|
|
31
31
|
Provides-Extra: all
|
|
32
|
-
Requires-Dist: loopstructural[export,inequalities,visualisation]; extra == "all"
|
|
32
|
+
Requires-Dist: loopstructural[export,inequalities,jupyter,visualisation]; extra == "all"
|
|
33
33
|
Requires-Dist: tqdm; extra == "all"
|
|
34
34
|
Provides-Extra: visualisation
|
|
35
35
|
Requires-Dist: matplotlib; extra == "visualisation"
|
|
36
36
|
Requires-Dist: pyvista; extra == "visualisation"
|
|
37
|
-
Requires-Dist: loopstructuralviusualisation
|
|
37
|
+
Requires-Dist: loopstructuralviusualisation>=0.1.14; extra == "visualisation"
|
|
38
38
|
Provides-Extra: export
|
|
39
39
|
Requires-Dist: geoh5py; extra == "export"
|
|
40
40
|
Requires-Dist: pyevtk; extra == "export"
|
|
@@ -58,6 +58,7 @@ Requires-Dist: geopandas; extra == "docs"
|
|
|
58
58
|
Requires-Dist: sphinxcontrib-bibtex; extra == "docs"
|
|
59
59
|
Requires-Dist: myst-parser; extra == "docs"
|
|
60
60
|
Requires-Dist: sphinx-design; extra == "docs"
|
|
61
|
+
Dynamic: license-file
|
|
61
62
|
|
|
62
63
|
# LoopStructural: Loop3D Implicit Geological Modelling
|
|
63
64
|
|
|
@@ -41,8 +41,8 @@ dependencies = [
|
|
|
41
41
|
dynamic = ['version']
|
|
42
42
|
|
|
43
43
|
[project.optional-dependencies]
|
|
44
|
-
all = ['loopstructural[visualisation,inequalities,export]', 'tqdm']
|
|
45
|
-
visualisation = ["matplotlib", "pyvista", "loopstructuralviusualisation
|
|
44
|
+
all = ['loopstructural[visualisation,inequalities,export,jupyter]', 'tqdm']
|
|
45
|
+
visualisation = ["matplotlib", "pyvista", "loopstructuralviusualisation>=0.1.14"]
|
|
46
46
|
export = ["geoh5py", "pyevtk", "dill"]
|
|
47
47
|
jupyter = ["pyvista[all]"]
|
|
48
48
|
inequalities = ["loopsolver"]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.6.8"
|
|
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
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/datasets/data/refolded_fold.csv
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/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
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_cython/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_discrete_interpolator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_interpolator_builder.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_interpolator_factory.py
RENAMED
|
File without changes
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_p1interpolator.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_p2interpolator.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/_surfe_wrapper.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.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_3d_p2_tetra.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/__init__.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_aabb.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_base_support.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/interpolators/supports/_face_table.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/core/geological_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/_structural_frame.py
RENAMED
|
File without changes
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/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
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fault/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/__init__.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/_fold.py
RENAMED
|
File without changes
|
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/features/fold/_foldframe.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/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.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/input/fault_network.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/input/map2loop_processor.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/input/process_data.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/input/project_file.py
RENAMED
|
File without changes
|
{loopstructural-1.6.8 → loopstructural-1.6.9}/LoopStructural/modelling/intrusions/__init__.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|