Skip to content

Commit 682a900

Browse files
Merge pull request #481 from DataverseLabs/474-update-use-cases-to-include-links
Updated docs
2 parents 80db64e + d9bcb9b commit 682a900

File tree

19 files changed

+59
-55
lines changed

19 files changed

+59
-55
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,12 @@ A world of advice, you should **always** use Virtual Environment for the install
154154

155155
All tests are grouped in the `test` directory. If you would like to contribute, then you won't avoid testing, but it is described step-by-step here: [CONTRIBUTION.md](https://github.com/DataverseLabs/pyinterpolate/blob/main/CONTRIBUTION.md)
156156

157-
## Commercial and scientific projects where library has been used
158-
159-
* Tick-Borne Disease Detector (Data Lions company) for the European Space Agency (2019-2020).
160-
* B2C project related to the prediction of demand for specific flu medications (2020).
161-
* B2G project related to the large-scale infrastructure maintenance (2020-2021).
162-
* E-commerce service for reporting and analysis, building spatial / temporal profiles of customers (2022+).
163-
* The external data augmentation for e-commerce services (2022+).
164-
* Regional aggregates transformation and preprocessing for location intelligence tasks (2025+).
165-
166-
## Community
167-
168-
Join our community in Discord: [Discord Server Pyinterpolate](https://discord.gg/3EMuRkj)
157+
## Use cases
169158

159+
* [Lyme Disease Risk Assessment Based on the Earth Observation Data and Spatial Processing Technique. ESA Φ-week 2021](https://phiweek.esa.int/detailed-programme)
160+
* [Disaggregation of socio-economic data](https://ml-gis-service.com/index.php/2022/12/09/get-more-from-crime-rate-data-and-other-socio-economic-indicators-with-pyinterpolate/)
161+
* [Interpolation of air pollution](https://ml-gis-service.com/index.php/2021/10/31/data-science-interpolate-air-quality-measurements-with-python/)
162+
* [Educational - Spatial Data Science for Social Geography Course - Interpolation](https://github.com/martinfleis/sds?tab=readme-ov-file#spatial-data-science-for-social-geography)
170163

171164
## Bibliography
172165

@@ -178,6 +171,9 @@ Pyinterpolate was created thanks to many resources and all of them are pointed h
178171
- Goovaerts P., Kriging and Semivariogram Deconvolution in the Presence of Irregular Geographical Units, Mathematical Geology 40(1), 101-128, 2008
179172
- Deutsch C.V., Correcting for Negative Weights in Ordinary Kriging, Computers & Geosciences Vol.22, No.7, pp. 765-773, 1996
180173

174+
## Community
175+
176+
Join our community in Discord: [Discord Server Pyinterpolate](https://discord.gg/3EMuRkj)
181177

182178
## How to cite
183179

1.88 KB
Binary file not shown.
772 Bytes
Binary file not shown.

docs/build/doctrees/index.doctree

0 Bytes
Binary file not shown.
Binary file not shown.

docs/build/html/_modules/pyinterpolate/core/data_models/blocks.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyinterpolate.core.data_models.blocks &#8212; pyinterpolate 1.0.0 documentation</title>
10+
<title>pyinterpolate.core.data_models.blocks &#8212; pyinterpolate 1.0.3 documentation</title>
1111

1212

1313

@@ -38,7 +38,7 @@
3838
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
3939
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4040

41-
<script src="../../../../_static/documentation_options.js?v=8d563738"></script>
41+
<script src="../../../../_static/documentation_options.js?v=baaebd52"></script>
4242
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
4343
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4444
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<p class="title logo__title">pyinterpolate 1.0.0 documentation</p>
114+
<p class="title logo__title">pyinterpolate 1.0.3 documentation</p>
115115

116116
</a></div>
117117

docs/build/html/_modules/pyinterpolate/semivariogram/experimental/classes/directional_variogram.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyinterpolate.semivariogram.experimental.classes.directional_variogram &#8212; pyinterpolate 1.0.0 documentation</title>
10+
<title>pyinterpolate.semivariogram.experimental.classes.directional_variogram &#8212; pyinterpolate 1.0.3 documentation</title>
1111

1212

1313

@@ -38,7 +38,7 @@
3838
<link rel="preload" as="script" href="../../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
3939
<link rel="preload" as="script" href="../../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4040

41-
<script src="../../../../../_static/documentation_options.js?v=8d563738"></script>
41+
<script src="../../../../../_static/documentation_options.js?v=baaebd52"></script>
4242
<script src="../../../../../_static/doctools.js?v=9bcbadda"></script>
4343
<script src="../../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4444
<script src="../../../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<p class="title logo__title">pyinterpolate 1.0.0 documentation</p>
114+
<p class="title logo__title">pyinterpolate 1.0.3 documentation</p>
115115

116116
</a></div>
117117

docs/build/html/_modules/pyinterpolate/semivariogram/experimental/classes/variogram_cloud.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyinterpolate.semivariogram.experimental.classes.variogram_cloud &#8212; pyinterpolate 1.0.0 documentation</title>
10+
<title>pyinterpolate.semivariogram.experimental.classes.variogram_cloud &#8212; pyinterpolate 1.0.3 documentation</title>
1111

1212

1313

@@ -38,7 +38,7 @@
3838
<link rel="preload" as="script" href="../../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
3939
<link rel="preload" as="script" href="../../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4040

41-
<script src="../../../../../_static/documentation_options.js?v=8d563738"></script>
41+
<script src="../../../../../_static/documentation_options.js?v=baaebd52"></script>
4242
<script src="../../../../../_static/doctools.js?v=9bcbadda"></script>
4343
<script src="../../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4444
<script src="../../../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<p class="title logo__title">pyinterpolate 1.0.0 documentation</p>
114+
<p class="title logo__title">pyinterpolate 1.0.3 documentation</p>
115115

116116
</a></div>
117117

docs/build/html/_modules/pyinterpolate/semivariogram/experimental/experimental_covariogram.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyinterpolate.semivariogram.experimental.experimental_covariogram &#8212; pyinterpolate 1.0.0 documentation</title>
10+
<title>pyinterpolate.semivariogram.experimental.experimental_covariogram &#8212; pyinterpolate 1.0.3 documentation</title>
1111

1212

1313

@@ -38,7 +38,7 @@
3838
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
3939
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4040

41-
<script src="../../../../_static/documentation_options.js?v=8d563738"></script>
41+
<script src="../../../../_static/documentation_options.js?v=baaebd52"></script>
4242
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
4343
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4444
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<p class="title logo__title">pyinterpolate 1.0.0 documentation</p>
114+
<p class="title logo__title">pyinterpolate 1.0.3 documentation</p>
115115

116116
</a></div>
117117

docs/build/html/_modules/pyinterpolate/semivariogram/experimental/experimental_semivariogram.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<title>pyinterpolate.semivariogram.experimental.experimental_semivariogram &#8212; pyinterpolate 1.0.0 documentation</title>
10+
<title>pyinterpolate.semivariogram.experimental.experimental_semivariogram &#8212; pyinterpolate 1.0.3 documentation</title>
1111

1212

1313

@@ -38,7 +38,7 @@
3838
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
3939
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
4040

41-
<script src="../../../../_static/documentation_options.js?v=8d563738"></script>
41+
<script src="../../../../_static/documentation_options.js?v=baaebd52"></script>
4242
<script src="../../../../_static/doctools.js?v=9bcbadda"></script>
4343
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
4444
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<p class="title logo__title">pyinterpolate 1.0.0 documentation</p>
114+
<p class="title logo__title">pyinterpolate 1.0.3 documentation</p>
115115

116116
</a></div>
117117

0 commit comments

Comments
 (0)