Skip to content

Commit

Permalink
Merge pull request #28 from Loop3D/update_readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
lachlangrose authored Jun 29, 2020
2 parents 6d7f004 + 0be9bd7 commit b6526a2
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
# LoopStructural: Loop3D Geological Forward Modeling Engine.
![3D model of Mt Bruce created with loopstructural](docs/source/images/image823.png)
![Continuous integration and deployment](https://github.com/Loop3D/LoopStructural/workflows/Continuous%20integration%20and%20deployment/badge.svg)
![Docker Image CI](https://github.com/Loop3D/LoopStructural/workflows/Docker%20Image%20CI/badge.svg)
![Publish Docker Hub](https://github.com/Loop3D/LoopStructural/workflows/Publish%20Docker%20Hub/badge.svg)
[![PyPI version](https://badge.fury.io/py/LoopStructural.svg)](https://badge.fury.io/py/LoopStructural)
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Loop3D/LoopStructural/blob/master/LICENSE)
[LoopStructural Documentation](https://loop3d.github.io/LoopStructural/)

LoopStructural is the 3D geological modelling library for Loop ([Loop3d.org](https://loop3d.org/)). The development of LoopStructural is lead by **Lachlan Grose** as an ARC (LP170100985) post-doc at Monash University. **Laurent Ailleres** and **Gautier Laurent** have made significant contributions to the conceptual design and integration of geological concepts into the geological modelling workflow. **Roy Thompspon** and **Yohan de Rose** have contributed to the implementation and integration of LoopStructural into the Loop workflow.

Loop is led by Laurent Ailleres (Monash University) with a team of Work Package leaders from:
* Monash University: Roy Thomson, Lachlan Grose and Robin Armit
* University of Western Australia: Mark Jessell, Jeremie Giraud, Mark Lindsay and Guillaume Pirot
* Geological Survey of Canada: Boyan Brodaric and Eric de Kemp

The project benefits from in-kind contributions from the Geological Survey of Canada, the British Geological Survey, the French Bureau de Recherches Geologiques et Minieres, the RING group at the Universite de Lorraine, the RWTH in Aachen, Germany and AUSCOPE

* Python/cython implementation of a piecewise linear interpolation (Discrete Smooth Interpolator in Gocad)
* Fold interpolation using constraints outlined in Laurent 2016 with fold geostatistical tools shown in Grose et al., 2017
* Fault interpolation

If you want to use LoopStructural the easiest way to get started is to use a docker container and a jupyter notebook environment.
If you want to use LoopStructural the easiest way to get started is to use a docker container and a jupyter notebook environment

1. Pull the loopstructural docker image `docker pull lachlangrose/loopstructural`
2. Start a docker container `docker run -it -p 8888:8888 lachlangrose/loopstructural`

[LoopStructural Documentation](https://loop3d.github.io/LoopStructural/)

## Problems
Any bugs/feature requests/comments send to [email protected]
Any bugs/feature requests/comments please create a new [issue](https://github.com/Loop3D/LoopStructural/issues).

## Acknowledgements
*The Loop platform is an open source 3D probabilistic geological and geophysical modelling platform, initiated by Geoscience Australia and the OneGeology consortium. The project is funded by Australian territory, State and Federal Geological Surveys, the Australian Research Council and the MinEx Collaborative Research Centre.*

0 comments on commit b6526a2

Please sign in to comment.