Commit adf7f9f
authored
feature: stable version (#3)
* style: style fixes by ruff and autoformatting by black
* doc: added example notebook
* doc: added docstrings and fixes
* fix: added correct imports
* fix: use correct function name
* style: style fixes by ruff and autoformatting by black
* test: use correct function name
* chore: updated gitignore
* chore: .pyc files
* test: added NTGS test data and example of use
* chore: added test structure data
* fix: added structure table handling to dip conversion
* chore: updated init file
* fix: converts correctly shapefiles
* fix: reads correctly input files
* ci: integrate only master branch
* style: style fixes by ruff and autoformatting by black
* fix: corrected column names
* ci: add mamba solver to requirements
* fix: added import of ntgs m2l config
* ci: use conda classic solver
* fix: use correct import name
* style: style fixes by ruff and autoformatting by black
* fix: corrected imports
* fix: corrected file saving method
* style: style fixes by ruff and autoformatting by black
* fix: ignore "Unknown" formation names
* fix: Remove 'Pertatataka_Formation' from ignore_codes in NtgsConfig
* style: style fixes by ruff and autoformatting by black
* chore: add new data files of Henbury dataset
* chore: add notebook example 1 for Henbury dataset
* chore: clean up cells
* style: style fixes by ruff and autoformatting by black
* chore: clean output
* chore: update cells
* chore: remove unused code cell
* chore: add Henbury fault data
* chore: added new Henbury dataset
* feat: add FaultConnector
* chore: added docstrings and logging
* style: style fixes by ruff and autoformatting by black
* refactor: Refactor code structure for improved readability and maintainability
* style: style fixes by ruff and autoformatting by black
* Fix conversion utilities for fold data (#4)
* Fix conversion utilities
* style: style fixes by ruff and autoformatting by black
* fix: remove ignore_codes from geology_config
* fix: remove unused columns from fault and structure configurations
* fix: update conda solver to libmamba
* fix: update conda install command
* fix: update conda upload steps
* fix: update steps for conda package building
* fix: restore conda upload steps
* fix: switch libmamba to classic
* fix: update conda configuration
* fix: switch conda solver to libmamba
* fix: change build name
* fix: update python version matrix to include 3.13
* fix: update artifact name to include python version in conda upload
* fix: correct syntax error in artifact name for conda upload
* fix: update artifact name for conda build
* fix: update numpy version constraint
* fix: update numpy >=2.1.0
* fix: numpy version conda config
* fix: numpy version in meta.yaml
* fix: conda min python version to 3.10
* fix: update numpy version
* fix: improved ci workflow
---------
Co-authored-by: rabii-chaarani <rabii-chaarani@users.noreply.github.com>1 parent e474fa5 commit adf7f9f
File tree
104 files changed
+10499
-246
lines changed- .github/workflows
- LoopDataConverter
- __pycache__
- converters
- __pycache__
- fields
- __pycache__
- _ntgs
- __pycache__
- file_readers
- __pycache__
- geometry_correction
- input
- __pycache__
- utils
- __pycache__
- conda
- examples
- test_data/NTGS_data
- Henbury
- tests/utils
- __pycache__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
104 files changed
+10499
-246
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 67 | + | |
73 | 68 | | |
74 | 69 | | |
75 | 70 | | |
76 | 71 | | |
77 | | - | |
78 | 72 | | |
79 | 73 | | |
80 | 74 | | |
| |||
86 | 80 | | |
87 | 81 | | |
88 | 82 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
93 | 87 | | |
94 | 88 | | |
95 | 89 | | |
96 | | - | |
| 90 | + | |
97 | 91 | | |
98 | | - | |
99 | 92 | | |
100 | 93 | | |
101 | 94 | | |
| |||
114 | 107 | | |
115 | 108 | | |
116 | 109 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 110 | + | |
| 111 | + | |
124 | 112 | | |
125 | 113 | | |
126 | 114 | | |
127 | 115 | | |
128 | | - | |
| 116 | + | |
129 | 117 | | |
130 | 118 | | |
131 | 119 | | |
| |||
134 | 122 | | |
135 | 123 | | |
136 | 124 | | |
137 | | - | |
| 125 | + | |
138 | 126 | | |
139 | 127 | | |
140 | | - | |
| 128 | + | |
141 | 129 | | |
142 | 130 | | |
143 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments