Skip to main content

No project description provided

Project description

Documentation Status

This module provides spatial statistics for python, that runs without the installation of extensive GIS packages.

The package implements three different categories of spatial statistics:

  • focal statistics, which are calculated as a moving window over input rasters (2D)
  • grouped statistics, which calculates the statistics based on strata (xD)
  • strata statistics, which calculates the statistics for each stratum and reapplies it to the input raster (2D). This depends on the grouped statistics module.

Furthermore, this package provides functionality to implement your own focal statistics functions, based on the mechanisms of a rolling window (xD).

Installation

The package can be installed with conda:

conda install --channel conda-forge pyspatialstats

Usage example

Focal mean of a 100x100 random numpy array.

from pyspatialstats.focal_stats import focal_mean
import numpy as np

x = np.random.rand(100, 100)
fm = focal_mean(x, window=5)

Important links

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

pyspatialstats-0.0.3.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

pyspatialstats-0.0.3-cp313-cp313-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.13 Windows x86-64

pyspatialstats-0.0.3-cp313-cp313-win32.whl (2.3 MB view details)

Uploaded CPython 3.13 Windows x86

pyspatialstats-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pyspatialstats-0.0.3-cp313-cp313-musllinux_1_2_i686.whl (6.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyspatialstats-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyspatialstats-0.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

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

pyspatialstats-0.0.3-cp313-cp313-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyspatialstats-0.0.3-cp313-cp313-macosx_10_13_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyspatialstats-0.0.3-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

pyspatialstats-0.0.3-cp312-cp312-win32.whl (2.3 MB view details)

Uploaded CPython 3.12 Windows x86

pyspatialstats-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyspatialstats-0.0.3-cp312-cp312-musllinux_1_2_i686.whl (6.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyspatialstats-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyspatialstats-0.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.3 MB view details)

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

pyspatialstats-0.0.3-cp312-cp312-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyspatialstats-0.0.3-cp312-cp312-macosx_10_13_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

pyspatialstats-0.0.3-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

pyspatialstats-0.0.3-cp311-cp311-win32.whl (2.3 MB view details)

Uploaded CPython 3.11 Windows x86

pyspatialstats-0.0.3-cp311-cp311-musllinux_1_2_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyspatialstats-0.0.3-cp311-cp311-musllinux_1_2_i686.whl (6.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyspatialstats-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyspatialstats-0.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.5 MB view details)

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

pyspatialstats-0.0.3-cp311-cp311-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyspatialstats-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyspatialstats-0.0.3-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

pyspatialstats-0.0.3-cp310-cp310-win32.whl (2.3 MB view details)

Uploaded CPython 3.10 Windows x86

pyspatialstats-0.0.3-cp310-cp310-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyspatialstats-0.0.3-cp310-cp310-musllinux_1_2_i686.whl (6.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyspatialstats-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyspatialstats-0.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

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

pyspatialstats-0.0.3-cp310-cp310-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyspatialstats-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyspatialstats-0.0.3-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

pyspatialstats-0.0.3-cp39-cp39-win32.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86

pyspatialstats-0.0.3-cp39-cp39-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyspatialstats-0.0.3-cp39-cp39-musllinux_1_2_i686.whl (6.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyspatialstats-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyspatialstats-0.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

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

pyspatialstats-0.0.3-cp39-cp39-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyspatialstats-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

Details for the file pyspatialstats-0.0.3.tar.gz.

File metadata

  • Download URL: pyspatialstats-0.0.3.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyspatialstats-0.0.3.tar.gz
Algorithm Hash digest
SHA256 0d15361f98bd15acf275404c960be9140977ab3ea993dee7923660a5087ebc64
MD5 a7a8fca7a665c130bc9fcf7f9e06cda6
BLAKE2b-256 a1aa64d7351c497090b6930e9e6e7e8672ec9ad6a115eb6cfaaa9d6803165d0f

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4bda87e0f2312870d831365f158b1e70cb744ba14713c0d0572bc169fbfb220e
MD5 b1593d1493137dbe5a46efe83fa50223
BLAKE2b-256 0ca9f4477ec3f76a1c2d32a7420a60e1837965fab6c980c5eb8a457e0d403998

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 102b1f037ce79ed304c48bc5a2f095e8482bd94686a184445fda772f8253dbcc
MD5 f66121635c427afab7381acdd5340c41
BLAKE2b-256 4b4a0cfffbd7d740f15ef2accd2541645abbcd78d1aef88521de1371445bcc0e

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cabc124064786a66ecf94ebc028152fc61c16aef379cc4db78272f9e264a2edf
MD5 c3a1db2fdfde68e09343f8aa65299877
BLAKE2b-256 3c911ab92124e8dbd4b14d28591b22fa936adace04b0980b871d6d870af9a2ab

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 33759ad0252f6521323bed5716e5682d340816445c1cac7a1c10a037c82da4ea
MD5 b9a2338c71cbdb1e3a0e2f9cb1f2525c
BLAKE2b-256 1b4cb9264638399e65df297aa7bee0715af8349146555436aeae0b679648d14f

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa189c12f771ab709390b7a21e5739a5736b92a50e79ee85ca38a4381a48ff32
MD5 9e01040a09d7b3c5350ccbcc435e58e5
BLAKE2b-256 dcc103539db5ed65769cc9a1bfe6f52a8be2c99b0cfbf63da8b668a12277e3de

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 208263034d0e81fa1c5a574ad7467fe34aaadda600df9277feb10e063dbf75fe
MD5 2e62a986a5a68227c2407022ed2c04f0
BLAKE2b-256 d2a4a8df8f8c578c3976617b09b5cf8801ee1fb2bbeff0c3a9b6cef6c6ee6ee7

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2605d499f1e0c22e1c6615c3b90856e90bcd3f9e36764ebddb9fcfe186b2abb4
MD5 aeab8bd7e45d2e71b81dd73476ada700
BLAKE2b-256 b16916ee19422b8d302f5030c72ac2c9bfc444291ad30b9827c635865095d0ea

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 196bd75ed988d2cc6de484402dd88ad205a5b48da47d2f5149abb39a436e8752
MD5 ca00817d13cf2721828e64c87202b0dc
BLAKE2b-256 3702311c03363ab504684381f47c29bf03a2775561085183e5e5dfaa472793d5

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3a608c4820ef6b17926744a0eb38c312d54e2a48384201c9934527c1bc5500e3
MD5 b60f3bb63e3ead8ca5cee241230195dd
BLAKE2b-256 23eba09517e2e1c78473ee6d65192e805e525a44b74673014a7eee7fb9dbec8d

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4e7d2ca74c1bdeaf9834db9a35fed9fad5246f33f42bf00932fa8017e09f4735
MD5 73e45bbc59c7125409e825e3fb912d02
BLAKE2b-256 63bb391ff675e955c1147bf83f4886378443020c406a58c8c0df7f935480195f

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ad6b15b5386ece46cc6f033417b0183c9d6cd80ff6c73071c778d3b4b02ae46
MD5 e3a67a465fdcd5da8d78e8cf5a7bdd62
BLAKE2b-256 38eff0866d2e4b60b53c76d00fd596879c7a2c5656a0edb283374b7599a81260

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9d8aafa14ee47e80c9d9e98b1a9a6bf6289a40a2f07770a5811d2a1f9304e700
MD5 7ec6dcbe69a8666b1c49c5608d8479e8
BLAKE2b-256 44a5152c2972a2f5dbfdb33a6e2ad93ee93291beccc5ea3c583ac68426336602

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 754f846e03d36855e33c20f7f215d40e58025a193e1efef35412ccb3d77df0fa
MD5 47410f8ea8a9f139c038361d48add655
BLAKE2b-256 5366ccb60ad8d2a4419491f2d7f87f721473b7e8ed501e81201d3375cc8f2d2e

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 294d637050e8481ef95255ab767cabe9e00fa431a1201b2e38107966fffb5ebf
MD5 5a34c1b228a1161dce02a01f57b2e9aa
BLAKE2b-256 f286b1107965234415b6e9e30a9ea7b29231be967cf770988788768a2590f7dc

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e0475cb2a211f94b7ea43c1ce372c6e05c8506865c0dc1508b18f30edc1bd98
MD5 c3477b5b495cf7ccccb63710896dfdbb
BLAKE2b-256 0287b5f8c0b17105ebba871ba5ace2172cdd86b397ec40c7990749da3ce7e44a

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 46b43e075ec053fb62a1ab1c4a5d612bd844a3c958099608eecbe3b98b51e212
MD5 bca58093993a62c7f814efdd854d1ee5
BLAKE2b-256 e0e98ae42552e541360c066144b39276fb1d252e6c393158095bf9e1313b1e17

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 263f9e3ef664da702fa62d9b3141dd1c984c57dcfaeb62ace9d67e24d388e772
MD5 8e117cdf9fcaade97155829a9711c35a
BLAKE2b-256 c6dad5c1ea74e9e4f32e49a8b07472ed38088f08be15bac55254d77cc420cbbd

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5a16727ad5ac6056593228e694078426dfc166090b300deba4fc1c9d58e7c0f1
MD5 9cc0581f12f8bd9771daff080c94050c
BLAKE2b-256 e5906c08b4875464f543f01c605e03e17ae394aa338fc38ebe1c3ba8416e449e

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72a278b6b12f521264be2801ce60f29161c8fba1ebca328a20e5095c1faaf6e9
MD5 485b4d74318daafc31faca3557ae2f33
BLAKE2b-256 b380373ed197b9f3c7cc0875f78459d95a4ed7c49ee9ff17d39ff43ce55e88b3

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6309f70c36c49784878f1b440f61fe93a51e405e2c4790df0c5063cb5c35c86b
MD5 cbd16ec11df43fba42ba5c3231b85575
BLAKE2b-256 8967e32a3faf17b2b31d9c86804998f7b1cf7e33ddf606cab07dc9f0e4b1ea89

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cad7012e376bb9be652e2555e3277762a52022e6e291c827d2ce3e450499e4a9
MD5 b683028f15f90c2fc4b4a2b85a21e7de
BLAKE2b-256 e5517a015f0252b435830ff2ae640cf463e1cfd391e2f0629bc71887888fe694

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5e375034717b3bbea26bc18698c7c626f9a4f8a51b5a3959ad865848edf55060
MD5 aa28d624cf0d96c846ab27172dd702e4
BLAKE2b-256 1c7d11c4e2221ff37e97284aa61159f8de05c7f5bb32d6bc328a60e963ae13ef

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c324d6707f80c028064b6582cace93356b151e94aebd7ce22d10eb48424b91ed
MD5 24dd0fd88813d0dfe669e8488f1423df
BLAKE2b-256 c10ab81bd8e18adbc0cc1b2e34e82d73fe7762c60cb8d161b366510f4f736a4b

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4785587c3a03378413d36c386c0ba8d9ab191ea4018528a4abf659be48bff2cc
MD5 f81bc78e6145f3d50762ffd2eff76569
BLAKE2b-256 f57b5a6d9a77052a1878cfc5e3b2d76f50fce57834718b35c4de73edc89d1967

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6c7adfa47197ee9baeb06fc4920dfcf02598bb00a6e30b45b2a68fe23d121ae5
MD5 94e741fb3ea1ec67c8952704f226be91
BLAKE2b-256 ef2e04c6ae8b53aa16b88b0e0bd746b763edd72341572eaf9284f8a898b99b36

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ad6e52fee18ff442ff8cebd2d24a3efb67d029577f27741aeef2af18bb5f960b
MD5 8a116bd746197d27285337a91d1d6c9d
BLAKE2b-256 8c0844c6dd2d5e9c886eb6bc9c73e95bc13a5c49d068a289ef2394b2252e730f

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41ee13aafcc366e76bb0e8a66a3fb73efe971ca82535d5a0cdbe4d53a9b4fefd
MD5 652d7a1bb08a3764ad86aaca5246b332
BLAKE2b-256 a45b357ea7b7ef2ccaffbf1de62a8d4727151a46bb413ad2f075aa080e47cffe

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0dbecff83242c825a7aa7a8d92db4bba2748b999d688328bd70e88693408fa19
MD5 192415df679868367ca9ba30570de829
BLAKE2b-256 0a930b1119a0b0ad80fff8d37ee3c4e0df4c9ad9d12b2e72c630c5fbd353d181

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 329ec00de9550fa5cfc4562f050124b255500f1e2ee403b954bd603f5837a964
MD5 82472780a99df6ae961eb752786201a1
BLAKE2b-256 92473835f11b09e34e0b7a26aa85e1d19e071b8558426f8936ebb49c834488aa

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5c37b54b6ccc8ebf7da4d4d7556d3eae1842838e9d53a4c963c0e865288f8cd3
MD5 547a859edaa445a4bc80b27c26304328
BLAKE2b-256 31edb6b6caf5ae9e67ddbb2917df018411d14eaed04019f6d7d4f24a5c29b23c

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d040609d5c2b9c4a0fe76f9162fe8ddaf2c393cb5eb37badf4a5de31c4bd5b97
MD5 d2b5c59ab84cd50acaca6716de76193d
BLAKE2b-256 e46039f0b0870da9844276db517d850c2e0e8cab7214066cd30cf1cf1207b8e5

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 769657358f05035814b45e935f6a222c07e1b453583b7222f10ffcc30db5a81d
MD5 181e883696a39a00495c0fc15d702907
BLAKE2b-256 c338afe6071f62cb1e731b51c14909e58fd3e859a0ebe25cfa5a6dc2d15027ea

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4ee3e584ba228d89dc19de55b1dfe04eb280e22632eefa87cfedf405c9e7f8af
MD5 8a3fc76ca64a03f9f67a40e9b8491326
BLAKE2b-256 b86f276768f4cbcb7770a2bf09563a54fe7913a7e29123ec59dafaad76c907ea

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9e088a637ade6c10172e08dd998514725ffd551cc4d624c5e661e79fd78e17d0
MD5 378220f84214b064c8b5d70d9b8ccb91
BLAKE2b-256 c1038e3384f669974359bce99cbfbce49db44271f293a5a6b4a3f4036addbb29

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 081cd180c3a83421279d106b3a7e1d94c81f598d5c161c6eff2f271749c7f671
MD5 fdc700f9c01f907469555e652bb2a66f
BLAKE2b-256 1d2ad6ba0fa8121aaf158bf3e881c5004c4439617b33b7f4f8628586f157d52b

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9a69d237965c8fc7c3e590e34dafeab07af763ad95de47cef1dabe93635322cc
MD5 21beed56d193430967d16820c178671e
BLAKE2b-256 a0023d802381bd7ffe307d21425cf21a897a87e27ce8fe9927068e7661720bd3

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 687d8ac28ce3755065198b3c5eb4a39e909f994db7368159bdf61bed64f32584
MD5 e8a25412ece3ed5dff367a08e6193b29
BLAKE2b-256 8f8231d3e8626a17cce2b76437ee660ddbbbce8b625d8ccf31f240084adf132f

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 336b0da56e39521a8e9707b2c820a33eba4ddb66ed18c2331825ac67a30c2209
MD5 a32aa8682e9a20ee68d3d3cadd3cc7ce
BLAKE2b-256 fd220bc181f19f6e75c2a62f13fff52515d91cf2d0f59c341fd94960c7ffd150

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c504987a55eb4aa070191863364511024876daa86d3bca7b77e45a37d679610c
MD5 5777d43f55d0292962c2b607c2908e32
BLAKE2b-256 52fecb6f2c28bdd58b146bcb252ccba6ab430f2536292eb67936ccff9bb23ee4

See more details on using hashes here.

File details

Details for the file pyspatialstats-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyspatialstats-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 04e03612f1cae6fe3109cbb4a6590faefccdc9ab3ad71de4389f1bf07e9effc3
MD5 a0f76d13c8b1c78c9e17443c8df54a4f
BLAKE2b-256 fa589204ba8dabcae14e08790db1a334ee6eb3c046a041531652a87e42f9b29e

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