LICENSE
README.md
pyproject.toml
setup.py
LoopStructural/__init__.py
LoopStructural/version.py
LoopStructural.egg-info/PKG-INFO
LoopStructural.egg-info/SOURCES.txt
LoopStructural.egg-info/dependency_links.txt
LoopStructural.egg-info/requires.txt
LoopStructural.egg-info/top_level.txt
LoopStructural/datasets/__init__.py
LoopStructural/datasets/_base.py
LoopStructural/datasets/_example_models.py
LoopStructural/datasets/data/claudius.csv
LoopStructural/datasets/data/claudiusbb.txt
LoopStructural/datasets/data/duplex.csv
LoopStructural/datasets/data/duplexbb.txt
LoopStructural/datasets/data/intrusion.csv
LoopStructural/datasets/data/intrusionbb.txt
LoopStructural/datasets/data/onefoldbb.txt
LoopStructural/datasets/data/onefolddata.csv
LoopStructural/datasets/data/refolded_bb.txt
LoopStructural/datasets/data/refolded_fold.csv
LoopStructural/datasets/data/tabular_intrusion.csv
LoopStructural/datasets/data/fault_trace/fault_trace.cpg
LoopStructural/datasets/data/fault_trace/fault_trace.dbf
LoopStructural/datasets/data/fault_trace/fault_trace.prj
LoopStructural/datasets/data/fault_trace/fault_trace.shp
LoopStructural/datasets/data/fault_trace/fault_trace.shx
LoopStructural/datasets/data/geological_map_data/bbox.csv
LoopStructural/datasets/data/geological_map_data/contacts.csv
LoopStructural/datasets/data/geological_map_data/fault_displacement.csv
LoopStructural/datasets/data/geological_map_data/fault_edges.txt
LoopStructural/datasets/data/geological_map_data/fault_locations.csv
LoopStructural/datasets/data/geological_map_data/fault_orientations.csv
LoopStructural/datasets/data/geological_map_data/stratigraphic_order.csv
LoopStructural/datasets/data/geological_map_data/stratigraphic_orientations.csv
LoopStructural/datasets/data/geological_map_data/stratigraphic_thickness.csv
LoopStructural/datatypes/__init__.py
LoopStructural/datatypes/_bounding_box.py
LoopStructural/datatypes/_point.py
LoopStructural/datatypes/_structured_grid.py
LoopStructural/datatypes/_surface.py
LoopStructural/export/exporters.py
LoopStructural/export/file_formats.py
LoopStructural/export/geoh5.py
LoopStructural/export/gocad.py
LoopStructural/export/omf_wrapper.py
LoopStructural/interpolators/__init__.py
LoopStructural/interpolators/_api.py
LoopStructural/interpolators/_builders.py
LoopStructural/interpolators/_constant_norm.py
LoopStructural/interpolators/_discrete_fold_interpolator.py
LoopStructural/interpolators/_discrete_interpolator.py
LoopStructural/interpolators/_finite_difference_interpolator.py
LoopStructural/interpolators/_geological_interpolator.py
LoopStructural/interpolators/_interpolator_builder.py
LoopStructural/interpolators/_interpolator_factory.py
LoopStructural/interpolators/_interpolatortype.py
LoopStructural/interpolators/_operator.py
LoopStructural/interpolators/_p1interpolator.py
LoopStructural/interpolators/_p2interpolator.py
LoopStructural/interpolators/_surfe_wrapper.py
LoopStructural/interpolators/_cython/__init__.py
LoopStructural/interpolators/supports/_2d_base_unstructured.py
LoopStructural/interpolators/supports/_2d_p1_unstructured.py
LoopStructural/interpolators/supports/_2d_p2_unstructured.py
LoopStructural/interpolators/supports/_2d_structured_grid.py
LoopStructural/interpolators/supports/_2d_structured_tetra.py
LoopStructural/interpolators/supports/_3d_base_structured.py
LoopStructural/interpolators/supports/_3d_p2_tetra.py
LoopStructural/interpolators/supports/_3d_structured_grid.py
LoopStructural/interpolators/supports/_3d_structured_tetra.py
LoopStructural/interpolators/supports/_3d_unstructured_tetra.py
LoopStructural/interpolators/supports/__init__.py
LoopStructural/interpolators/supports/_aabb.py
LoopStructural/interpolators/supports/_base_support.py
LoopStructural/interpolators/supports/_face_table.py
LoopStructural/interpolators/supports/_support_factory.py
LoopStructural/modelling/__init__.py
LoopStructural/modelling/core/__init__.py
LoopStructural/modelling/core/fault_topology.py
LoopStructural/modelling/core/geological_model.py
LoopStructural/modelling/core/stratigraphic_column.py
LoopStructural/modelling/features/__init__.py
LoopStructural/modelling/features/_analytical_feature.py
LoopStructural/modelling/features/_base_geological_feature.py
LoopStructural/modelling/features/_cross_product_geological_feature.py
LoopStructural/modelling/features/_feature_converters.py
LoopStructural/modelling/features/_geological_feature.py
LoopStructural/modelling/features/_lambda_geological_feature.py
LoopStructural/modelling/features/_projected_vector_feature.py
LoopStructural/modelling/features/_region.py
LoopStructural/modelling/features/_structural_frame.py
LoopStructural/modelling/features/_unconformity_feature.py
LoopStructural/modelling/features/builders/__init__.py
LoopStructural/modelling/features/builders/_base_builder.py
LoopStructural/modelling/features/builders/_fault_builder.py
LoopStructural/modelling/features/builders/_folded_feature_builder.py
LoopStructural/modelling/features/builders/_geological_feature_builder.py
LoopStructural/modelling/features/builders/_structural_frame_builder.py
LoopStructural/modelling/features/fault/__init__.py
LoopStructural/modelling/features/fault/_fault_function.py
LoopStructural/modelling/features/fault/_fault_function_feature.py
LoopStructural/modelling/features/fault/_fault_segment.py
LoopStructural/modelling/features/fold/__init__.py
LoopStructural/modelling/features/fold/_fold.py
LoopStructural/modelling/features/fold/_fold_rotation_angle_feature.py
LoopStructural/modelling/features/fold/_foldframe.py
LoopStructural/modelling/features/fold/_svariogram.py
LoopStructural/modelling/features/fold/fold_function/__init__.py
LoopStructural/modelling/features/fold/fold_function/_base_fold_rotation_angle.py
LoopStructural/modelling/features/fold/fold_function/_fourier_series_fold_rotation_angle.py
LoopStructural/modelling/features/fold/fold_function/_lambda_fold_rotation_angle.py
LoopStructural/modelling/features/fold/fold_function/_trigo_fold_rotation_angle.py
LoopStructural/modelling/input/__init__.py
LoopStructural/modelling/input/fault_network.py
LoopStructural/modelling/input/map2loop_processor.py
LoopStructural/modelling/input/process_data.py
LoopStructural/modelling/input/project_file.py
LoopStructural/modelling/intrusions/__init__.py
LoopStructural/modelling/intrusions/geom_conceptual_models.py
LoopStructural/modelling/intrusions/geometric_scaling_functions.py
LoopStructural/modelling/intrusions/intrusion_builder.py
LoopStructural/modelling/intrusions/intrusion_feature.py
LoopStructural/modelling/intrusions/intrusion_frame_builder.py
LoopStructural/modelling/intrusions/intrusion_support_functions.py
LoopStructural/utils/__init__.py
LoopStructural/utils/_surface.py
LoopStructural/utils/_transformation.py
LoopStructural/utils/colours.py
LoopStructural/utils/config.py
LoopStructural/utils/dtm_creator.py
LoopStructural/utils/exceptions.py
LoopStructural/utils/features.py
LoopStructural/utils/helper.py
LoopStructural/utils/json_encoder.py
LoopStructural/utils/linalg.py
LoopStructural/utils/logging.py
LoopStructural/utils/maths.py
LoopStructural/utils/observer.py
LoopStructural/utils/regions.py
LoopStructural/utils/typing.py
LoopStructural/utils/utils.py
LoopStructural/visualisation/__init__.py