Skip to content

Commit 4d794a7

Browse files
authored
Merge pull request #80 from JuliaGeodynamics/pa-readme
Update README.md
2 parents 0170599 + dc16d48 commit 4d794a7

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Creating consistent 3D images of geophysical and geological datasets and turning
2020
- [Dependencies](#dependencies)
2121
- [Visualising Alpine data](#visualising-alpine-data)
2222
- [Contributing](#contributing)
23-
- [Development roadmap](#development-roadmap)
2423
- [Funding](#funding)
2524

2625
## Main features
@@ -31,7 +30,7 @@ Some of the key features are:
3130
- Handle both scalar and vector data sets.
3231
- Grab screenshots of cross-sections or maps in published papers and view them in 3D (together with other data).
3332
- 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).
3534
- Import LaMEM timesteps.
3635

3736
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
4443
Next, start julia and switch to the julia package manager using `]`, after which you can add the package.
4544
```julia
4645
julia> ]
47-
(@v1.6) pkg> add GeophysicalModelGenerator
46+
(@v1.10) pkg> add GeophysicalModelGenerator
4847
```
4948
You can test whether it works on your system with
5049
```julia
5150
julia> ]
52-
(@v1.6) pkg> test GeophysicalModelGenerator
51+
(@v1.10) pkg> test GeophysicalModelGenerator
5352
```
5453
and use it with
5554
```julia
@@ -70,12 +69,9 @@ We have used this package to interpret various data sets of the Alps (mostly ope
7069
[https://seafile.rlp.net/d/22b0fb85550240758552/](https://seafile.rlp.net/d/22b0fb85550240758552/)
7170

7271
If you want your data be included here as well, give us an email (or even better: send the files with julia scripts).
72+
7373
## Contributing
7474
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.
7575

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-
8076
## 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

Comments
 (0)