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_tools.write_zmap_grid: Writes gridded data to zmap file (\*.zmap)
  • kriging_tools.read_zmap_grid: Reads zmap file (\*.zmap)

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 the OrdinaryKriging or the UniversalKriging class, and performs a correction step 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.ck.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 step 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.

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

Uploaded Source

Built Distributions

PyKrige-1.7.1-cp312-cp312-win_amd64.whl (183.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

PyKrige-1.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (869.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

PyKrige-1.7.1-cp312-cp312-macosx_11_0_arm64.whl (192.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

PyKrige-1.7.1-cp312-cp312-macosx_10_9_x86_64.whl (206.6 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

PyKrige-1.7.1-cp312-cp312-macosx_10_9_universal2.whl (334.8 kB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

PyKrige-1.7.1-cp311-cp311-win_amd64.whl (183.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

PyKrige-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (897.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

PyKrige-1.7.1-cp311-cp311-macosx_11_0_arm64.whl (192.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

PyKrige-1.7.1-cp311-cp311-macosx_10_9_x86_64.whl (209.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

PyKrige-1.7.1-cp311-cp311-macosx_10_9_universal2.whl (337.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

PyKrige-1.7.1-cp310-cp310-win_amd64.whl (185.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

PyKrige-1.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (854.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

PyKrige-1.7.1-cp310-cp310-macosx_11_0_arm64.whl (196.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

PyKrige-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl (212.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

PyKrige-1.7.1-cp310-cp310-macosx_10_9_universal2.whl (344.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

PyKrige-1.7.1-cp39-cp39-win_amd64.whl (186.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

PyKrige-1.7.1-cp39-cp39-win32.whl (169.1 kB view details)

Uploaded CPython 3.9 Windows x86

PyKrige-1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (864.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

PyKrige-1.7.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (834.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

PyKrige-1.7.1-cp39-cp39-macosx_11_0_arm64.whl (195.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

PyKrige-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl (211.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

PyKrige-1.7.1-cp39-cp39-macosx_10_9_universal2.whl (342.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

PyKrige-1.7.1-cp38-cp38-win_amd64.whl (187.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

PyKrige-1.7.1-cp38-cp38-win32.whl (169.4 kB view details)

Uploaded CPython 3.8 Windows x86

PyKrige-1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (871.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

PyKrige-1.7.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (840.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

PyKrige-1.7.1-cp38-cp38-macosx_11_0_arm64.whl (192.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

PyKrige-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl (207.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyKrige-1.7.1-cp38-cp38-macosx_10_9_universal2.whl (335.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

File details

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

File metadata

  • Download URL: PyKrige-1.7.1.tar.gz
  • Upload date:
  • Size: 618.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for PyKrige-1.7.1.tar.gz
Algorithm Hash digest
SHA256 caaa95fec9d65dba7a4fa2ab170c9e002409db8128c4ac64c2479b295112b353
MD5 c390ff4a740d3f6f78f7796dd70d0638
BLAKE2b-256 87d3c322a8cb9b1de9fd6bb4e0114bc395d7d34df7c923d68f7961156384dbb0

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: PyKrige-1.7.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 183.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for PyKrige-1.7.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4d46458c1856697dacc0dd9f8948a46372dbeb0287c3f2117f1795164cea1809
MD5 4473d2f0e33d4852e70555c5ed5df8a4
BLAKE2b-256 b5786e2eb18a47cb8594691e3214aa48eac904cf7fc8e2b20f7b73d50a6016b3

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1e651daada96d47a85548b333135a4b8bd6584cba0a3fcf7cc26d228c50e4a7
MD5 fc3413ade9c18ba52715555fe675fa5a
BLAKE2b-256 2a7aa700741b04aba57c8bec430149e2e9f56a00abeb15d3c163f2ebb4ee6aca

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04df1d7c327f2b39f4bb16e2240daecda597785c0c397b1d0993cdff87156116
MD5 df322d4952226ba9641f605d1adf048c
BLAKE2b-256 201466b86dd6f6820cc1706c4e25b3031ceacdcac89acc9699a1a0470fc62a04

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e962a2e5f019722da31c392c3fe3625c9917955b886698e38a069689d099c99b
MD5 80fe35e190771cdd14fb642ae3e39141
BLAKE2b-256 4a86f7405b19f208f60f6d05553087e9207414ea3c6e77dd8d3312b1496d64aa

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 86fbf39f8689b22a921a45bb0a4ad5e3578384adae9a08cacc53b9dba3ae09e9
MD5 fe4bbd79a9883439260d0cd76eb8310f
BLAKE2b-256 6c97b1f586a836d53f980b053c7a0fe68f31039a53f9c0f92723da15b008a572

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: PyKrige-1.7.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 183.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for PyKrige-1.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 56e515c949215e7dd35ae673a2e97b2ece8663cc9730be3405b4554aab81ddac
MD5 e44b82ccda0f75c54c3853a5e65fafcd
BLAKE2b-256 e9d0ead683af8971300a26b3c8632c325579765735fdd36dc88a301ad7fe14b4

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d77313ef50d7cfd20885d59d68561f03eb311199011f80ae3235467110540363
MD5 ad76a234ddbcf10f4aeeafe01fb0c3ef
BLAKE2b-256 5eebe6a027ac0d217871c8c9e5341e2a0ed4499dd966eb66c81487281f1b1541

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f27fe5ad811defd75182f9729b38f30d5adf6a2bd076ae4ecb53f7d5aba4f6b0
MD5 a292f82582504e289d16ac9222f6b61f
BLAKE2b-256 e862042d112ddbd584d737ab3f4ff4aa4705b6d5b9688e1e10f7f5cb8dbe9534

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c9b5c5b31c280e8ec5cfdf105d27c18799d964b3ebc3392dc9287ecbfe4e280
MD5 b3a9abb69190cfc98fb9a4728d52d702
BLAKE2b-256 9db5925b31f326c7c83e11f35e8d68e2a14a9186b268262aa9e53d5613208e83

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2abc454920bd4d9bbf07bdbc6c59fd96b1fac1409129416b52f80d0bb2e42cd2
MD5 9759395cc358056cde2059ebf1a1bec1
BLAKE2b-256 213e4706139cbaeb845a65800f38cec3d5be5fad20b51789e30ac26f00b3d503

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: PyKrige-1.7.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 185.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for PyKrige-1.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b5cada8428edcaf6c4cea1d2f485df1b8af1382856ae40f241b9ac55d172ee6a
MD5 f893b97d380f5e6cca4b70fddc4409af
BLAKE2b-256 002b3841e41a80cd52f52cabe11efdff0611ca114db4ed55d588093bf3c93906

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5898dde86672bbe4464b5e2056ea036a846d1dc4e55dc6cbfb3f61a1e768fdd0
MD5 6a8248af414e072535f8bd1e25fa1f7e
BLAKE2b-256 c57921d00e639159c6d9a41fe8172c9496dd9be912dafb46f32832171ab69e69

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df988c4244bf3a98930b8fe413ee47cadc1099338177ce62bf0d68c665aabd66
MD5 97b6597cb61983ebd018654592c4c882
BLAKE2b-256 34bb071563ac312d928d48a6a685b06601d7475aebb83d61cec9a5e77037f06a

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 300302067808a9fed5be9a34aac5e2ed6ec4a0e1de72d5ccf8fe991c71ba29ac
MD5 5d4f20fde005fa204bfc7882b3fecfae
BLAKE2b-256 5c362508eec1816d924c10cecb9aa7f06630de2f114ecde3331f06d2481de472

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 61cf7dcc9bbbbb63c8d00c52d8dede545ea7403f179efe945cdfaca621f8a37b
MD5 58846fb08dd60b0129b257815e685d58
BLAKE2b-256 5025d3a76375c7769d0095cef9b5f128ca8fd264af59f1315aa6081e80e2d249

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 186.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for PyKrige-1.7.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ab33806ab9a526aea30af5fa5b8afe965bf6093b40fa0a00a8037b6896a4fd7f
MD5 b67995814614b5b275b6014f74d70ae8
BLAKE2b-256 78bba35e16ba8142ff882f2b0b303186714b0370da4c20a7f6733fff44e4ebca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 169.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for PyKrige-1.7.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 656607f9a954714cccf9b5190df461cb0bddd9b0c65392db74c2f7c0ded222b0
MD5 75152431f492cf32e27c030dab62b67f
BLAKE2b-256 6b975dbc187d33235f0c08bb197f88afe0e27d6f0605deab40ed8c0aa955349b

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2a5ad8d3e90feec4d0fb3f25d2a5334e4a6ca2aa06e51805ceaff33ff446b29
MD5 6120d9935a723bba0f56d5e654723414
BLAKE2b-256 fa5a3bcb3ba5025e1047cb10867edb9659fcbbb2705fb57af2899a03a0f4195c

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 291ea0f68cb8413217cb918ac5a662ed909ba12984c04ddfe286dc7060ca008e
MD5 95d266915c5baee6523bd3e4ce3cc77f
BLAKE2b-256 8e7698fde9475919d54855e4919860f25f43589592194d4abf903f0e3097c374

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45dffc9e064385c04471382d5ab3ebc4ebdebac693cb0dc955806813ca333d80
MD5 e9f3b04ded80d79b8d8c80ad7f77565c
BLAKE2b-256 afeb8fb8793b0e69c39835f8c171637a6d4d7c603ce6bd18a95faee6214b0a72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ae668c0bac228a123ad6518c72bc2c6cca573547c962cb2ca68cd6c6b30b6f1
MD5 65b64e9b41a5ab4319d9dd7f17fcd54b
BLAKE2b-256 0443619aefb850dd14175efff0dc53e577531eb0f4c4005037c5529c6e26caa9

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8700b6b33a4843264d3b94f583fccd9f6a2ca68743a31b1fa8d3a497ad77d824
MD5 cb8a2d5bab76c0e7385b21569b3120a1
BLAKE2b-256 d56051f3ab77bf4de46b4a6fb0d343a5ae542acdf391caba6fb34decbab34da2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 187.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for PyKrige-1.7.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6687c182ea74078f7fb71c2a2457e88d97afc8a757f236d5f04dd3f11dc85810
MD5 91cbe562e9b31deb79e2a74840f65680
BLAKE2b-256 cbec5b32c34d8536931a67b953deefeadd1ae3a20492f66967b8c5a13121277b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 169.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for PyKrige-1.7.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 63836b8babb7c65bf85a8c181d4506d3a0a2701bc8cf7bfbbd202981c764fcf4
MD5 1cd7be6f9a227713c3268fc200c2921f
BLAKE2b-256 aef3fda2fc7be4bae31b1aa1b29da7ece4f932c707e2be79e4c6a4ce4871bd4f

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d51aa04846840149b99e8f920e8ba84b650c88a68405eb2c7f8560fbafb8e7a4
MD5 d855768ae61a7566296e1647e4080e94
BLAKE2b-256 438691129cd11de6f7dc5b82395553796b57ec71db46e9137b6aa81486d6b7e2

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5ffc9a83f104813abaf29927dfa69390205389d6c62a616d7f0eba040b8d9b5a
MD5 613c70f3ee4f09128a72b642f0ee1a48
BLAKE2b-256 aca17973b10a55ce78efbe0132f4a6ea0fe59f327e3502f97847b0da787b71b7

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 022309a64ab1ca0f0d6340e129024cbf6a6baa3dd2db35f7e1e361f757c2e6f5
MD5 6d3b3e6e62617739e4f9605dd231689a
BLAKE2b-256 f5f93fecf8c3c2082ce35a0f29c989283c78349634bdba1bf7fd8e40cfca7398

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 69b46833820b1cabcbb3f113c57578942fa18cdedb3cd383c66a66d3a25fd6c7
MD5 0257e4c072489e962dfe3ffba5c3b444
BLAKE2b-256 d9c17166ecbc4cd5907b4094c75027c6a9cc7ea04de2315481d3ed499567265b

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7e6b86fd0f1819e27b7d2cb3ab81841259c7a98c1389db3cd423247acb1290aa
MD5 c1cc5fa2fe5a42a8e23a624464a95b48
BLAKE2b-256 230939a21a2ca2cad089c03ac255ebaa677acea2ecdd01b8dff8772bc418bb0f

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