Skip to main content

Kriging Toolkit for Python.

Project description

https://zenodo.org/badge/DOI/10.5281/zenodo.3738604.svg https://badge.fury.io/py/PyKrige.svg https://img.shields.io/conda/vn/conda-forge/pykrige.svg https://travis-ci.com/GeoStat-Framework/PyKrige.svg?branch=master https://coveralls.io/repos/github/GeoStat-Framework/PyKrige/badge.svg?branch=master Documentation Status https://img.shields.io/badge/code%20style-black-000000.svg
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 mean

  • UniversalKriging: 2D universal kriging providing drift terms

  • OrdinaryKriging3D: 3D ordinary kriging

  • UniversalKriging3D: 3D universal kriging

  • RegressionKriging: An implementation of Regression-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.

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.5.1rc1.tar.gz (949.7 kB view details)

Uploaded Source

Built Distributions

PyKrige-1.5.1rc1-cp38-cp38-win_amd64.whl (450.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

PyKrige-1.5.1rc1-cp38-cp38-win32.whl (420.4 kB view details)

Uploaded CPython 3.8 Windows x86

PyKrige-1.5.1rc1-cp38-cp38-manylinux2010_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

PyKrige-1.5.1rc1-cp38-cp38-manylinux1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.8

PyKrige-1.5.1rc1-cp38-cp38-macosx_10_9_x86_64.whl (457.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyKrige-1.5.1rc1-cp37-cp37m-win_amd64.whl (448.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

PyKrige-1.5.1rc1-cp37-cp37m-win32.whl (417.3 kB view details)

Uploaded CPython 3.7m Windows x86

PyKrige-1.5.1rc1-cp37-cp37m-manylinux2010_x86_64.whl (986.8 kB view details)

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

PyKrige-1.5.1rc1-cp37-cp37m-manylinux2010_i686.whl (940.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

PyKrige-1.5.1rc1-cp37-cp37m-manylinux1_x86_64.whl (986.8 kB view details)

Uploaded CPython 3.7m

PyKrige-1.5.1rc1-cp37-cp37m-manylinux1_i686.whl (940.5 kB view details)

Uploaded CPython 3.7m

PyKrige-1.5.1rc1-cp37-cp37m-macosx_10_9_x86_64.whl (455.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

PyKrige-1.5.1rc1-cp36-cp36m-win_amd64.whl (448.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

PyKrige-1.5.1rc1-cp36-cp36m-win32.whl (417.4 kB view details)

Uploaded CPython 3.6m Windows x86

PyKrige-1.5.1rc1-cp36-cp36m-manylinux2010_x86_64.whl (986.7 kB view details)

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

PyKrige-1.5.1rc1-cp36-cp36m-manylinux2010_i686.whl (939.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

PyKrige-1.5.1rc1-cp36-cp36m-manylinux1_x86_64.whl (986.7 kB view details)

Uploaded CPython 3.6m

PyKrige-1.5.1rc1-cp36-cp36m-manylinux1_i686.whl (939.5 kB view details)

Uploaded CPython 3.6m

PyKrige-1.5.1rc1-cp36-cp36m-macosx_10_9_x86_64.whl (454.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

PyKrige-1.5.1rc1-cp35-cp35m-win_amd64.whl (446.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

PyKrige-1.5.1rc1-cp35-cp35m-win32.whl (415.8 kB view details)

Uploaded CPython 3.5m Windows x86

PyKrige-1.5.1rc1-cp35-cp35m-manylinux2010_x86_64.whl (976.4 kB view details)

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

PyKrige-1.5.1rc1-cp35-cp35m-manylinux2010_i686.whl (927.2 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

PyKrige-1.5.1rc1-cp35-cp35m-manylinux1_x86_64.whl (976.4 kB view details)

Uploaded CPython 3.5m

PyKrige-1.5.1rc1-cp35-cp35m-manylinux1_i686.whl (927.2 kB view details)

Uploaded CPython 3.5m

PyKrige-1.5.1rc1-cp35-cp35m-macosx_10_9_x86_64.whl (449.9 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1.tar.gz
  • Upload date:
  • Size: 949.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1.tar.gz
Algorithm Hash digest
SHA256 bec39517d49ecf8762ffbbc171405560c96e33aaa346bee910cb57e869debf6d
MD5 58eb0f741a87d1a435a6031a7a809daf
BLAKE2b-256 e7a96b8d4cb55a3b686cb54f3c40617e2a587d31d8134449b1be671875fbdbae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 450.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e25227a4c98a9cb4123620cc52ff4bf72f809caba435e9bb048cf75fdb9ea50d
MD5 a7702fa58855cc569bc35dcb0609b996
BLAKE2b-256 ef8719d75a35f107722fc8b0badb977940de05df0e5187426ccdc579a82a1e2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 420.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9d6ea9e937a209328618eda06d96e6f4779230da10e55efce54e516c1ca4b4f5
MD5 117d7476f41f1c6c5687afce7bffd57d
BLAKE2b-256 0f5dc580cd10e667f8c615db052e375001182bbb7a05ac94a7d0b30cc27f0de9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c9925d94aa439cfed2a46bc1a56220e5868e448d8944ba34887bc8369d2b20cd
MD5 bbc280e5813057913b3d8670b5b8fd2f
BLAKE2b-256 2ffa7574de3d3d4a46f5a7a230a1b9b33dea4b6d6e874fb694e81ad5c667eb86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-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.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 815259ff97b6a033c18ff76ff2aae31d0a48922cc960354df399e46ecef6834c
MD5 ab079f17bdb77244a8cf18d80012ee38
BLAKE2b-256 250e15ac055476b27304d60983710ba0eb3173112038e4d8f825de6de48e2431

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 756e4ebea49fe93fcf498d9f25e42f482206ea9dbdfb11e3befe0c986fc24cb4
MD5 b3be08777d39086f5d7ffb7ad9c84bf8
BLAKE2b-256 7517361d27876739a486189fb700f3268dc8e79368598c23608e41b23a2dc5c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fecd651afcbee962cc7cef5b4a8622bd50b13238dd6cc2caae10ed408c66c277
MD5 9427ae70a51087fe5d65466862ec2d94
BLAKE2b-256 d9e3410732ea11dc0e6558b46b3241e89f4c64fe543ccf279ae96803767fdfb4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 457.4 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for PyKrige-1.5.1rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6fb728855ad0013208725c8e4dab0dfb7899eb01212f0b54becb93e7dc986b3b
MD5 7167b127d047b3bca8fa3f85830b7354
BLAKE2b-256 db89ffaaa2912ff84653e288682cc7a48e3b0b223d4978dfe5cc8bd41cc79df9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 448.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e0d18466c9ed68027aedbea69a3ca4aaf65d3bbec56cae84905242825f8a976d
MD5 545791f32f2407bf880d3b75da780b9a
BLAKE2b-256 58304d119e55ec3f78529430767a1cb8dd69c32349a0c3aabb3e7a9e4bd8b1b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 417.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1f8b1271e918d8c6c4e84a9daf59259337b165b3704f400595183105c7fbd697
MD5 94c16c9452fa28f5318d339f2cb68749
BLAKE2b-256 5a6b630a4a1a5a9244abe2e6d7969a359cbe5905a43b11b0021883e42ca13974

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 986.8 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 45c983a602b6bf33f02bb7685633573e6f6e8c54d172bad86072a7d75f422965
MD5 dcb1cf6be04ddde6eb9bddb1f408cbad
BLAKE2b-256 204d7ea192c80c64ac86abe1c2f751bcdf89a9ef247240b2f2f2f097c8ea70b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 940.5 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 059031fdbb501d18e78214513c702b2c5625c8d43d8862f196c709d54e2d8f05
MD5 08781e6855e1edda6b7ddba78eca158d
BLAKE2b-256 c81bc4983e55158d5d855d4df9d0cab40c7cb700390e8a919be0038723167474

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 986.8 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1ce93a0a61935d430f33433e640f3bcd142b4d2a472984585bc2cba6de40bf63
MD5 d4849106c0ad4b5636058554522f92ea
BLAKE2b-256 6cb1b287e38e6f8f14a4bbed7807adb54933d05389abae249bc46750a4c0b43b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 940.5 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2032bc760ff477a9dd779c898b571bd0944ce434fc82da636819df2e3a4cc1f6
MD5 45defd157afffcb296c18b5708d2920a
BLAKE2b-256 b9abb7c383a709aa64b22dd8e527ff53cdfb7abf1f95520313b47c23e5c4fe80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 455.0 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6

File hashes

Hashes for PyKrige-1.5.1rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 72412f88311faac755e17a9fe77583ba23c4f1cf6476d54e7386ac1f4554e77a
MD5 6b508b89d8795d49175043d5268cd926
BLAKE2b-256 16a34b886ea8eca465aa443372f88789feb8a5a18c1963976d9fb18596a38bd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 448.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 883eca56dc5e79d7d5b00efbdc74cbf94cae7ae8361d9077d0015320acf00c5e
MD5 bf5f6843e4ec6bfbad58d1e222d0c0f3
BLAKE2b-256 0706cf70393e674fc4ee0f4c9b2d7e0a5fe766aa922642cbd9f37e6ff2cd5d03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 417.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f5951001dcb8de8c2b5e04726375024f9357a16f95022a8c9c3bf80c214520d1
MD5 0e862861b5852e83b69b5d9fadd8b6dc
BLAKE2b-256 0c9e247468806644abbe5ce9950b3ad3adef279faad91520ca83df78652bbceb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 986.7 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0fe9209c44720a81f3f2f149979905bf1f33606856bb35e085a90bf43e810907
MD5 a271c476168f8279224d60e83be439b8
BLAKE2b-256 4b4559e7986039f5ee946301ec90d207f209c14ace30aa4d5bd71caf9f70951c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 939.5 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 79218b956a8e9d13350e6e9e70682b0674b2e893e2798c25c8d07afc4fb79277
MD5 13a18153cf7ed9dc00124d0ab9a6813e
BLAKE2b-256 34c58a63335289c030f324b1a507afcc031bd985d371ee577394d1c8fc712651

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 986.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 88f4de3870288e127dbb7f28c487a0aa86c02b419b6acbcb3da11b0b7516123b
MD5 6e5e82f90a3fb22356cb785f7b5b5da8
BLAKE2b-256 1d8688de80dde504e496b06fe5f2dd7312610f732128215a65ff2f6bf4fad353

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 939.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 90c5e53947c4feb415a2cacdf7f5b563174028efb802e6d449031232b70db79c
MD5 7e2bfae4e0a44455c12f0e724f3e62d2
BLAKE2b-256 55aa92901489ce212b9ccdb01d6155d63e36eff77c77a108f6401fb3afc8fa9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 454.8 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8

File hashes

Hashes for PyKrige-1.5.1rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2e40343cc76243430784b150185e430c60c1319430315dd9c7996042de1e312
MD5 39d0e7779cf593db0f05983f3651db89
BLAKE2b-256 f170dd43432c07d4a82a5204810490dff08a711ad9c304726d4bb9b5f11e3523

See more details on using hashes here.

File details

Details for the file PyKrige-1.5.1rc1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 446.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 0fdcfa7ffdd32b55083e42dbfd9099aa0636502ab66d0de7a25e3d22d3a6dd5e
MD5 0ddbc9db2fe520e677d29ec26fc2eb36
BLAKE2b-256 8d6aed5faa8f32ba460d7be35eaafd04c40acd9f64cff6549ebbb9fff02437f2

See more details on using hashes here.

File details

Details for the file PyKrige-1.5.1rc1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 415.8 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 8ba7e1ace982254f5519574b2bae43158a6b5b6fc19b833840794ed51b7f773f
MD5 aa804833b6e387afead6d4e37869bdf9
BLAKE2b-256 b66d4a30b0dc2c1e153d08aa6e8e4bf991b8da38a51ed752e68d3ec92452d173

See more details on using hashes here.

File details

Details for the file PyKrige-1.5.1rc1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 976.4 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5282a4c4ea9a07a485608dcb13e210cee3b89d4a71673c31067e461a1a13c1dc
MD5 532c52fc42649d46c29fa194d03c1dfd
BLAKE2b-256 a915e244c50c4955b8857144911fa66cfee694cb957da36efc1a0ba8f7504b80

See more details on using hashes here.

File details

Details for the file PyKrige-1.5.1rc1-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 927.2 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0307fe0e1655d916aafbd88d7e1e2e66a72f47bdbbca96243b47903b85e28388
MD5 01197ad870f22869525fb43660030ec7
BLAKE2b-256 54c06585498c80540e41678a5fc0f199b530c91ed0d96f691d821dfca3599c79

See more details on using hashes here.

File details

Details for the file PyKrige-1.5.1rc1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 976.4 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ee28fdd6055fd1a23df8a28e85a7cfc93893d8b683bd7a25302ca1b922b6696c
MD5 afe4de1f236b28ca7613df4367001584
BLAKE2b-256 ef2cd804b4f11ca3d51ccb025514d6f82f6378e1967202908564519e1378ca56

See more details on using hashes here.

File details

Details for the file PyKrige-1.5.1rc1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 927.2 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0

File hashes

Hashes for PyKrige-1.5.1rc1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 49b219ed87789e801a4aa0ac06d1dfc613ed98b70de918cb0c483a22890b88d0
MD5 41ed92ba0ede45135464dd39bd70bb1c
BLAKE2b-256 19d99856b46e546715405265f9012480eb89d8db19abe4797610048b4e68fcab

See more details on using hashes here.

File details

Details for the file PyKrige-1.5.1rc1-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: PyKrige-1.5.1rc1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 449.9 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.5.4

File hashes

Hashes for PyKrige-1.5.1rc1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36d5a9c5160a83b8e2fc06250f6e968cd18743fc4787d245ecb9ef547869beb4
MD5 7918f7fec9384201181cb604a45b784d
BLAKE2b-256 6c23fe87c18d5157197e7df3c79a1c967a4101f00efe2e9e0604826a4ab1ea83

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