1- =================
2- GeoStat Framework
3- =================
4-
51.. image :: pics/GeoStat.png
62 :width: 250px
73 :align: center
84
9- The GeoStat Framework is a Python framework for geostatistical simulations.
5+ .. centered :: **Create your geo-statistical model with Python!**
106
117
128Included Packages
@@ -18,19 +14,58 @@ The following Python-Packages are part of the GeoStat Framework.
1814GSTools
1915-------
2016
21- GeoStatTools is a library providing geostatistical tools like
22- random field generation, variogram estimation and covariance models.
17+ GeoStatTools is a library providing geostatistical tools like kriging,
18+ random field generation, variogram estimation, covariance models and much more .
2319
2420.. image :: pics/gstools.png
2521 :width: 150px
2622 :align: center
2723
28- :Source:
29- https://github.com/GeoStat-Framework/GSTools
30- :Documentation:
31- https://geostat-framework.readthedocs.io/projects/gstools
32- :Installation:
33- ``pip install gstools ``
24+ .. list-table ::
25+ :widths: 33 67
26+
27+ * - **Version **
28+ - .. image:: https://badge.fury.io/py/gstools.svg
29+ :target: https://badge.fury.io/py/gstools
30+ .. image :: https://img.shields.io/conda/vn/conda-forge/gstools.svg
31+ :target: https://anaconda.org/conda-forge/gstools
32+
33+ * - **Installation **
34+ - ``pip install gstools `` *or * ``conda install gstools ``
35+
36+ * - **Source **
37+ - https://github.com/GeoStat-Framework/GSTools
38+
39+ * - **Documentation **
40+ - https://gstools.readthedocs.io
41+
42+
43+ PyKrige
44+ -------
45+
46+ PyKrige provides 2D and 3D ordinary and universal kriging.
47+
48+ .. image :: pics/PyKrige.png
49+ :width: 150px
50+ :align: center
51+
52+ .. list-table ::
53+ :widths: 33 67
54+
55+ * - **Version **
56+ - .. image:: https://badge.fury.io/py/PyKrige.svg
57+ :target: https://badge.fury.io/py/PyKrige
58+ .. image :: https://img.shields.io/conda/vn/conda-forge/pykrige.svg
59+ :target: https://anaconda.org/conda-forge/pykrige
60+
61+ * - **Installation **
62+ - ``pip install PyKrige `` *or * ``conda install pykrige ``
63+
64+ * - **Source **
65+ - https://github.com/GeoStat-Framework/PyKrige
66+
67+ * - **Documentation **
68+ - https://pykrige.readthedocs.io
3469
3570
3671ogs5py
@@ -42,12 +77,23 @@ ogs5py is a Python-API for the OpenGeoSys 5 scientific modeling package.
4277 :width: 150px
4378 :align: center
4479
45- :Source:
46- https://github.com/GeoStat-Framework/ogs5py
47- :Documentation:
48- https://geostat-framework.readthedocs.io/projects/ogs5py
49- :Installation:
50- ``pip install ogs5py ``
80+ .. list-table ::
81+ :widths: 33 67
82+
83+ * - **Version **
84+ - .. image:: https://badge.fury.io/py/ogs5py.svg
85+ :target: https://badge.fury.io/py/ogs5py
86+ .. image :: https://img.shields.io/conda/vn/conda-forge/ogs5py.svg
87+ :target: https://anaconda.org/conda-forge/ogs5py
88+
89+ * - **Installation **
90+ - ``pip install ogs5py `` *or * ``conda install ogs5py ``
91+
92+ * - **Source **
93+ - https://github.com/GeoStat-Framework/ogs5py
94+
95+ * - **Documentation **
96+ - https://ogs5py.readthedocs.io
5197
5298
5399WellTestPy
@@ -59,13 +105,22 @@ WellTestPy is a python-package for handling well based field campaigns.
59105 :width: 150px
60106 :align: center
61107
62- :Source:
63- https://github.com/GeoStat-Framework/welltestpy
64- :Documentation:
65- https://geostat-framework.readthedocs.io/projects/welltestpy
66- :Installation:
67- ``pip install welltestpy ``
68-
108+ .. list-table ::
109+ :widths: 33 67
110+
111+ * - **Version **
112+ - .. image:: https://badge.fury.io/py/welltestpy.svg
113+ :target: https://badge.fury.io/py/welltestpy
114+
115+ * - **Installation **
116+ - ``pip install welltestpy ``
117+
118+ * - **Source **
119+ - https://github.com/GeoStat-Framework/welltestpy
120+
121+ * - **Documentation **
122+ - https://welltestpy.readthedocs.io
123+
69124
70125AnaFlow
71126-------
@@ -77,9 +132,44 @@ groundwater-flow-equation.
77132 :width: 150px
78133 :align: center
79134
80- :Source:
81- https://github.com/GeoStat-Framework/AnaFlow
82- :Documentation:
83- https://geostat-framework.readthedocs.io/projects/anaflow
84- :Installation:
85- ``pip install anaflow ``
135+ .. list-table ::
136+ :widths: 33 67
137+
138+ * - **Version **
139+ - .. image:: https://badge.fury.io/py/anaflow.svg
140+ :target: https://badge.fury.io/py/anaflow
141+
142+ * - **Installation **
143+ - ``pip install anaflow ``
144+
145+ * - **Source **
146+ - https://github.com/GeoStat-Framework/AnaFlow
147+
148+ * - **Documentation **
149+ - https://anaflow.readthedocs.io
150+
151+
152+ pentapy
153+ -------
154+
155+ pentapy is a toolbox to deal with pentadiagonal matrices in Python.
156+
157+ .. image :: pics/pentapy.png
158+ :width: 150px
159+ :align: center
160+
161+ .. list-table ::
162+ :widths: 33 67
163+
164+ * - **Version **
165+ - .. image:: https://badge.fury.io/py/pentapy.svg
166+ :target: https://badge.fury.io/py/pentapy
167+
168+ * - **Installation **
169+ - ``pip install pentapy ``
170+
171+ * - **Source **
172+ - https://github.com/GeoStat-Framework/pentapy
173+
174+ * - **Documentation **
175+ - https://pentapy.readthedocs.io
0 commit comments