Skip to content

Commit

Permalink
EditNotebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jüstel committed May 7, 2023
1 parent 4bf60fe commit 2c4666f
Show file tree
Hide file tree
Showing 24 changed files with 79 additions and 31 deletions.
4 changes: 3 additions & 1 deletion notebooks/00_introduction_to_structural_modeling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,9 @@
"\n",
"In the next four notebooks, the principles of `GemPy` will be explained. Here, you will model planar layers, folded layers, faulted layers and unconformable layers truncated by an unconformity. No topography is considered in these models.\n",
"\n",
"[Take me to the basic modeling notebooks](https://github.com/cgre-aachen/gemgis_data/tree/main/notebooks/01_basic_modeling)\n",
"[Take me to the basic modeling notebooks on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/tree/main/notebooks/01_basic_modeling)\n",
"\n",
"[Take me to the basic modeling notebooks locally](01_basic_modeling)\n",
"\n",
"<img src=\"../jose/images/fig1.png\" />"
]
Expand Down
4 changes: 3 additions & 1 deletion notebooks/00_introduction_to_working_with_gemgis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@
"\n",
"In the next notebooks, the principles of `GemGIS` will be explained during the modeling of the planar dipping layers. Here, you will learn how to process the data that you digitized in QGIS using `GemGIS` to generate input data for `GemPy`. \n",
"\n",
"[Take me to the planar dipping modeling notebooks](https://github.com/cgre-aachen/gemgis_data/tree/main/notebooks/02_planar_dipping_layers)"
"[Take me to the planar dipping modeling notebooks on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/tree/main/notebooks/02_planar_dipping_layers)\n",
"\n",
"[Take me to the planar dipping modeling notebooks locally](02_planar_dipping_layers)"
]
},
{
Expand Down
7 changes: 4 additions & 3 deletions notebooks/01_basic_modeling/model1_Horizontal_Layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"\n",
"This first notebook illustrates how to create a simple sample model of horizontal layers in `GemPy`. The model consists of four parallel layers plus basement layers and has an extent of 1000 m by 1000 m with a vertical extent of 600 m. No folded, faulted or truncated layers are present in this model.\n",
"\n",
"If you have not gone through the introduction notebook for the course, please check it out: [Introduction Notebook](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/00_introduction_to_structural_modeling.ipynb)\n",
"\n",
"If you have not gone through the introduction notebook for the course, please check it out: [Introduction Notebook](../00_introduction_to_structural_modeling.ipynb) ([notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/00_introduction_to_structural_modeling.ipynb))\n",
"\n",
"\n",
"<div class=\"alert alert-block alert-success\">\n",
Expand Down Expand Up @@ -857,7 +856,9 @@
"\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model2_Folded_Layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model2_Folded_Layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](model2_Folded_Layers.ipynb)\n",
"\n",
"<img src=\"../../jose/images/fig1.png\" />"
]
Expand Down
9 changes: 7 additions & 2 deletions notebooks/01_basic_modeling/model2_Folded_Layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"\n",
"# Model 2 - Folded Layers\n",
"\n",
"The second notebook in this tutorial series builds upon the [first notebook](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model1_Horizontal_Layers.ipynb) where parallel horizontal layers were modeled. This notebook illustrates now how to create a simple model of folded layers in `GemPy`. The model consists of four parallel but folded layers plus basement layers and has an extent of 1000 m by 1000 m with a vertical extent of 600 m. No faulted or truncated layers are present in the model. \n",
"The second notebook in this tutorial series builds upon the [first notebook](model1_Horizontal_Layers.ipynb) ([notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model1_Horizontal_Layers.ipynb)) where parallel horizontal layers were modeled. This notebook illustrates now how to create a simple model of folded layers in `GemPy`. The model consists of four parallel but folded layers plus basement layers and has an extent of 1000 m by 1000 m with a vertical extent of 600 m. No faulted or truncated layers are present in the model. \n",
"\n",
"If you have not gone through the introduction notebook for the course, please check it out: [Introduction Notebook](../00_introduction_to_structural_modeling.ipynb) ([notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/00_introduction_to_structural_modeling.ipynb))\n",
"\n",
"\n",
"<div class=\"alert alert-block alert-success\">\n",
"<b>In this tutorial, you will learn the following:</b> <br>\n",
Expand Down Expand Up @@ -730,7 +733,9 @@
"\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model3_Faulted_Layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model3_Faulted_Layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](model3_Faulted_Layers.ipynb)\n",
"\n",
"<img src=\"../../jose/images/fig1.png\" />\n",
"\n",
Expand Down
8 changes: 5 additions & 3 deletions notebooks/01_basic_modeling/model3_Faulted_Layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"# Model 3 - Faulted Layers\n",
"\n",
"\n",
"This third notebook in this tutorial series builds upon the [first notebook](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model1_Horizontal_Layers.ipynb) and [second notebook](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model2_Folded_Layers.ipynb) where horizontal and folded layers were modeled, respectively. This notebook illustrates how to create a simple sample model of faulted layers in `GemPy`. The model consists of three parallel layers and two faults and has an extent of 1000 m by 1000 m with a vertical extent of 600 m. \n",
"This third notebook in this tutorial series builds upon the [first notebook](model1_Horizontal_Layers.ipynb) ([notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model1_Horizontal_Layers.ipynb)) and [second notebook](model2_Folded_Layers.ipynb) ([notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model2_Folded_Layers.ipynb)) where horizontal and folded layers were modeled, respectively. This notebook illustrates how to create a simple sample model of faulted layers in `GemPy`. The model consists of three parallel layers and two faults and has an extent of 1000 m by 1000 m with a vertical extent of 600 m. \n",
"\n",
"If you have not gone through the introduction notebook for the course, please check it out: [Introduction Notebook](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/00_introduction_to_structural_modeling.ipynb)\n",
"If you have not gone through the introduction notebook for the course, please check it out: [Introduction Notebook](../00_introduction_to_structural_modeling.ipynb) ([notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/00_introduction_to_structural_modeling.ipynb))\n",
"\n",
"\n",
"\n",
Expand Down Expand Up @@ -632,7 +632,9 @@
"\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model4_Truncated_Layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/01_basic_modeling/model4_Truncated_Layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](model4_Truncated_Layers.ipynb)\n",
"\n",
"<img src=\"../../jose/images/fig1.png\" />\n",
"\n",
Expand Down
6 changes: 4 additions & 2 deletions notebooks/01_basic_modeling/model4_Truncated_Layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"# Model 4 - Unconformable/Truncated Layers\n",
"\n",
"The fourth and last notebook in this tutorial series builds upon the builds upon the [previous three notebooks](https://github.com/cgre-aachen/gemgis_data/tree/main/notebooks/01_basic_modeling) where parallel horizontal, parallel folded and parallel faulted layers were modeled. This notebook illustrates now how to create a simple model of unconformable layers in `GemPy`. The model consists of four layers of which only two are always parallel. These two groups (`Series`) of parallel layers are separated and truncated by an unconformity. The model has an extent of 1000 m by 1000 m with a vertical extent of 600 m. \n",
"The fourth and last notebook in this tutorial series builds upon the builds upon the [previous three notebooks](../01_basic_modeling) ([previous three notebooks on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/tree/main/notebooks/01_basic_modeling)) where parallel horizontal, parallel folded and parallel faulted layers were modeled. This notebook illustrates now how to create a simple model of unconformable layers in `GemPy`. The model consists of four layers of which only two are always parallel. These two groups (`Series`) of parallel layers are separated and truncated by an unconformity. The model has an extent of 1000 m by 1000 m with a vertical extent of 600 m. \n",
"\n",
"<div class=\"alert alert-block alert-success\">\n",
"<b>In this tutorial, you will learn the following:</b> <br>\n",
Expand Down Expand Up @@ -577,7 +577,9 @@
"All following notebooks represent the main part of the `From Maps to Models` tutorial series. There, we also introduce the `GemGIS` library, which will be a huge part of the following notebooks extending your knowledge about spatial data processing and creating input data for the `GemPy` modeling. \n",
"\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/00_introduction_to_working_with_gemgis.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/00_introduction_to_working_with_gemgis.ipynb)\n",
"\n",
"[Take me to the next notebook locally](../00_introduction_to_working_with_gemgis.ipynb)\n",
"\n",
"<img src=\"../../jose/images/fig1.png\" />\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,9 @@
"\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/02_planar_dipping_layers/example02_planar_dipping_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/02_planar_dipping_layers/example02_planar_dipping_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](example02_planar_dipping_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example2/cover_example02.png\" />\n",
"Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 4, figure 3, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,9 @@
"\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/02_planar_dipping_layers/example03_planar_dipping_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/02_planar_dipping_layers/example03_planar_dipping_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](example03_planar_dipping_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example3/cover_example03.png\" />\n",
"Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 7, figure 4, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,9 @@
"- How to convert contour lines from that raster<br>\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/03_folded_layers/example01_folded_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/03_folded_layers/example01_folded_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](../03_folded_layers/example01_folded_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example5/cover_example05.png\" />\n",
"Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 22, figure 9, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n",
Expand Down
4 changes: 3 additions & 1 deletion notebooks/03_folded_layers/example01_folded_layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,9 @@
"\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/03_folded_layers/example02_folded_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/03_folded_layers/example02_folded_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](example02_folded_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example7/cover_example07.png\" />\n",
"Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 26, figure 11, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n",
Expand Down
4 changes: 3 additions & 1 deletion notebooks/03_folded_layers/example02_folded_layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,9 @@
"\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/03_folded_layers/example03_folded_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/03_folded_layers/example03_folded_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](example03_folded_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example28/cover_example28.png\" />\n",
"Source: Powell, D. (1995): Interpretation geologischer Strukturen durch Karten - Eine praktische Anleitung mit Aufgaben und Lösungen, page 31, figure 26 A, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-3-540-58607-4.\n",
Expand Down
4 changes: 3 additions & 1 deletion notebooks/03_folded_layers/example03_folded_layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,9 @@
"- How to calculate the throw of the fault <br>\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/04_faulted_layers/example01_faulted_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/04_faulted_layers/example01_faulted_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](../04_faulted_layers/example01_faulted_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example8/cover_example08.png\" />\n",
"Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 30, figure 12, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n",
Expand Down
4 changes: 3 additions & 1 deletion notebooks/04_faulted_layers/example01_faulted_layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,9 @@
"- How to export the fault surface and how to calculate the dip and azimuth\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/04_faulted_layers/example02_faulted_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/04_faulted_layers/example02_faulted_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](example02_faulted_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example9/cover_example09.png\" />\n",
"Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 30, figure 12, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n",
Expand Down
4 changes: 3 additions & 1 deletion notebooks/04_faulted_layers/example02_faulted_layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,9 @@
"- How to extract the thickness of layers from a GemPy model\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/04_faulted_layers/example03_faulted_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/04_faulted_layers/example03_faulted_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](example03_faulted_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example10/cover_example10.png\" />\n",
"Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 38, figure 16, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n",
Expand Down
4 changes: 3 additions & 1 deletion notebooks/04_faulted_layers/example03_faulted_layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,9 @@
"- How to create models consisting of unconformable layers\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/05_unconformal_layers/example01_unconformal_dipping_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/05_unconformal_layers/example01_unconformal_dipping_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](../05_unconformal_layers/example01_unconformal_dipping_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example4/cover_example04.png\" />\n",
"Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 17, figure 8, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,9 @@
"- How to create models consisting of unconformable layers\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/05_unconformal_layers/example02_unconformal_dipping_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/05_unconformal_layers/example02_unconformable_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](example02_unconformable_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example24/cover_example24.png\" />\n",
"Source: Powell, D. (1995): Interpretation geologischer Strukturen durch Karten - Eine praktische Anleitung mit Aufgaben und Lösungen, page 23, figure 20 A, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-3-540-58607-4.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,9 @@
"- How to create models consisting of unconformable layers\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/05_unconformal_layers/example03_unconformal_dipping_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/05_unconformal_layers/example03_unconformable_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](example03_unconformable_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example29/cover_example29.png\" />\n",
"Source: Powell, D. (1995): Interpretation geologischer Strukturen durch Karten - Eine praktische Anleitung mit Aufgaben und Lösungen, page 40, figure 34, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-3-540-58607-4.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,9 @@
"- How to create models consisting of combined structural elements like fold and faults\n",
"</div>\n",
"\n",
"[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/06_combined_models/example01_folded_unconformable_layers.ipynb)\n",
"[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/06_combined_models/example01_folded_unconformable_layers.ipynb)\n",
"\n",
"[Take me to the next notebook locally](../06_combined_models/example01_folded_unconformable_layers.ipynb)\n",
"\n",
"<img src=\"../../data/images/example6/cover_example06.png\" />\n",
"Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 24, figure 10, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n",
Expand Down
Loading

0 comments on commit 2c4666f

Please sign in to comment.