From 2c4666f2b68bbaa80cba0f75795cc693d3ff9582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCstel?= Date: Sun, 7 May 2023 10:46:06 +0200 Subject: [PATCH] EditNotebooks --- notebooks/00_introduction_to_structural_modeling.ipynb | 4 +++- notebooks/00_introduction_to_working_with_gemgis.ipynb | 4 +++- .../01_basic_modeling/model1_Horizontal_Layers.ipynb | 7 ++++--- notebooks/01_basic_modeling/model2_Folded_Layers.ipynb | 9 +++++++-- notebooks/01_basic_modeling/model3_Faulted_Layers.ipynb | 8 +++++--- .../01_basic_modeling/model4_Truncated_Layers.ipynb | 6 ++++-- .../example01_planar_dipping_layers.ipynb | 4 +++- .../example02_planar_dipping_layers.ipynb | 4 +++- .../example03_planar_dipping_layers.ipynb | 4 +++- notebooks/03_folded_layers/example01_folded_layers.ipynb | 4 +++- notebooks/03_folded_layers/example02_folded_layers.ipynb | 4 +++- notebooks/03_folded_layers/example03_folded_layers.ipynb | 4 +++- .../04_faulted_layers/example01_faulted_layers.ipynb | 4 +++- .../04_faulted_layers/example02_faulted_layers.ipynb | 4 +++- .../04_faulted_layers/example03_faulted_layers.ipynb | 4 +++- .../example01_unconformal_dipping_layers.ipynb | 4 +++- .../example02_unconformable_layers.ipynb | 4 +++- .../example03_unconformable_layers.ipynb | 4 +++- .../example01_folded_unconformable_layers.ipynb | 4 +++- .../example02_unconformable_faulted_layers.ipynb | 4 +++- .../example03_faulted_folded_layers.ipynb | 4 +++- .../example01_three_point_problem.ipynb | 4 +++- .../example02_three_point_problem.ipynb | 4 +++- .../example03_three_point_problem.ipynb | 4 ++-- 24 files changed, 79 insertions(+), 31 deletions(-) diff --git a/notebooks/00_introduction_to_structural_modeling.ipynb b/notebooks/00_introduction_to_structural_modeling.ipynb index 3153ce3..dfbf0e5 100644 --- a/notebooks/00_introduction_to_structural_modeling.ipynb +++ b/notebooks/00_introduction_to_structural_modeling.ipynb @@ -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", "" ] diff --git a/notebooks/00_introduction_to_working_with_gemgis.ipynb b/notebooks/00_introduction_to_working_with_gemgis.ipynb index b21231c..d974fc3 100644 --- a/notebooks/00_introduction_to_working_with_gemgis.ipynb +++ b/notebooks/00_introduction_to_working_with_gemgis.ipynb @@ -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)" ] }, { diff --git a/notebooks/01_basic_modeling/model1_Horizontal_Layers.ipynb b/notebooks/01_basic_modeling/model1_Horizontal_Layers.ipynb index fff9dbe..528c1ea 100644 --- a/notebooks/01_basic_modeling/model1_Horizontal_Layers.ipynb +++ b/notebooks/01_basic_modeling/model1_Horizontal_Layers.ipynb @@ -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", "
\n", @@ -857,7 +856,9 @@ "\n", "
\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", "" ] diff --git a/notebooks/01_basic_modeling/model2_Folded_Layers.ipynb b/notebooks/01_basic_modeling/model2_Folded_Layers.ipynb index a0f9d15..02636b6 100644 --- a/notebooks/01_basic_modeling/model2_Folded_Layers.ipynb +++ b/notebooks/01_basic_modeling/model2_Folded_Layers.ipynb @@ -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", "
\n", "In this tutorial, you will learn the following:
\n", @@ -730,7 +733,9 @@ "\n", "
\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", "\n", "\n", diff --git a/notebooks/01_basic_modeling/model3_Faulted_Layers.ipynb b/notebooks/01_basic_modeling/model3_Faulted_Layers.ipynb index 4631673..d727e68 100644 --- a/notebooks/01_basic_modeling/model3_Faulted_Layers.ipynb +++ b/notebooks/01_basic_modeling/model3_Faulted_Layers.ipynb @@ -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", @@ -632,7 +632,9 @@ "\n", "\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", "\n", "\n", diff --git a/notebooks/01_basic_modeling/model4_Truncated_Layers.ipynb b/notebooks/01_basic_modeling/model4_Truncated_Layers.ipynb index 05df5e5..7c7aaed 100644 --- a/notebooks/01_basic_modeling/model4_Truncated_Layers.ipynb +++ b/notebooks/01_basic_modeling/model4_Truncated_Layers.ipynb @@ -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", "
\n", "In this tutorial, you will learn the following:
\n", @@ -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", "\n", "\n", diff --git a/notebooks/02_planar_dipping_layers/example01_planar_dipping_layers.ipynb b/notebooks/02_planar_dipping_layers/example01_planar_dipping_layers.ipynb index 9a14ad3..74c4090 100644 --- a/notebooks/02_planar_dipping_layers/example01_planar_dipping_layers.ipynb +++ b/notebooks/02_planar_dipping_layers/example01_planar_dipping_layers.ipynb @@ -1714,7 +1714,9 @@ "\n", "
\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", "\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", diff --git a/notebooks/02_planar_dipping_layers/example02_planar_dipping_layers.ipynb b/notebooks/02_planar_dipping_layers/example02_planar_dipping_layers.ipynb index 8a23d0c..e596ebe 100644 --- a/notebooks/02_planar_dipping_layers/example02_planar_dipping_layers.ipynb +++ b/notebooks/02_planar_dipping_layers/example02_planar_dipping_layers.ipynb @@ -1348,7 +1348,9 @@ "\n", "\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", "\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", diff --git a/notebooks/02_planar_dipping_layers/example03_planar_dipping_layers.ipynb b/notebooks/02_planar_dipping_layers/example03_planar_dipping_layers.ipynb index 7215403..78def9a 100644 --- a/notebooks/02_planar_dipping_layers/example03_planar_dipping_layers.ipynb +++ b/notebooks/02_planar_dipping_layers/example03_planar_dipping_layers.ipynb @@ -1629,7 +1629,9 @@ "- How to convert contour lines from that raster
\n", "\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", "\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", diff --git a/notebooks/03_folded_layers/example01_folded_layers.ipynb b/notebooks/03_folded_layers/example01_folded_layers.ipynb index 0494805..7c7a41b 100644 --- a/notebooks/03_folded_layers/example01_folded_layers.ipynb +++ b/notebooks/03_folded_layers/example01_folded_layers.ipynb @@ -1621,7 +1621,9 @@ "\n", "\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", "\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", diff --git a/notebooks/03_folded_layers/example02_folded_layers.ipynb b/notebooks/03_folded_layers/example02_folded_layers.ipynb index 1860bda..755197e 100644 --- a/notebooks/03_folded_layers/example02_folded_layers.ipynb +++ b/notebooks/03_folded_layers/example02_folded_layers.ipynb @@ -1704,7 +1704,9 @@ "\n", "\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", "\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", diff --git a/notebooks/03_folded_layers/example03_folded_layers.ipynb b/notebooks/03_folded_layers/example03_folded_layers.ipynb index 07e0256..0ca0129 100644 --- a/notebooks/03_folded_layers/example03_folded_layers.ipynb +++ b/notebooks/03_folded_layers/example03_folded_layers.ipynb @@ -1237,7 +1237,9 @@ "- How to calculate the throw of the fault
\n", "\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", "\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", diff --git a/notebooks/04_faulted_layers/example01_faulted_layers.ipynb b/notebooks/04_faulted_layers/example01_faulted_layers.ipynb index d8a44da..0942695 100644 --- a/notebooks/04_faulted_layers/example01_faulted_layers.ipynb +++ b/notebooks/04_faulted_layers/example01_faulted_layers.ipynb @@ -1361,7 +1361,9 @@ "- How to export the fault surface and how to calculate the dip and azimuth\n", "\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", "\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", diff --git a/notebooks/04_faulted_layers/example02_faulted_layers.ipynb b/notebooks/04_faulted_layers/example02_faulted_layers.ipynb index e181ff0..dbb8e37 100644 --- a/notebooks/04_faulted_layers/example02_faulted_layers.ipynb +++ b/notebooks/04_faulted_layers/example02_faulted_layers.ipynb @@ -1361,7 +1361,9 @@ "- How to extract the thickness of layers from a GemPy model\n", "\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", "\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", diff --git a/notebooks/04_faulted_layers/example03_faulted_layers.ipynb b/notebooks/04_faulted_layers/example03_faulted_layers.ipynb index ff87e59..0dfdf6d 100644 --- a/notebooks/04_faulted_layers/example03_faulted_layers.ipynb +++ b/notebooks/04_faulted_layers/example03_faulted_layers.ipynb @@ -1419,7 +1419,9 @@ "- How to create models consisting of unconformable layers\n", "\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", "\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", diff --git a/notebooks/05_unconformal_layers/example01_unconformal_dipping_layers.ipynb b/notebooks/05_unconformal_layers/example01_unconformal_dipping_layers.ipynb index b30281a..e2c52dc 100644 --- a/notebooks/05_unconformal_layers/example01_unconformal_dipping_layers.ipynb +++ b/notebooks/05_unconformal_layers/example01_unconformal_dipping_layers.ipynb @@ -1146,7 +1146,9 @@ "- How to create models consisting of unconformable layers\n", "\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", "\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", diff --git a/notebooks/05_unconformal_layers/example02_unconformable_layers.ipynb b/notebooks/05_unconformal_layers/example02_unconformable_layers.ipynb index 790de52..53c56b3 100644 --- a/notebooks/05_unconformal_layers/example02_unconformable_layers.ipynb +++ b/notebooks/05_unconformal_layers/example02_unconformable_layers.ipynb @@ -1256,7 +1256,9 @@ "- How to create models consisting of unconformable layers\n", "\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", "\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", diff --git a/notebooks/05_unconformal_layers/example03_unconformable_layers.ipynb b/notebooks/05_unconformal_layers/example03_unconformable_layers.ipynb index b4ed58b..299327c 100644 --- a/notebooks/05_unconformal_layers/example03_unconformable_layers.ipynb +++ b/notebooks/05_unconformal_layers/example03_unconformable_layers.ipynb @@ -1114,7 +1114,9 @@ "- How to create models consisting of combined structural elements like fold and faults\n", "\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", "\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", diff --git a/notebooks/06_combined_models/example01_folded_unconformable_layers.ipynb b/notebooks/06_combined_models/example01_folded_unconformable_layers.ipynb index c12cdc6..ab926be 100644 --- a/notebooks/06_combined_models/example01_folded_unconformable_layers.ipynb +++ b/notebooks/06_combined_models/example01_folded_unconformable_layers.ipynb @@ -1305,7 +1305,9 @@ "- How to create models consisting of combined structural elements like fold and faults\n", "\n", "\n", - "[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/06_combined_models/example02_unconformable_faulted_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/example02_unconformable_faulted_layers.ipynb)\n", + "\n", + "[Take me to the next notebook locally](example02_unconformable_faulted_layers.ipynb)\n", "\n", "\n", "Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 39, figure 17, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n", diff --git a/notebooks/06_combined_models/example02_unconformable_faulted_layers.ipynb b/notebooks/06_combined_models/example02_unconformable_faulted_layers.ipynb index 6bed044..37caf02 100644 --- a/notebooks/06_combined_models/example02_unconformable_faulted_layers.ipynb +++ b/notebooks/06_combined_models/example02_unconformable_faulted_layers.ipynb @@ -1371,7 +1371,9 @@ "- How to create models consisting of combined structural elements like fold and faults\n", "\n", "\n", - "[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/06_combined_models/example03_faulted_folded_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/example03_faulted_folded_layers.ipynb)\n", + "\n", + "[Take me to the next notebook locally](example03_faulted_folded_layers.ipynb)\n", "\n", "\n", "Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 46, figure 19, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n", diff --git a/notebooks/06_combined_models/example03_faulted_folded_layers.ipynb b/notebooks/06_combined_models/example03_faulted_folded_layers.ipynb index 5b25f7c..f1dccc3 100644 --- a/notebooks/06_combined_models/example03_faulted_folded_layers.ipynb +++ b/notebooks/06_combined_models/example03_faulted_folded_layers.ipynb @@ -1270,7 +1270,9 @@ "- How to create models from a three-point-problem\n", "\n", "\n", - "[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/07_special_models/example01_three_point_problem.ipynb)\n", + "[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/07_special_models/example01_three_point_problem.ipynb)\n", + "\n", + "[Take me to the next notebook locally](../07_special_models/example01_three_point_problem.ipynb)\n", "\n", "\n", "Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 12, figure 5, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n", diff --git a/notebooks/07_special_models/example01_three_point_problem.ipynb b/notebooks/07_special_models/example01_three_point_problem.ipynb index c9de7f3..4a6d9c4 100644 --- a/notebooks/07_special_models/example01_three_point_problem.ipynb +++ b/notebooks/07_special_models/example01_three_point_problem.ipynb @@ -1012,7 +1012,9 @@ "- How to create models from a three-point-problem\n", "\n", "\n", - "[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/06_combined_models/example03_faulted_folded_layers.ipynb)\n", + "[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/07_special_models/example02_three_point_problem.ipynb)\n", + "\n", + "[Take me to the next notebook locally](example02_three_point_problem.ipynb)\n", "\n", "\n", "Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 14, figure 6, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n", diff --git a/notebooks/07_special_models/example02_three_point_problem.ipynb b/notebooks/07_special_models/example02_three_point_problem.ipynb index a24de0d..203f4d5 100644 --- a/notebooks/07_special_models/example02_three_point_problem.ipynb +++ b/notebooks/07_special_models/example02_three_point_problem.ipynb @@ -1022,7 +1022,9 @@ "- How to create models from a three-point-problem\n", "\n", "\n", - "[Take me to the next notebook on Github](https://github.com/cgre-aachen/gemgis_data/blob/main/notebooks/06_combined_models/example03_faulted_folded_layers.ipynb)\n", + "[Take me to the next notebook on Github](https://nbviewer.org/github/cgre-aachen/gemgis_data/blob/main/notebooks/07_special_models/example03_three_point_problem.ipynb)\n", + "\n", + "[Take me to the next notebook locally](example03_three_point_problem.ipynb)\n", "\n", "\n", "Source: Bennison, G.M. (1988): An Introduction to Geological Structures and Maps, page 15, figure 7, Springer Verlag Berlin, Heidelberg, New York, ISBN: 978-1-4615-9632-5\n", diff --git a/notebooks/07_special_models/example03_three_point_problem.ipynb b/notebooks/07_special_models/example03_three_point_problem.ipynb index 245e55a..66d10f6 100644 --- a/notebooks/07_special_models/example03_three_point_problem.ipynb +++ b/notebooks/07_special_models/example03_three_point_problem.ipynb @@ -2173,8 +2173,8 @@ "# Outlook\n", "\n", "
\n", - "In the next tutorial, you will learn the following:
\n", - "You are now a master in creating structural geological models with GemPy and GemGIS\n", + "\n", + "You are now a master in creating structural geological models with GemPy and GemGIS
\n", "
\n", "\n", "\n",