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.0.tar.gz (937.8 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

PyKrige-1.6.0-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.0-cp37-cp37m-win_amd64.whl (426.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

PyKrige-1.6.0-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.0-cp36-cp36m-win_amd64.whl (426.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyKrige-1.6.0.tar.gz
  • Upload date:
  • Size: 937.8 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.0.tar.gz
Algorithm Hash digest
SHA256 f25a5ec6478c95cd995ae26e8ba5f18c969044caf50580f74303e71a6ce3dca6
MD5 b2d52ae74ebab86da7c3ec7c66e573ee
BLAKE2b-256 63492b3ed78bd8876a4645d80d6f1f8f57774ec7367980c4e2b86529caa9961a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 429.0 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 64c8a6b5ec0574041a5985104863fb232eef808935598ecbe069dbc8e4b715e5
MD5 5265ee13023a7d2003909a5db470c4f3
BLAKE2b-256 1038978729dfd5876c4925de4733cc953ee1874decfc6d9e24b4532650f31bd1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fa8cd28bf84f7cf7527b40bfd7a34c96a4a7530f2442b67fc13bb4ea2bbc58fb
MD5 ccec095d27fef7fcff1bf2decfc8699b
BLAKE2b-256 1b097f8b4d6ecb9d5253217e35659b02246e7d2d0640c699ff84286ba6d84b06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8dfcd22105d8dfe4e3c52d76886b41fba4fad29f1a3ba17282d10d0f4867f5df
MD5 a4f2dec932fd836f7292b6a4910887b0
BLAKE2b-256 9fdb3812b864851c86b3b00c779786731768dcab555e45697295b35beb3b6959

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7c5861d84aa0f6348a36ec6b7c54016c7a6cb3f47df13a990e37f8f5620910ba
MD5 5d25c3cd908dd278208acdc8365d8b18
BLAKE2b-256 6bafb188c156e444eb9c4cd33f04f7556dacddbca3e1335ca32d18e9a1758c80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0ab83232ec7ce9d9c35779db8132dc09e0954f79c50987d65236936a24cdca65
MD5 00e252ec8b8a0d0b41077abc24938cb6
BLAKE2b-256 d36d7ba8ba80ce3ebc7b18170814ef828f6555d4a221b34061f23638db6144cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e6e662f001c141d151dbb12aba77a174310daa1b00bf0d9965cfe45fabcc745d
MD5 52e6a6333a67f649f758ffccfc99091c
BLAKE2b-256 180b68b31b60e45f64993bd4772b373e85b74ee3e63470f8bcef578df5740b45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 437.0 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.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9204c46db2c596e92ee482672365c289019dbc8f143ca7ef33c6f97be1a73969
MD5 1c4ad08e533db038f7b892d9d115cf55
BLAKE2b-256 46746206ce8bbc65e3e960c19bc80015f4f9ad45dff422ba4a060b358ab7d5b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cae0ca7acc171f589acefc32faa4644732f92fe46a8fb96e77d6b2f5acf70048
MD5 1da5eae9a792851a1d37fab6c74e5d51
BLAKE2b-256 843feb7f1822b859f97a87242f244b6ca78635acaca52970a1980438b6e9e6d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4d069a057c7e5908c5460a00fb469737fe9e1022884428b52d26c4b043145d17
MD5 7653b89c8b9d51314c102e115e64b5d5
BLAKE2b-256 e1bbefe3e190eab876ade8bb56c9f9ace456202f435ee5b4a1d3f7449bb04b7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ec0b291e4d4d7f546c1df19f08cc4bc7f65cfef094bdbdaeed311be7d946b7c5
MD5 b967c565016bd296f4585b26b6602460
BLAKE2b-256 dc2b4ea9121a0c6687000070c3cc5325d10f864a456699fe8bccfaed3593c0a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ed8b6003d6ba42c665dbe926e0a8c31ed6a296b49135aa783c4cd54d84899068
MD5 fea3942965ac56aebcae764e24b28484
BLAKE2b-256 bc8c1d15632738e6d4f60d9ebd04c4022c3f06a9960699e20468b985fb1785a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cc31ac3c81c7fb761aaae73967401c8b960ed11c450a8ca3884538644ce73cdf
MD5 3a9231dd5b27bba66415719abd4271e1
BLAKE2b-256 418232babf6652cc41ac290f7c394e34e4995da13615b0829001c8e4004bafb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ee10d81477c4451f4e675db65fe92c28735789a00f76211648f470dc88824f64
MD5 9747b89d1c03538529f36d5bdd7abd0c
BLAKE2b-256 4dd643ec239e9da9cb5c11eefe0c4613a1a666bef28d5c41b2661124e06d35fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1fb76264b13be201f5e681a4a5f82d78a1ffc6ccf6e37de33b784bf00c040e06
MD5 7e46dbe065e160db44491b15c1b5dc4c
BLAKE2b-256 968e1b3a7ba069b561e4048a57a032bce1125443a48bfb083db8740bb72d27f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 426.3 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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 57aa9b5c6348650ac8fe28f97547edc9c985f37254dff33b9d776cd1e59bbcdd
MD5 ed6814555eb2c4c7962adf8073bf192d
BLAKE2b-256 1723aa8d4535f1c7ef42467dab29210ca9c03bdbd3645b17d19235c1b434ab36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c7b8bab6a8f4e11f2ec03857b35a2b436ac3179c6e8fcef367bd852b58716128
MD5 7cbfe073bf3d48d797586b2ed04fd44f
BLAKE2b-256 de1a21c3467cbd71a401794e4a53cb68f8a0c860fdf6f572d561a2076a0df405

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 957.1 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.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ee17c9ee7656996e8f5122b3391868683ec582db391f9211a9ed9ea3c786a3fe
MD5 1ee6875d2c5660747b8a4b904e2f0649
BLAKE2b-256 b5bcf4123cd138a515f325fe1c02f4ccd508503aea1d06f10cec379a0c27e725

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3ada26329c759a049a135a6d89a30939ab4dd4cbb746acf0f96c465c835b73a1
MD5 cfa9f565d13dbd1fcd835cdde2bdce05
BLAKE2b-256 eacf87551098de1931490577424d6ec29079a7e0f20f8f985ef101d4b569ad3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 957.1 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.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1a66e026dfab826c1bdc8542571318571a104be5202b1d7fcf90e4708feea5bc
MD5 d54eb2327e34c81ed35cf0bb782ec404
BLAKE2b-256 f55a142fb84dab565e15c19ae88c11f054c334e876729a165b0cef7407a09ed5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fe32bd76f3cc30d3e4ce003d7b1020550e9930e3d082b61d0d878b8dc9509269
MD5 2614da53fc6cca2ae1f7cce6a1f51fdf
BLAKE2b-256 7830e5251adc4c5e5fbd61aad47dacc4b853f65505eb6f592dc0bb056dfbfe45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2d986ed76539f17f0bf82babaacbb860f99dca48bfa0407b7400b99960e13028
MD5 a4bb87d5a6253e046cde7543e96185d7
BLAKE2b-256 041e802fac5df833a25a58f967b17250475433ae640011abf8179c294a576fc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 426.3 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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c275d9f264b37bb989be85a84304a038b1ba479b9c8f7c39eb3326791d3eac4e
MD5 732f7b5934e0a3dae8785c8e5e0a0dea
BLAKE2b-256 475ffe19fbdfda3b4441d1ade15fea02b97f984e814f0d095820e3abdc52c095

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 2f5f465a7882a188aa69bffda76e6c0bca0dcd1d2b0595bf5a23a28065524b88
MD5 e34fa4acea0de202e23d4cb0d714698d
BLAKE2b-256 225ad1c72dcfcd5351e4292f9969470fed1f1fa4d27a5b1168a087f6230dd14f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 957.1 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.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7bf0b3b86102289394010c4dcec186ba7e29b71f1096d6549daaf0e7a6f1a42c
MD5 83a2104294ebf14b99d0e79e08db0d03
BLAKE2b-256 1692c3804a1e55d4261194ae5691334ce8a61d12aaa6cece38efff3745fdaf92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 185dfafdbd9a2f7d35b228c9fb7fb73e8d2aae064c30b366112c0350c0f8e4f7
MD5 5c4aa42275b67fa8cf5d5d602553b8a1
BLAKE2b-256 105676da357ed63ce1da30901207b29efcee82c3db710eb9c5c6656ac640554c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 957.1 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.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 27d4e8c2197f9dc87658ddf0580dc05047c1a38622d0e8bdcf1969e1f2732936
MD5 7a4513b9592d310ee2005dbea67f8c8b
BLAKE2b-256 2ec6fc778ba92845cdd93f9434468c03cd0f69144aa3f2d6604b4d631313e949

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-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.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c2bfcf9f76d6ee7b0f80def9c529ca5cd6543521571b3a39c7882466a52dd917
MD5 de3cb7fb663a117d22c95a66f6a4a08f
BLAKE2b-256 4dab523a7a12f0f0dda1cc51e590aa8cb52e16d242ccf91a7f06b0ff344c8408

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 432.5 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.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e50ec876ee17045f74b0c8d11e3af43a611f09f111964ffef96250dbb0564890
MD5 0e6101f29c6935f8fb1c88071a59d5d8
BLAKE2b-256 1eba40978c341f50edcfa0d1d491e7ee1942076b950da7285513521ef6a2134f

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