You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Grab screenshots of cross-sections or maps in published papers and view them in 3D (together with other data).
33
32
- Create a consistent overview that includes all available data of a certain region.
34
-
- Create initial model setups for the 3D geodynamic code [LaMEM](https://bitbucket.org/bkaus/lamem/src/master/).
33
+
- Create initial model setups for the 3D geodynamic code [LaMEM](https://github.com/UniMainzGeo/LaMEM).
35
34
- Import LaMEM timesteps.
36
35
37
36
All data is transformed into either a `GeoData` or a `UTMData` structure which contains info about `longitude/latitude/depth`, `ew/ns/depth` coordinates along with an arbitrary number of scalar/vector datasets, respectively. All data can be exported to Paraview with the `Write_Paraview` routine, which transfers the data to a `ParaviewData` structure (that contains Cartesian Earth-Centered-Earth-Fixed (ECEF) `x/y/z` coordinates, used for plotting)
@@ -44,12 +43,12 @@ First, you need to install julia on your machine. We recommend to use the binari
44
43
Next, start julia and switch to the julia package manager using `]`, after which you can add the package.
45
44
```julia
46
45
julia> ]
47
-
(@v1.6) pkg> add GeophysicalModelGenerator
46
+
(@v1.10) pkg> add GeophysicalModelGenerator
48
47
```
49
48
You can test whether it works on your system with
50
49
```julia
51
50
julia> ]
52
-
(@v1.6) pkg> test GeophysicalModelGenerator
51
+
(@v1.10) pkg> test GeophysicalModelGenerator
53
52
```
54
53
and use it with
55
54
```julia
@@ -70,12 +69,9 @@ We have used this package to interpret various data sets of the Alps (mostly ope
If you want your data be included here as well, give us an email (or even better: send the files with julia scripts).
72
+
73
73
## Contributing
74
74
You are very welcome to request new features and point out bugs by opening an issue. You can also help by adding features and creating a pull request.
75
75
76
-
## Development roadmap
77
-
In the pipeline:
78
-
- Create an interactive tool to visualize data and to interpret datasets, based on [GLMakie](https://docs.makie.org/stable/)
79
-
80
76
## Funding
81
-
Development of this software package was funded by the German Research Foundation (DFG grants TH2076/7-1 and KA3367/10-1), which are part of the [SPP 2017 4DMB project](http://www.spp-mountainbuilding.de) project as well as by the European Research Council under grant ERC CoG #771143 - [MAGMA](https://magma.uni-mainz.de). The project was initiated at a [TeMaS](https://temas.uni-mainz.de) workshop with researchers from Frankfurt and Mainz where we realized that it is way too timeconsuming to collect available data of a certain region.
77
+
Development of this software package was funded by the German Research Foundation (DFG grants TH2076/7-1 and KA3367/10-1), which are part of the [SPP 2017 4DMB project](http://www.spp-mountainbuilding.de) project, the DFG Emmy Noether grant TH 2076/8-1, by the European Research Council under grant ERC CoG #771143 - [MAGMA](https://magma.uni-mainz.de) and by the German Ministry of Science and Education (BMBF) as part of project DEGREE. The project was initiated at a [Terrestrial Magmatic Systems - TeMaS](https://temas.uni-mainz.de) workshop with researchers from Frankfurt and Mainz where we realized that it is way too time-consuming to collect and visualise available data of a certain region.
0 commit comments