You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Geostatistics Lessons Notebooks
2
2
3
-
[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.
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.
4
4
5
5
## Lessons
6
6
@@ -12,8 +12,10 @@ Lessons with notebooks and data available include:
12
12
13
13
## Dependencies
14
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.
15
+
Notebooks are implemented in Python 3 using the scientific python stack (NumPy, Pandas, Matplotlib, ...). Refer to the individual notebooks for any particular dependencies.
16
+
17
+
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.
16
18
17
19
## License
18
20
19
-
Notebooks are licensed under the [MIT](LICENSE) license separately from Lessons. Refer to [Geostatistics Lessons](http://geostatisticslessons.com/) for licensing information on the Lessons.
21
+
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.
0 commit comments