PyKrige
Kriging Toolkit for Python.
Purpose
The code supports 2D and 3D ordinary and universal kriging. Standard
variogram models (linear, power, spherical, gaussian, exponential) are
built in, but custom variogram models can also be used. The 2D universal
kriging code currently supports regional-linear, point-logarithmic, and
external drift terms, while the 3D universal kriging code supports a
regional-linear drift term in all three spatial dimensions. Both
universal kriging classes also support generic 'specified' and
'functional' drift capabilities. With the 'specified' drift capability,
the user may manually specify the values of the drift(s) at each data
point and all grid points. With the 'functional' drift capability, the
user may provide callable function(s) of the spatial coordinates that
define the drift(s). The package includes a module that contains
functions that should be useful in working with ASCII grid files (\*.asc).
See the documentation at http://pykrige.readthedocs.io/ for more details and examples.
Installation
PyKrige requires Python 3.5+ as well as numpy, scipy. It can be installed from PyPi with,
pip install pykrige
scikit-learn is an optional dependency needed for parameter tuning and regression kriging. matplotlib is an optional dependency needed for plotting.
If you use conda, PyKrige can be installed from the conda-forge channel with,
conda install -c conda-forge pykrige
Features
Kriging algorithms
OrdinaryKriging: 2D ordinary kriging with estimated meanUniversalKriging: 2D universal kriging providing drift termsOrdinaryKriging3D: 3D ordinary krigingUniversalKriging3D: 3D universal krigingRegressionKriging: An implementation of Regression-KrigingClassificationKriging: An implementation of Simplicial Indicator Kriging
Wrappers
rk.Krige: A scikit-learn wrapper class for Ordinary and Universal Kriging
Tools
kriging_tools.write_asc_grid: Writes gridded data to ASCII grid file (\*.asc)kriging_tools.read_asc_grid: Reads ASCII grid file (\*.asc)
Kriging Parameters Tuning
A scikit-learn compatible API for parameter tuning by cross-validation is exposed in sklearn.model_selection.GridSearchCV. See the Krige CV example for a more practical illustration.
Regression Kriging
Regression kriging
can be performed with
pykrige.rk.RegressionKriging.
This class takes as parameters a scikit-learn regression model, and
details of either either the OrdinaryKriging or the UniversalKriging
class, and performs a correction steps on the ML regression prediction.
A demonstration of the regression kriging is provided in the corresponding example.
Classification Kriging
Simplifical Indicator
kriging
can be performed with
pykrige.rk.ClassificationKriging.
This class takes as parameters a scikit-learn classification model, and
details of either the OrdinaryKriging or the UniversalKriging class,
and performs a correction steps on the ML classification prediction.
A demonstration of the classification kriging is provided in the corresponding example.
License
PyKrige uses the BSD 3-Clause License.
Release files for PyKrige 1.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyKrige-1.6.0.tar.gz | 937.8 kB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| PyKrige-1.6.0-cp39-cp39-win_amd64.whl | CPython 3.9 | CPython 3.9 | Windows x86-64 | Details |
| PyKrige-1.6.0-cp39-cp39-win32.whl | CPython 3.9 | CPython 3.9 | Windows x86-32 | Details |
| PyKrige-1.6.0-cp39-cp39-manylinux2010_x86_64.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.12+ x86-64 | Details |
| PyKrige-1.6.0-cp39-cp39-manylinux2010_i686.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.12+ x86-32 | Details |
| PyKrige-1.6.0-cp39-cp39-manylinux1_x86_64.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.5+ x86-64 | Details |
| PyKrige-1.6.0-cp39-cp39-manylinux1_i686.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.5+ x86-32 | Details |
| PyKrige-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl | CPython 3.9 | CPython 3.9 | macOS 10.9+ x86-64 | Details |
| PyKrige-1.6.0-cp38-cp38-win_amd64.whl | CPython 3.8 | CPython 3.8 | Windows x86-64 | Details |
| PyKrige-1.6.0-cp38-cp38-win32.whl | CPython 3.8 | CPython 3.8 | Windows x86-32 | Details |
| PyKrige-1.6.0-cp38-cp38-manylinux2010_x86_64.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.12+ x86-64 | Details |
| PyKrige-1.6.0-cp38-cp38-manylinux2010_i686.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.12+ x86-32 | Details |
| PyKrige-1.6.0-cp38-cp38-manylinux1_x86_64.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.5+ x86-64 | Details |
| PyKrige-1.6.0-cp38-cp38-manylinux1_i686.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.5+ x86-32 | Details |
| PyKrige-1.6.0-cp38-cp38-macosx_10_9_x86_64.whl | CPython 3.8 | CPython 3.8 | macOS 10.9+ x86-64 | Details |
| PyKrige-1.6.0-cp37-cp37m-win_amd64.whl | CPython 3.7 | CPython 3.7 pymalloc | Windows x86-64 | Details |
| PyKrige-1.6.0-cp37-cp37m-win32.whl | CPython 3.7 | CPython 3.7 pymalloc | Windows x86-32 | Details |
| PyKrige-1.6.0-cp37-cp37m-manylinux2010_x86_64.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.12+ x86-64 | Details |
| PyKrige-1.6.0-cp37-cp37m-manylinux2010_i686.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.12+ x86-32 | Details |
| PyKrige-1.6.0-cp37-cp37m-manylinux1_x86_64.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| PyKrige-1.6.0-cp37-cp37m-manylinux1_i686.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| PyKrige-1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl | CPython 3.7 | CPython 3.7 pymalloc | macOS 10.9+ x86-64 | Details |
| PyKrige-1.6.0-cp36-cp36m-win_amd64.whl | CPython 3.6 | CPython 3.6 pymalloc | Windows x86-64 | Details |
| PyKrige-1.6.0-cp36-cp36m-win32.whl | CPython 3.6 | CPython 3.6 pymalloc | Windows x86-32 | Details |
| PyKrige-1.6.0-cp36-cp36m-manylinux2010_x86_64.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.12+ x86-64 | Details |
| PyKrige-1.6.0-cp36-cp36m-manylinux2010_i686.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.12+ x86-32 | Details |
| PyKrige-1.6.0-cp36-cp36m-manylinux1_x86_64.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| PyKrige-1.6.0-cp36-cp36m-manylinux1_i686.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| PyKrige-1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl | CPython 3.6 | CPython 3.6 pymalloc | macOS 10.9+ x86-64 | Details |
Total release size: 21.6 MB
Release files / PyKrige-1.6.0.tar.gz
| Download URL | PyKrige-1.6.0.tar.gz |
|---|---|
| Size | 937.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f25a5ec6478c95cd995ae26e8ba5f18c969044caf50580f74303e71a6ce3dca6
|
|
BLAKE2b-256 checksum How to use checksums |
63492b3ed78bd8876a4645d80d6f1f8f57774ec7367980c4e2b86529caa9961a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp39-cp39-win_amd64.whl
| Download URL | PyKrige-1.6.0-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 429.0 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
64c8a6b5ec0574041a5985104863fb232eef808935598ecbe069dbc8e4b715e5
|
|
BLAKE2b-256 checksum How to use checksums |
1038978729dfd5876c4925de4733cc953ee1874decfc6d9e24b4532650f31bd1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp39-cp39-win32.whl
| Download URL | PyKrige-1.6.0-cp39-cp39-win32.whl |
|---|---|
| Size | 403.2 kB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
fa8cd28bf84f7cf7527b40bfd7a34c96a4a7530f2442b67fc13bb4ea2bbc58fb
|
|
BLAKE2b-256 checksum How to use checksums |
1b097f8b4d6ecb9d5253217e35659b02246e7d2d0640c699ff84286ba6d84b06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp39-cp39-manylinux2010_x86_64.whl
| Download URL | PyKrige-1.6.0-cp39-cp39-manylinux2010_x86_64.whl |
|---|---|
| Size | 1.0 MB |
| Tags | CPython 3.9 Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
8dfcd22105d8dfe4e3c52d76886b41fba4fad29f1a3ba17282d10d0f4867f5df
|
|
BLAKE2b-256 checksum How to use checksums |
9fdb3812b864851c86b3b00c779786731768dcab555e45697295b35beb3b6959
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp39-cp39-manylinux2010_i686.whl
| Download URL | PyKrige-1.6.0-cp39-cp39-manylinux2010_i686.whl |
|---|---|
| Size | 977.1 kB |
| Tags | CPython 3.9 Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
7c5861d84aa0f6348a36ec6b7c54016c7a6cb3f47df13a990e37f8f5620910ba
|
|
BLAKE2b-256 checksum How to use checksums |
6bafb188c156e444eb9c4cd33f04f7556dacddbca3e1335ca32d18e9a1758c80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp39-cp39-manylinux1_x86_64.whl
| Download URL | PyKrige-1.6.0-cp39-cp39-manylinux1_x86_64.whl |
|---|---|
| Size | 1.0 MB |
| Tags | CPython 3.9 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
0ab83232ec7ce9d9c35779db8132dc09e0954f79c50987d65236936a24cdca65
|
|
BLAKE2b-256 checksum How to use checksums |
d36d7ba8ba80ce3ebc7b18170814ef828f6555d4a221b34061f23638db6144cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp39-cp39-manylinux1_i686.whl
| Download URL | PyKrige-1.6.0-cp39-cp39-manylinux1_i686.whl |
|---|---|
| Size | 977.1 kB |
| Tags | CPython 3.9 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
e6e662f001c141d151dbb12aba77a174310daa1b00bf0d9965cfe45fabcc745d
|
|
BLAKE2b-256 checksum How to use checksums |
180b68b31b60e45f64993bd4772b373e85b74ee3e63470f8bcef578df5740b45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl
| Download URL | PyKrige-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl |
|---|---|
| Size | 437.0 kB |
| Tags | CPython 3.9 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
9204c46db2c596e92ee482672365c289019dbc8f143ca7ef33c6f97be1a73969
|
|
BLAKE2b-256 checksum How to use checksums |
46746206ce8bbc65e3e960c19bc80015f4f9ad45dff422ba4a060b358ab7d5b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp38-cp38-win_amd64.whl
| Download URL | PyKrige-1.6.0-cp38-cp38-win_amd64.whl |
|---|---|
| Size | 428.8 kB |
| Tags | CPython 3.8 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
cae0ca7acc171f589acefc32faa4644732f92fe46a8fb96e77d6b2f5acf70048
|
|
BLAKE2b-256 checksum How to use checksums |
843feb7f1822b859f97a87242f244b6ca78635acaca52970a1980438b6e9e6d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp38-cp38-win32.whl
| Download URL | PyKrige-1.6.0-cp38-cp38-win32.whl |
|---|---|
| Size | 403.0 kB |
| Tags | CPython 3.8 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
4d069a057c7e5908c5460a00fb469737fe9e1022884428b52d26c4b043145d17
|
|
BLAKE2b-256 checksum How to use checksums |
e1bbefe3e190eab876ade8bb56c9f9ace456202f435ee5b4a1d3f7449bb04b7a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp38-cp38-manylinux2010_x86_64.whl
| Download URL | PyKrige-1.6.0-cp38-cp38-manylinux2010_x86_64.whl |
|---|---|
| Size | 1.0 MB |
| Tags | CPython 3.8 Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
ec0b291e4d4d7f546c1df19f08cc4bc7f65cfef094bdbdaeed311be7d946b7c5
|
|
BLAKE2b-256 checksum How to use checksums |
dc2b4ea9121a0c6687000070c3cc5325d10f864a456699fe8bccfaed3593c0a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp38-cp38-manylinux2010_i686.whl
| Download URL | PyKrige-1.6.0-cp38-cp38-manylinux2010_i686.whl |
|---|---|
| Size | 1.0 MB |
| Tags | CPython 3.8 Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
ed8b6003d6ba42c665dbe926e0a8c31ed6a296b49135aa783c4cd54d84899068
|
|
BLAKE2b-256 checksum How to use checksums |
bc8c1d15632738e6d4f60d9ebd04c4022c3f06a9960699e20468b985fb1785a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp38-cp38-manylinux1_x86_64.whl
| Download URL | PyKrige-1.6.0-cp38-cp38-manylinux1_x86_64.whl |
|---|---|
| Size | 1.0 MB |
| Tags | CPython 3.8 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
cc31ac3c81c7fb761aaae73967401c8b960ed11c450a8ca3884538644ce73cdf
|
|
BLAKE2b-256 checksum How to use checksums |
418232babf6652cc41ac290f7c394e34e4995da13615b0829001c8e4004bafb8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp38-cp38-manylinux1_i686.whl
| Download URL | PyKrige-1.6.0-cp38-cp38-manylinux1_i686.whl |
|---|---|
| Size | 1.0 MB |
| Tags | CPython 3.8 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
ee10d81477c4451f4e675db65fe92c28735789a00f76211648f470dc88824f64
|
|
BLAKE2b-256 checksum How to use checksums |
4dd643ec239e9da9cb5c11eefe0c4613a1a666bef28d5c41b2661124e06d35fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp38-cp38-macosx_10_9_x86_64.whl
| Download URL | PyKrige-1.6.0-cp38-cp38-macosx_10_9_x86_64.whl |
|---|---|
| Size | 432.0 kB |
| Tags | CPython 3.8 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
1fb76264b13be201f5e681a4a5f82d78a1ffc6ccf6e37de33b784bf00c040e06
|
|
BLAKE2b-256 checksum How to use checksums |
968e1b3a7ba069b561e4048a57a032bce1125443a48bfb083db8740bb72d27f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp37-cp37m-win_amd64.whl
| Download URL | PyKrige-1.6.0-cp37-cp37m-win_amd64.whl |
|---|---|
| Size | 426.3 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
57aa9b5c6348650ac8fe28f97547edc9c985f37254dff33b9d776cd1e59bbcdd
|
|
BLAKE2b-256 checksum How to use checksums |
1723aa8d4535f1c7ef42467dab29210ca9c03bdbd3645b17d19235c1b434ab36
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp37-cp37m-win32.whl
| Download URL | PyKrige-1.6.0-cp37-cp37m-win32.whl |
|---|---|
| Size | 400.4 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
c7b8bab6a8f4e11f2ec03857b35a2b436ac3179c6e8fcef367bd852b58716128
|
|
BLAKE2b-256 checksum How to use checksums |
de1a21c3467cbd71a401794e4a53cb68f8a0c860fdf6f572d561a2076a0df405
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp37-cp37m-manylinux2010_x86_64.whl
| Download URL | PyKrige-1.6.0-cp37-cp37m-manylinux2010_x86_64.whl |
|---|---|
| Size | 957.1 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
ee17c9ee7656996e8f5122b3391868683ec582db391f9211a9ed9ea3c786a3fe
|
|
BLAKE2b-256 checksum How to use checksums |
b5bcf4123cd138a515f325fe1c02f4ccd508503aea1d06f10cec379a0c27e725
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp37-cp37m-manylinux2010_i686.whl
| Download URL | PyKrige-1.6.0-cp37-cp37m-manylinux2010_i686.whl |
|---|---|
| Size | 921.3 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
3ada26329c759a049a135a6d89a30939ab4dd4cbb746acf0f96c465c835b73a1
|
|
BLAKE2b-256 checksum How to use checksums |
eacf87551098de1931490577424d6ec29079a7e0f20f8f985ef101d4b569ad3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp37-cp37m-manylinux1_x86_64.whl
| Download URL | PyKrige-1.6.0-cp37-cp37m-manylinux1_x86_64.whl |
|---|---|
| Size | 957.1 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
1a66e026dfab826c1bdc8542571318571a104be5202b1d7fcf90e4708feea5bc
|
|
BLAKE2b-256 checksum How to use checksums |
f55a142fb84dab565e15c19ae88c11f054c334e876729a165b0cef7407a09ed5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp37-cp37m-manylinux1_i686.whl
| Download URL | PyKrige-1.6.0-cp37-cp37m-manylinux1_i686.whl |
|---|---|
| Size | 921.3 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
fe32bd76f3cc30d3e4ce003d7b1020550e9930e3d082b61d0d878b8dc9509269
|
|
BLAKE2b-256 checksum How to use checksums |
7830e5251adc4c5e5fbd61aad47dacc4b853f65505eb6f592dc0bb056dfbfe45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
| Download URL | PyKrige-1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl |
|---|---|
| Size | 432.6 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
2d986ed76539f17f0bf82babaacbb860f99dca48bfa0407b7400b99960e13028
|
|
BLAKE2b-256 checksum How to use checksums |
041e802fac5df833a25a58f967b17250475433ae640011abf8179c294a576fc3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp36-cp36m-win_amd64.whl
| Download URL | PyKrige-1.6.0-cp36-cp36m-win_amd64.whl |
|---|---|
| Size | 426.3 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c275d9f264b37bb989be85a84304a038b1ba479b9c8f7c39eb3326791d3eac4e
|
|
BLAKE2b-256 checksum How to use checksums |
475ffe19fbdfda3b4441d1ade15fea02b97f984e814f0d095820e3abdc52c095
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp36-cp36m-win32.whl
| Download URL | PyKrige-1.6.0-cp36-cp36m-win32.whl |
|---|---|
| Size | 400.3 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
2f5f465a7882a188aa69bffda76e6c0bca0dcd1d2b0595bf5a23a28065524b88
|
|
BLAKE2b-256 checksum How to use checksums |
225ad1c72dcfcd5351e4292f9969470fed1f1fa4d27a5b1168a087f6230dd14f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp36-cp36m-manylinux2010_x86_64.whl
| Download URL | PyKrige-1.6.0-cp36-cp36m-manylinux2010_x86_64.whl |
|---|---|
| Size | 957.1 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
7bf0b3b86102289394010c4dcec186ba7e29b71f1096d6549daaf0e7a6f1a42c
|
|
BLAKE2b-256 checksum How to use checksums |
1692c3804a1e55d4261194ae5691334ce8a61d12aaa6cece38efff3745fdaf92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp36-cp36m-manylinux2010_i686.whl
| Download URL | PyKrige-1.6.0-cp36-cp36m-manylinux2010_i686.whl |
|---|---|
| Size | 921.7 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
185dfafdbd9a2f7d35b228c9fb7fb73e8d2aae064c30b366112c0350c0f8e4f7
|
|
BLAKE2b-256 checksum How to use checksums |
105676da357ed63ce1da30901207b29efcee82c3db710eb9c5c6656ac640554c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp36-cp36m-manylinux1_x86_64.whl
| Download URL | PyKrige-1.6.0-cp36-cp36m-manylinux1_x86_64.whl |
|---|---|
| Size | 957.1 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
27d4e8c2197f9dc87658ddf0580dc05047c1a38622d0e8bdcf1969e1f2732936
|
|
BLAKE2b-256 checksum How to use checksums |
2ec6fc778ba92845cdd93f9434468c03cd0f69144aa3f2d6604b4d631313e949
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp36-cp36m-manylinux1_i686.whl
| Download URL | PyKrige-1.6.0-cp36-cp36m-manylinux1_i686.whl |
|---|---|
| Size | 921.7 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
c2bfcf9f76d6ee7b0f80def9c529ca5cd6543521571b3a39c7882466a52dd917
|
|
BLAKE2b-256 checksum How to use checksums |
4dab523a7a12f0f0dda1cc51e590aa8cb52e16d242ccf91a7f06b0ff344c8408
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / PyKrige-1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
| Download URL | PyKrige-1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl |
|---|---|
| Size | 432.5 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
e50ec876ee17045f74b0c8d11e3af43a611f09f111964ffef96250dbb0564890
|
|
BLAKE2b-256 checksum How to use checksums |
1eba40978c341f50edcfa0d1d491e7ee1942076b950da7285513521ef6a2134f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|