Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] - fault loops are not detected #136

Open
2 of 4 tasks
lachlangrose opened this issue Sep 12, 2024 · 0 comments
Open
2 of 4 tasks

[Bug] - fault loops are not detected #136

lachlangrose opened this issue Sep 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lachlangrose
Copy link
Member

Version

3.1.12 0.1.3

Bug Description

Map2loop does not slip faults that share the same name and create a loop. This causes the resulting fault surfaces to not work correctly.

In the case below purple should be split into two faults and blue should be split into two faults. It could also be worthwhile merging purple and blue because they create a continuous fault.

image

Minimal reproducible example

Use Loop sources notebook and look at fault 14655 and 16399

Expected Behavior

map2loop should pick out faults that are not labelled correctly or will create invalid geometries. This could be as simple as looking at the tangent of the line segments of a fault and if the different between two segments is > a threshold the fault is split into two faults.

Actual Behavior

Map2loop does not check the fault geometries

Additional Context

No response

Environment

n/a

Severity

  • Low
  • Medium
  • High
  • Critical
@lachlangrose lachlangrose added the bug Something isn't working label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants