|
1 | | -# GeostatisticsLessonsNotebooks |
| 1 | + |
2 | 2 |
|
3 | | -These are python notebooks accompanying [Geostatistics Lessons](http://geostatisticslessons.com/). Code is provided for educational purposes to supplement lessons. |
| 3 | +# Geostatistics Lessons Notebooks |
| 4 | + |
| 5 | +[Geostatistics Lessons](http://geostatisticslessons.com/) is an open disclosure of some guidance in geostatistical modeling reviewed by an editorial board. These python notebooks and data are prepared by Lesson authors to supplement their Lesson. As new Lessons are authored and notebooks created, this repository will be updated. |
| 6 | + |
| 7 | +# Lessons |
| 8 | + |
| 9 | +Lessons with notebooks and data available include: |
| 10 | + |
| 11 | +* 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 |
| 12 | + |
| 13 | +# Dependencies |
| 14 | + |
| 15 | +Notebooks are implemented in Python 3 using the scientific python stack (including NumPy, Pandas, Matplotlib). Refer to the individual notebooks for any particular dependencies. |
| 16 | + |
| 17 | +# License |
| 18 | + |
| 19 | +[MIT](LICENSE) |
0 commit comments