Skip to main content

Kriging Toolkit for Python.

Project description

PyKrige

DOI PyPI version Conda Version Build Status Coverage Status Documentation Status Code style: black

PyKrige-LOGO

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 mean
  • UniversalKriging: 2D universal kriging providing drift terms
  • OrdinaryKriging3D: 3D ordinary kriging
  • UniversalKriging3D: 3D universal kriging
  • RegressionKriging: An implementation of Regression-Kriging
  • ClassificationKriging: 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyKrige-1.6.0rc1.tar.gz (938.0 kB view details)

Uploaded Source

Built Distributions

PyKrige-1.6.0rc1-cp39-cp39-win_amd64.whl (429.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

PyKrige-1.6.0rc1-cp39-cp39-win32.whl (403.2 kB view details)

Uploaded CPython 3.9 Windows x86

PyKrige-1.6.0rc1-cp39-cp39-manylinux2010_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

PyKrige-1.6.0rc1-cp39-cp39-manylinux2010_i686.whl (977.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

PyKrige-1.6.0rc1-cp39-cp39-manylinux1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9

PyKrige-1.6.0rc1-cp39-cp39-manylinux1_i686.whl (977.1 kB view details)

Uploaded CPython 3.9

PyKrige-1.6.0rc1-cp39-cp39-macosx_10_9_x86_64.whl (437.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

PyKrige-1.6.0rc1-cp38-cp38-win_amd64.whl (428.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

PyKrige-1.6.0rc1-cp38-cp38-win32.whl (403.0 kB view details)

Uploaded CPython 3.8 Windows x86

PyKrige-1.6.0rc1-cp38-cp38-manylinux2010_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

PyKrige-1.6.0rc1-cp38-cp38-manylinux2010_i686.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

PyKrige-1.6.0rc1-cp38-cp38-manylinux1_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8

PyKrige-1.6.0rc1-cp38-cp38-manylinux1_i686.whl (1.0 MB view details)

Uploaded CPython 3.8

PyKrige-1.6.0rc1-cp38-cp38-macosx_10_9_x86_64.whl (432.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyKrige-1.6.0rc1-cp37-cp37m-win_amd64.whl (426.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

PyKrige-1.6.0rc1-cp37-cp37m-win32.whl (400.4 kB view details)

Uploaded CPython 3.7m Windows x86

PyKrige-1.6.0rc1-cp37-cp37m-manylinux2010_x86_64.whl (957.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

PyKrige-1.6.0rc1-cp37-cp37m-manylinux2010_i686.whl (921.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

PyKrige-1.6.0rc1-cp37-cp37m-manylinux1_x86_64.whl (957.2 kB view details)

Uploaded CPython 3.7m

PyKrige-1.6.0rc1-cp37-cp37m-manylinux1_i686.whl (921.3 kB view details)

Uploaded CPython 3.7m

PyKrige-1.6.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl (432.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PyKrige-1.6.0rc1-cp36-cp36m-win_amd64.whl (426.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

PyKrige-1.6.0rc1-cp36-cp36m-win32.whl (400.3 kB view details)

Uploaded CPython 3.6m Windows x86

PyKrige-1.6.0rc1-cp36-cp36m-manylinux2010_x86_64.whl (957.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

PyKrige-1.6.0rc1-cp36-cp36m-manylinux2010_i686.whl (921.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

PyKrige-1.6.0rc1-cp36-cp36m-manylinux1_x86_64.whl (957.2 kB view details)

Uploaded CPython 3.6m

PyKrige-1.6.0rc1-cp36-cp36m-manylinux1_i686.whl (921.7 kB view details)

Uploaded CPython 3.6m

PyKrige-1.6.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl (432.6 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file PyKrige-1.6.0rc1.tar.gz.

File metadata

  • Download URL: PyKrige-1.6.0rc1.tar.gz
  • Upload date:
  • Size: 938.0 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1.tar.gz
Algorithm Hash digest
SHA256 0068a94e009099662e9a7ac6eb9daa76e10701b41c5222a671dbeb751013a476
MD5 dd644ccd7e435d7157657bb67f05942a
BLAKE2b-256 a2901d3365842410b10a17c5e9417abf4a9677b975823f3d1c7aa080f6958b66

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 429.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f768ac31e239c93ceb6f1ceab3d678e97278a04fdb9c2695032d39ed95540bcc
MD5 63d993dd73b359b5d58651a4667cc328
BLAKE2b-256 c3043ffd99835f078662653cecebc09da1c86c2cde4209c8568fe1b00ff70c22

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp39-cp39-win32.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 403.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4c8a3782131fd7e4887ba586e1eb7af957c96b2b7ea9e6e3b430572eecb0c7bb
MD5 861ac153c0c6e0d0cbb7162436888158
BLAKE2b-256 a846093cc9e14be8fcc06f407cf9b3c92db7777591c463135307ea41fb43a7ad

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1da3a31604389378806ca6149f4827f2af3d0b637f46a49ad5780a949e614910
MD5 d64690df40facc4b69a69104e8c4d692
BLAKE2b-256 a15a41ccb407b4095ce56937e8bfd226c66c9bbeee088ae2fcc8e5d3e5651723

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 977.1 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fca01f9455e72c0e25f8ea14919b0524552e1b3417f5b96df98cf7af07a26351
MD5 b76c7761b41df15b02699b2266c8ced3
BLAKE2b-256 38af003c12dba57fc0fbb888cbf7d185c4da55fe6a52f861d5ae0f954fc86c44

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d72d1398aabe78fd877710820f2bc0a4106d4e638276a177112bcf309a49fe4f
MD5 7e0c4777af91274fe685e8dc8c2458e2
BLAKE2b-256 7b40caafe77d85635b87bf81103da9ff0a4946e3a66abf2db45ca05099516fe8

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 977.1 kB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e50beb521aa78209730ca2cc61e1c374c8c7429fab010025080d13a716890ccc
MD5 2c81a0bea2986979faebcb2065b95864
BLAKE2b-256 143d1b0b13db5fec26e7aaafc0dd98cb9fa4444db7279a4518d52090121aa49c

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 437.1 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ef9517965cadbfa5264a6ddcf25dae4fbad9a16b03ba10b2b713de66ee5de6cd
MD5 9bf08b390e70fafc3b2abf7c5741b7d9
BLAKE2b-256 1b3403dee8cb83ef238bd31cde4ecd8606408874bcd0b8db49462ce7dddab530

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 428.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5a6f1a8838eca832bdd45c517371d4638d221fe8e0bd9e7eb51e55bc15ba702e
MD5 b1c93a0eea664949190c938c42e2973b
BLAKE2b-256 3665552bd85aab7b83d62754d69f4246e6516e805335ecc5a437aeaf46a39365

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp38-cp38-win32.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 403.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 eb08dade1bb39b96aedb05c6cc8c4152c3c335cd312136f1cf16d54136f1de1c
MD5 9880b35f50dbb5cfebb1a71f69688c0f
BLAKE2b-256 56363b018ed9121552752a40441b6a208d98feed4f13392b60bcadb0788bf5ed

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 50d8d9c85414fb302361f14659b5322928c334fabfd01e4192785d71c97f9cd8
MD5 64cf6b6a3da6f07a4445644687797596
BLAKE2b-256 fad3e257a72d7856be5733508726d7b83d8ee200ac9742626fc7f0f83897afc9

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 82cf8f42d5bd548d0a833bfc0a796c6e8899d724cb4a971877abecaedfefbae8
MD5 08a58790127cb228120f02e5f1f0d1eb
BLAKE2b-256 a654ca600f3945164751ae3f8885c193c9a2f62d56b1619246de055656920c1e

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 91a3393a9ac77272544c48be28ee234b365490120b1248481735733b5fde0338
MD5 a8d27f9526b9b27b9b1cbcb1d9ec8fa9
BLAKE2b-256 aeed300d0d23509cba8a3315d22dcd781bfaf619045fcd137284bdb24d420e21

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a69917f1f0f4f3285aac4ac65782ee32635bced0716e7e50f13dc30e8a7d3d74
MD5 a4c3840d0316c231344c384d6e77fc2f
BLAKE2b-256 7f4b288b9511631dd3a0d545b67be912535ad4fb309f98e8ac7c4b0dd23b11fe

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 432.0 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b6adc4203e2df5ddbd4a6eb57bbbee55753434d6b961da5c24c94341f491226c
MD5 aefdbf1c52fec12f38b451899b9395e2
BLAKE2b-256 6335f4fe9397103cc1e0667189b2c9a4a5f961c86898980905e7c52a791a8e8c

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 426.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 550e8dd69c3b68db4b848302f3403637091084409f580474c31e7a85b544bce7
MD5 b32651288188a4143efa9429d080c535
BLAKE2b-256 769d39de2301d69c60134c10b67341a46b8d53d6148f5bb50a6dfd9945a7cd66

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 400.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 bb67309db569f9a357e469efd2224f4ebf761accc6d02709abcee1bfa98ea4c1
MD5 2eb1c7c0422027c8e216c10c5118661f
BLAKE2b-256 6f9e6f315e35b51f2c674c1af2a155c75e2e7fa98130745937b3f2129536e4c2

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 957.2 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f701609823147b9004defec294d12d7750b5885b5298f00ff470ba97e95818a3
MD5 965397f6fa2b83e50dba8dfdd12b2bb1
BLAKE2b-256 3a42946bd4839459dbac7bf21ba42dff0c57bdd0cb2c6e55655cf65f138d6b29

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 921.3 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 44292b64e9ba291583e3e935e1259b05e078e9c94c6e8bfa925e0eef2da86261
MD5 400a4ff338c52ccd0f652af88b3ee270
BLAKE2b-256 019ad0514ac1fe5be3198652062df22417e92606479dc3aa85ee98e6052416d4

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 957.2 kB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6152d23e13087065bb25b46090bc2eab26d1ee1b910aeb7ae297d65825a35947
MD5 c5a9134808912d4ced7d4c54e762a293
BLAKE2b-256 033aceaa156c49e76573d350d6843294c3c772eb7ca0e3d1fa4e89861ddce24d

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 921.3 kB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 19f6e17c6e56a1f7261e12940f9f411c08e63089c48f249ae13a10434e7315c0
MD5 765982693ed9c9acaeb4eba1d39fa4e2
BLAKE2b-256 5711b87f56b58c88f17863a89f4538956852cd9eabab215f84b7362664019e05

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 432.6 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8307a7c43dd107619be70e6dd9c55cac2e979ec6c0fdd719b388f92dea20ddc4
MD5 e6db4e22156883e620c8d31b6c74dc84
BLAKE2b-256 5bfa55e769b1517942a96ea5379dd186e34d04eb8a0ab215188ed3c74b7773fe

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 426.4 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1b5b149fc7261a6deb858b5b468c4a3c7245047b06e894265b6657e159b3d071
MD5 5a08f22bca638f18a8045314385cf1ff
BLAKE2b-256 fa4414c61b0c60e5fa4ac418f190d38c799b422815a3eb2b24e936c8ac7b000a

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 400.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 010c6c460e27481d27e50d4cce58047fcc8c530a2aa19fbd0b6cb55c6dbadc32
MD5 181c36ae9a3e4849d5b1ab925854df96
BLAKE2b-256 214a4f6675851eb98eb79a80e3d210c746b4f88f128732fdf0303445b2a81036

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 957.2 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c5e618f84b2640dbca2b6b4f71b7748f07d74ce2c649a99fc1e9bba49cd36888
MD5 4b9e8a1a82882d1cd51d8a9878386408
BLAKE2b-256 ef8cd8499bd03a32f6c7ef02f8c1252e170d66190deac1e65c82b89918eb0386

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 921.7 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 04230804cf68f5ad312e12763783e282d721a6078939695cd5fe0ab12aeda763
MD5 03af5f7be4644d560407e5f249d124e0
BLAKE2b-256 16f32e0f6c12c7be78d3b90a5ffd74d82ee6d3e9579834bf3da7caf699e85f35

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 957.2 kB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 406e22d74ffe8b7549b31a91d79934d6cecc0376aed0985258dcb040251f4e90
MD5 a5cebae5546175bbed20adeb7ccf8d12
BLAKE2b-256 cd798c7c5e96e1b0edeab5efa6dd4dd2a014bf925ae658d32ae87b8f900bbfa0

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 921.7 kB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 cce83e09234d6c91aa4c0ee115efb8f699462402ba24d068b9556640e9a921d6
MD5 004e4bdaeb3baf8a082bf14a6563467f
BLAKE2b-256 49267873cfbae6989e5374a9e4df2d23c2758c3c55edefb1b641d9eb7371aca7

See more details on using hashes here.

File details

Details for the file PyKrige-1.6.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.6.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 432.6 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for PyKrige-1.6.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ce9fdd4d2fa7ff769e6972ca0ba0354d8e361db36909eb08b2f45ec271e456b5
MD5 ebecc7636bf459672f7d987950529c7d
BLAKE2b-256 df7a881ad17dfe1e0de7504daa3774f8a6be609446a57d77a2b6cc2c7a96939b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page