-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.qmd
More file actions
127 lines (81 loc) · 4.42 KB
/
software.qmd
File metadata and controls
127 lines (81 loc) · 4.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
---
title: Software
format:
html:
toc: true
toc-location: right
citeproc: true
bibliography: publications/my_publications.bib
csl: publications/agu.csl
---
My developments are located on my [GitHub](https://github.com/tobiste/) page.
They are free and open-source and I try to keep them up to date.
Feel free to contribute, comment or open an issue!
## R packages
### tectonicr {#sec-tectonicr}
::: {.grid}
::: {.g-col-9}
tectonicr is a free and open-source R package for modeling and **analyzing the direction of the maximum horizontal stress** (SHmax) based on the empirical link between the orientation of intraplate stress and
the direction of the relative motion of neighboring plates [see @Stephan2023].
You can download and install it directly from the CRAN server using `install.packages("tectonicr")` in R.
A beta version is on [github](https://github.com/tobiste/tectonicr/).
[documentation](https://tobiste.github.io/tectonicr/index.html) \| [CRAN](https://cloud.r-project.org/web/packages/tectonicr/index.html) \|
[code](https://github.com/tobiste/tectonicr/) \|
[GUI](https://tobiste.shinyapps.io/tectonicr-app/)
:::
::: {.g-col-3}

:::
:::
### geoprofiler
geoprofiler is a free, open-source R package that allows you to create SWATH profiles and
"data transects", which are geological parameters plotted against the distance along a
user-defined profile line.
This is useful whenever you want to analyze the trend of values (e.g., geochemical compositions, ages, depth, and magnitudes) with the distance to an important structure.
You can download and install it directly from the CRAN server using `install.packages("geoprofiler")` in R.
A beta version is available through [github](https://github.com/tobiste/geoprofiler/).
[documentation](https://tobiste.github.io/geoprofiler/index.html) \|
[CRAN](https://cloud.r-project.org/web/packages/geoprofiler/index.html) \|
[code](https://github.com/tobiste/geoprofiler/)
### structr (beta)
::: {.grid}
::: {.g-col-9}
Structural geology package for R, free and open-source. It provides functions to
- analyze and visualize orientation data such as faults, folds, bedding planes, and lineations.
- analyze and visualize the magnitudes of stress in the Mohr Circle.
- reconstruct the orientation of structures in oriented drill cores using the alpha, beta, and gamma angles
- paleostress analysis using slip inversion
- vorticity and strain analysis
- simulation of deformation using deformation and velocity gradient tensors
- easy import: import your structural data directly from StraboSpot projects
[documentation](https://tobiste.github.io/structr/index.html) \|
[code](https://github.com/tobiste/structr)
:::
::: {.g-col-3}

:::
:::
### thermoclustr
Clustering, advanced statistics and densities of thermochronology cooling paths from inverse models: [code](https://github.com/tobiste/thermoclustr)
### geocreep
Estimate uncertainties in strain rates from flow laws, grain-size piezometry, and fugacity computations:
[code](https://github.com/tobiste/geocreep)
### laftr
Calculates the ages from LA-ICP-MS based fission track dating.
[documentation](https://tobiste.github.io/laftr/) \| [code](https://github.com/tobiste/laftr)
### euler
Rotation of plates in terms of quaternions: [code](https://github.com/tobiste/euler)
### euler.reco
Finds best Euler pole solution for a given structure: [code](https://github.com/tobiste/euler.reco)
## Web applications
### tectonicr
GUI for [tectonicr](#sec-tectonicr) as browser App (no R installation required): [tectonicr-app](https://tobiste.shinyapps.io/tectonicr-app/)
### Mohr Circle App
Plotting Mohr Circles for students and teachers: [GUI](https://tobiste.shinyapps.io/Mohr_Circle_App/) \| [code](https://github.com/tobiste/Mohr_Circle_App)
### apfu converter
Convert Weight% to Molar weight (g/mol) or apfu (atoms per formula unit): [GUI](https://tobiste.shinyapps.io/apfu_converter/%22) \| [code](https://github.com/tobiste/apfu_converter)
### Theriak-Domino helpers
Web-application providing little helper functions to handle THERIAK DOMINO files:
- Therin Generator: Calculates the molar units given a bulk compositions (wt. %) and generates the THERIN input for Theriak-Domino
- GUZZLER table filter: Extracts minerals from the GUZZLER reaction table
[GUI](https://tobiste.shinyapps.io/Bulk_to_therin/) \| [code](https://github.com/tobiste/Bulk_to_therin)