|
1 | 1 | # Geostatistics Lessons Notebooks
|
2 | 2 |
|
3 | | -[Geostatistics Lessons](http://geostatisticslessons.com/) is an open disclosure of some guidance in geostatistical modeling. These Python notebooks and data are prepared by Lesson authors and associated contributors to supplement the Lessons. As new Lessons are authored and notebooks created, this repository will be updated. |
| 3 | +[Geostatistics Lessons](https://geostatisticslessons.com/) is an open disclosure of some guidance in geostatistical modeling. These Python notebooks and data are prepared by Lesson authors and associated contributors to supplement the Lessons. As new Lessons are authored and notebooks created, this repository will be updated. |
4 | 4 |
|
5 | 5 | ## Lessons
|
6 | 6 |
|
7 | 7 | Lessons with notebooks and data available include:
|
8 | 8 |
|
9 | | -* An Application of Bayes Theorem to Geostatistical Mapping ([notebook](notebooks/bayesmapping/bayesmapping.ipynb) and [lesson](http://geostatisticslessons.com/lessons/bayesmapping)), Jared Deutsch and Clayton Deutsch, 2018 |
10 | | -* Multidimensional Scaling ([notebook](notebooks/mds/mds.ipynb) and [lesson](http://geostatisticslessons.com/lessons/mds)), Steven Mancell and Clayton Deutsch, 2019 |
11 | | -* Collocated Cokriging ([notebook](notebooks/collocatedcokriging/collocatedcokriging.ipynb) and [lesson](http://geostatisticslessons.com/lessons/collocatedcokriging)), Matthew Samson and Clayton Deutsch, 2020 |
12 | | -* The Nugget Effect ([notebook](notebooks/nuggeteffect/nuggeteffect.ipynb) and [lesson](http://geostatisticslessons.com/lessons/nuggeteffect)), Eric Daniels and Diogo Silva, 2024 |
13 | | -* The Pairwise Relative Variogram ([notebook](notebooks/pairwiserelative/pairwiserelative.ipynb) and [lesson](http://geostatisticslessons.com/lessons/pairwiserelative)), Haoze Zhang and Ryan Barnett, 2024 |
14 | | -* Introduction to Choosing a Kriging Plan ([notebook](notebooks/introkrigingplan/introkrigingplan.ipynb) and [lesson](http://geostatisticslessons.com/lessons/introkrigingplan)), James Eke and Ryan Barnett, 2024 |
| 9 | +* An Application of Bayes Theorem to Geostatistical Mapping ([notebook](notebooks/bayesmapping/bayesmapping.ipynb) and [lesson](https://geostatisticslessons.com/lessons/bayesmapping)), Jared Deutsch and Clayton Deutsch, 2018 |
| 10 | +* Multidimensional Scaling ([notebook](notebooks/mds/mds.ipynb) and [lesson](https://geostatisticslessons.com/lessons/mds)), Steven Mancell and Clayton Deutsch, 2019 |
| 11 | +* Collocated Cokriging ([notebook](notebooks/collocatedcokriging/collocatedcokriging.ipynb) and [lesson](https://geostatisticslessons.com/lessons/collocatedcokriging)), Matthew Samson and Clayton Deutsch, 2020 |
| 12 | +* The Nugget Effect ([notebook](notebooks/nuggeteffect/nuggeteffect.ipynb) and [lesson](https://geostatisticslessons.com/lessons/nuggeteffect)), Eric Daniels and Diogo Silva, 2024 |
| 13 | +* The Pairwise Relative Variogram ([notebook](notebooks/pairwiserelative/pairwiserelative.ipynb) and [lesson](https://geostatisticslessons.com/lessons/pairwiserelative)), Haoze Zhang and Ryan Barnett, 2024 |
| 14 | +* Introduction to Choosing a Kriging Plan ([notebook](notebooks/introkrigingplan/introkrigingplan.ipynb) and [lesson](https://geostatisticslessons.com/lessons/introkrigingplan)), James Eke and Ryan Barnett, 2024 |
| 15 | +* Trend Modeling and Modeling with a Trend ([notebook](notebooks/trendmodeling/trendmodeling.ipynb) and [lesson](https://geostatisticslessons.com/lessons/trendmodeling)), Sebastian Sanchez, Ben Harding, and Ryan Barnett, 2024 |
15 | 16 |
|
16 | 17 | ## Dependencies
|
17 | 18 |
|
18 | | -Notebooks are implemented in Python 3 using the scientific python stack (NumPy, Pandas, Matplotlib, ...). Refer to the individual notebooks for any particular dependencies. |
| 19 | +Notebooks are implemented in Python using the scientific python stack (NumPy, Pandas, Matplotlib, ...). Refer to the individual notebooks for any particular dependencies. |
19 | 20 |
|
20 | 21 | Some notebooks leverage the Resource Modeling Solutions Platform ([RMSP](https://resourcemodelingsolutions.com/rmsp)), a geostatistical modeling package that provides commercial and academic licenses. These notebooks augment the Lesson, but the interested reader is free to implement in any geostatistical modeling software they are interested in using.
|
21 | 22 |
|
22 | 23 | ## License
|
23 | 24 |
|
24 | | -Notebooks are licensed under the [MIT](LICENSE) license separately from the Lessons. Refer to [Geostatistics Lessons](http://geostatisticslessons.com/) for licensing information on the Lessons. |
| 25 | +Notebooks are licensed under the [MIT](LICENSE) license separately from the Lessons. Refer to [Geostatistics Lessons](https://geostatisticslessons.com/) for licensing information on the Lessons. |
0 commit comments