|
16 | 16 | The package was updated to version 1.0 in June 2025. There are breaking API changes, so please, refer to the [CHANGELOG](https://github.com/DataverseLabs/pyinterpolate/blob/main/CHANGELOG.rst) to know more about the changes. |
17 | 17 | Right now, the package in version 1.0.0 is in the **beta** stage, which means that it is stable but be careful with the production use. There might be some minor bugs, and large swaths of code are not optimized yet. If you find any bugs, please report them in the [issue tracker](https://github.com/DataverseLabs/pyinterpolate/issues). |
18 | 18 |
|
| 19 | +## Citation |
| 20 | + |
| 21 | +Moliński, S., (2022). Pyinterpolate: Spatial interpolation in Python for point measurements and aggregated datasets. Journal of Open Source Software, 7(70), 2869, https://doi.org/10.21105/joss.02869 |
| 22 | + |
| 23 | +### Bibtex |
| 24 | + |
| 25 | +```text |
| 26 | +@article{Moliński2022, |
| 27 | + doi = {10.21105/joss.02869}, |
| 28 | + url = {https://doi.org/10.21105/joss.02869}, |
| 29 | + year = {2022}, |
| 30 | + publisher = {The Open Journal}, |
| 31 | + volume = {7}, |
| 32 | + number = {70}, |
| 33 | + pages = {2869}, |
| 34 | + author = {Moliński, Szymon}, |
| 35 | + title = {Pyinterpolate: Spatial interpolation in Python for point measurements and aggregated datasets}, |
| 36 | + journal = {Journal of Open Source Software} } |
| 37 | +
|
| 38 | +``` |
| 39 | + |
19 | 40 | ## Introduction |
20 | 41 |
|
21 | 42 | Pyinterpolate is the Python library for **spatial statistics**. The package provides access to spatial statistics tools (variogram analysis, Kriging, Poisson Kriging, Indicator Kriging, Inverse Distance Weighting). |
@@ -180,11 +201,6 @@ Pyinterpolate was created thanks to many resources and all of them are pointed h |
180 | 201 |
|
181 | 202 | Join our community in Discord: [Discord Server Pyinterpolate](https://discord.gg/3EMuRkj) |
182 | 203 |
|
183 | | -## How to cite |
184 | | - |
185 | | -Moliński, S., (2022). Pyinterpolate: Spatial interpolation in Python for point measurements and aggregated datasets. Journal of Open Source Software, 7(70), 2869, https://doi.org/10.21105/joss.02869 |
186 | | - |
187 | | - |
188 | 204 | ## Requirements and dependencies (v 1.x) |
189 | 205 |
|
190 | 206 | Core requirements and dependencies are: |
|
0 commit comments