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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

PyKrige-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (852.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

PyKrige-1.7.0-cp310-cp310-macosx_11_0_arm64.whl (195.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

PyKrige-1.7.0-cp310-cp310-macosx_10_9_x86_64.whl (212.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

PyKrige-1.7.0-cp310-cp310-macosx_10_9_universal2.whl (343.7 kB view details)

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

PyKrige-1.7.0-cp39-cp39-win_amd64.whl (186.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

PyKrige-1.7.0-cp39-cp39-win32.whl (168.6 kB view details)

Uploaded CPython 3.9 Windows x86

PyKrige-1.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (860.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

PyKrige-1.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (830.4 kB view details)

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

PyKrige-1.7.0-cp39-cp39-macosx_11_0_arm64.whl (193.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

PyKrige-1.7.0-cp39-cp39-macosx_10_9_x86_64.whl (211.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

PyKrige-1.7.0-cp39-cp39-macosx_10_9_universal2.whl (340.1 kB view details)

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

PyKrige-1.7.0-cp38-cp38-win_amd64.whl (186.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

PyKrige-1.7.0-cp38-cp38-win32.whl (169.0 kB view details)

Uploaded CPython 3.8 Windows x86

PyKrige-1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (869.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

PyKrige-1.7.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (840.0 kB view details)

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

PyKrige-1.7.0-cp38-cp38-macosx_11_0_arm64.whl (191.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

PyKrige-1.7.0-cp38-cp38-macosx_10_9_x86_64.whl (207.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

PyKrige-1.7.0-cp38-cp38-macosx_10_9_universal2.whl (334.0 kB view details)

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

PyKrige-1.7.0-cp37-cp37m-win_amd64.whl (185.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

PyKrige-1.7.0-cp37-cp37m-win32.whl (166.5 kB view details)

Uploaded CPython 3.7m Windows x86

PyKrige-1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (805.5 kB view details)

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

PyKrige-1.7.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (777.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

PyKrige-1.7.0-cp37-cp37m-macosx_10_9_x86_64.whl (208.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: PyKrige-1.7.0.tar.gz
  • Upload date:
  • Size: 618.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for PyKrige-1.7.0.tar.gz
Algorithm Hash digest
SHA256 c814b65f00f55b2ede79b52132985a2a0015b8b397341938e27ed53a24bc63de
MD5 0bac9788900734a4fe3f54752f572e6e
BLAKE2b-256 2cd4712e81c60423a036442acd11f30590c101b579de5e3531633b93b84b0112

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.0-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.1 CPython/3.9.13

File hashes

Hashes for PyKrige-1.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1381384393f11bbc86bd04402b65194fc17ab9b89dd8934575af1cdbfb94bc16
MD5 a40188b3377637c21e2a3ec985e9574b
BLAKE2b-256 ec5d361b301fc222344f588ba64b02c6aa0972097823b188824596a273e55539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c39a665998b34c624a00df62439a997d769aa7faecd5cba10c0bb782a728546e
MD5 614a823706ba5ac44b36c148c7e3fa9e
BLAKE2b-256 e9450cef68fe277119e63b64d95b2906285a629683186363c8b37a37582f54e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06e38969a9b5684d0f5bbc2c6727d45c77ddad53d7d81af6866eb4cea0ecc9f2
MD5 e50a4fa80aafa6ba80e96e3bd83d3e68
BLAKE2b-256 c578434ccf9bec779708e7e2f3ff3df09c8d2367b28a1bd4f85d4dbee0beca95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b20e15aaab73a0d89b22844ed178fdac768f38be72cbcfccf2154e01c686796c
MD5 b9a6e3a6deea205afbb8ba4422622706
BLAKE2b-256 4cf8ce1c92d0e7796b498c171810caeb38f9dd5c828e9e5a824fbec4b89b79aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9fb7cc8b7eb7f194c46b3d6b25c41c2ccf33f76b0e03372b1765eeb3bd30172d
MD5 bb92dbc787d2202ad798e62fdf16d245
BLAKE2b-256 40c8c1e1c69000f09a4a5af2544f97ca13ec846bf909c0cf7bce77b1207b56f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 186.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for PyKrige-1.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7848166789fa326ba3cde09017e23e3aed72922d6ccb8b0db3bcc58eb8542a5b
MD5 dc5e7cba5fa7495f701fde2aa393ce80
BLAKE2b-256 be68218f55281d634046acecd2f8a7bb6d0bd2ea561ca5deb2ebbe1b32a0d831

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 168.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for PyKrige-1.7.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1f8e461cc396c8889708c6a57fb17713b7caa8bfb130391038ad5ef5ce64562f
MD5 795332c9f293ba87970b970183f52f27
BLAKE2b-256 ebe9b7a6bf1660fa8e72c948ddf26337f94650a9e45267aebba48198f6db3d19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d71eeeeee71b3e6477c96f9d1dbc41db07f8c68615e6c20ffec9088ed50a4a1
MD5 3caecf346007559076ac41251b97c154
BLAKE2b-256 bcfed290589cb29c9515f79280abf5a13de4d83837311f4288e7674e612d3051

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7198e64eb9aaf9de99980053022b80755b17d161c18ecee922fcd8669580aca8
MD5 9fa3cad42571ab782da4651159c1caba
BLAKE2b-256 e655365e86c6a0a1ac61c7dbea826b7186e1b6f55337426f423478695add99db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97fdd4bf7c86873b571bf56dab5066b811f34e26b954fc1fa3a13f0db0fac019
MD5 c0b69adc6041658349e0264e382a40ec
BLAKE2b-256 effc0585b80566e43883b84be838856a62273f3621dfd8ad87f1083b800f5f37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1894e58189f3ce1db5ee30b0f5001e02ff37abac817b9594c16c2b0eda931c6f
MD5 e1d5b6b47f3a9a76f6ae3ff119f7984f
BLAKE2b-256 4755994809a2c794130c0918c6ea61343cc4676f16b33859953c609b3ca8b222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 00f04302bf4bfc85c95b887ebb738ec31fb0ef557ba6ce8c34660f2b22dcb109
MD5 8dd1e0a62954b87e9e65a3cef010fc12
BLAKE2b-256 e9ce300866d82acff1532af5859baf968a30a500c48d1d35d27fc4468eee42fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 186.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for PyKrige-1.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6837507fdd86759eae4112cc6b6767fcd7d381f27ad56416376b030c95b9da60
MD5 61f0bb5c1479bfbee316be4512bc1c54
BLAKE2b-256 3bdacea627cbc3d52274ed205a83411ffee756f0a5249962e41d36c6f1404ea3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 169.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for PyKrige-1.7.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c4cf3d0bff38bf4716353e0e056ec8049240a230d801b0fff6d42dac2d62270b
MD5 1e47bd1a8504d1a2c26a521092a93665
BLAKE2b-256 ed60bbc147f6780cd44c64bec3c18032c874cf582c7c97d777a572aa5b8c29b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c4a5d469d6037330bce179a787633a663ec96ef6bf8d00ad9e61d3ced09ead9
MD5 3ccd88cb043a49677a73d26cbc796ecf
BLAKE2b-256 10850623551cb219ae916ac9509dc311f4d26ffe9a345d56ec6a475c288070ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4265b5ac6b127e628e3fe898d9c632103dda9f5c1b2db3f030786b7f8c4ad804
MD5 83c1b4cf214e5d85057d9bf610db8cbf
BLAKE2b-256 bcd3ffd48ca8e2a99dff793b4eca386cd532c425df08e2fbee51ccaf3eb272dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1b68efef19186e98e4335392cd166d4b84aaa9de9b6adc62d09e13873eaae83
MD5 4f5e9fcf1c8fcfc4c7cb132ffa2d4ce9
BLAKE2b-256 0f0e4c39eea7f667dad274b37433f83f144f97131e79ddf2ed0dce579e491f56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dcb264f2be769a97d8b25fadcf4c47309127751e76e0ee4fea44ac94236fa84e
MD5 cfed9ce7552c77a1787e229e50b79cef
BLAKE2b-256 97536ed8e753e3ad18ed4b812da641b32216075ac40f1006f9789bb6f7ad1635

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c43dd5e7e464c27b73420a32005f1e6b250f91d6c620ef9411258b65dfcb5346
MD5 ff572a6914c36a5a01eee3a0f75ff286
BLAKE2b-256 7dd4c94d61f6f5315ce49e16f534b971e9493690150d1bf3e9350bf721345778

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 185.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for PyKrige-1.7.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b6ee3914b2d04515b141161b29e395248c467f43c3424eaefa0e7c6628f7eede
MD5 6a12327a5d820ae8282904d9e7ac48c9
BLAKE2b-256 89554dbd1859d10a4551fa574b63902288a78ab2e0aa12e3be3670f8cdcf1b04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyKrige-1.7.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 166.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for PyKrige-1.7.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 043589603baff779116229903ceab8a846e4512c91dcabbd984a4efed3363daa
MD5 45e6bc3fa85858e8f1515a46c84ccb2d
BLAKE2b-256 9d2ca883b813447bcda0d3ed8951bfb5261e139227b6831e495c371cef06c88a

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f26e6f20c5f17f9be1f6123b583ed4b1fba53185089c7d8917372b3ce7ef759c
MD5 45e4abdc3c0aef4f47f1f8bc71900ef8
BLAKE2b-256 8dca532987a98e80a834af211370aa8ed632d40ad76376662be6246ab90f4e9d

See more details on using hashes here.

File details

Details for the file PyKrige-1.7.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d11fe31a3dd09067bb82d7d55d49cd2f1bd5b35d87a99c3766cd193ea23cbb3
MD5 1ead3f03045edb9c2d8db157f0c64a33
BLAKE2b-256 f81d60bd9038f0e68d1ec7dbb8be4152822bf4d04e02f1685f857a96b5eb1843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PyKrige-1.7.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 60810a87164a2f072a93ca56cc7ea043dae8958cf7f8381a002b86f725153291
MD5 aa62ff62b6b394280f1cc4767f247bf6
BLAKE2b-256 9bc83eb36f4a55a46afbdd8b7d7f5092054eb77571b7c8f41954baa7077aef21

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