No project description provided
Project description
spatial_access: Compute travel times and spatial access metrics at scale
Compute travel times and spatial access measures at scale (millions of origin-destination pairs in minutes). Travel times for three modes: walking, biking, driving. Spatial access measures: provider-to-people ratio, avg. time to nearest provider, count/attribute sum of nearby providers, weighted access scores and floating catchment areas.
Latest Release | |
Build Status | |
Documentation | |
Tested Operating Systems | Ubuntu, macOS |
Components of spatial_access :
spatial_access has two submodules:
- p2p: Generate many to many matrices with travel times for sets of coordinates. Use
walk
,bike
ordrive
network types (importtransit
from other sources), or get the distance in meters. - Models: Contains a suite of models for calculating spatial accessibility to amenities.
To use this service as a ReST API, see: https://github.com/GeoDaCenter/spatial_access_api
If you are a Windows user, instructions for installing Ubuntu on a virtual machine are at the bottom of the Readme.
Installation
-
A modern compiler like
gcc
orclang
. -
Dependencies
-
MacOS:
brew install spatialindex
-
Ubuntu:
sudo apt-get install libspatialindex-dev
sudo apt-get install python-tk
-
-
Package
pip3 install spatial_access
More detailed instructions for installing in 0_Reqs_Install.ipynb
Usage
See the iPython notebooks in docs/
for example usage, The first two notebooks contain installation instructions and run through a simple demo to make sure you have the setup successfully installed:
- 0_Reqs_Install.ipynb: Installation requirements to run the notebook demos
- 1_Simple_Test_Demo: Simple demo to test your setup installation works
The remaining notebooks walk through how to run the travel time matrix and spatial access metrics, including main functions and parameters:
- 2_Methods: Purpose and structure of the package + methodology for estimating travel time matrices and spatial access metrics
- 3_Travel_Time_Matrix.ipynb: How to run the travel time matrices using p2p.py
- 4_Access_Metrics.ipynb: How to run the access metrics (origin-based) using Models.py
- 5_Coverage_Metrics.ipynb: How to run the coverage metrics (destination-based) using Models.py
- 6_TSFCA.ipynb: How to run a two-stage floating catchment area model (origin-based) using Models.py
The data folder contains the input_data needed to estimate the metrics under sources (for origins) and destinations (for destinations).
In output_data, the matrices folder stores the estimated symmetric and asymmetric matrices.
The models folder contains the results of the models' analyses.
Finally, figures stores the results of maps and plots calculated during the process.
You can also download all of the notebooks in one PDF file here.
Overwriting default configuration values
p2p provides default configuration values for edge weights and node impedance (see spatial_access/configs.py). You can overwrite these as follows:
from spatial_access.p2p import TransitMatrix
from spatial_access.Configs import Configs
custom_config = Configs()
# set fields of custom_cofig
tm = TransitMatrix(..., configs=custom_config)
# continue with computation
Maintainance
Instructions for building locally (only for developers):
- Additional requirements:
cython
andjinja2
- To regenerate .pyx files, run:
bash cythonize_extension.sh
(TravisCI will do this automatically on deployment) - To install locally, run:
sudo python3 setup.py install
from spatial_access root directory - Unit tests require the
pytest
package. From package root directory, runpython3 -m pytest tests/
to run all unit tests.
PyPi Maintenance
The package lives at: https://pypi.org/project/spatial-access/
When a branch is pulled into Master and builds/passes all unit tests, Travis CI will automatically deploy the build to PyPi.
To update PyPi access credentials, see .travis.yml and follow the instructions at https://docs.travis-ci.com/user/deployment/pypi/ to generate a new encrypted password.
Installing Ubuntu 18 LTS with dependencies from scratch (recommended for Windows users)
- Follow the instructions at this link: https://linus.nci.nih.gov/bdge/installUbuntu.html to set up a virtual machine
sudo apt-get update
sudo add-apt-repository universe
sudo apt-get -y install python3-pip
- Continue with Installation Instructions (above)
Questions/Feedback?
Acknowledgments
Developed by Logan Noel at the University of Chicago's Center for Spatial Data Science (CSDS) with support from the Public Health National Center for Innovations (PHNCI), the University of Chicago, and CSDS.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file spatial_access-1.0.2.tar.gz
.
File metadata
- Download URL: spatial_access-1.0.2.tar.gz
- Upload date:
- Size: 132.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97ad28ad47e383a6470f1b9a11e0553cad397e01da4589f002f2da0f45474ee9 |
|
MD5 | eff84534e119a364f33eb4a071000b0c |
|
BLAKE2b-256 | 7978acc1e0b05c18d04fd95136ee1d9a80e2fe48482b29e5534fa71ea02ef926 |
File details
Details for the file spatial_access-1.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 529.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cd3b577128e32b8eb3fe98d5a165acf287c58f64072da99965930a6eb44f946 |
|
MD5 | 6cb505fb7e98dfb3df095435b069b243 |
|
BLAKE2b-256 | 29a735eb2c313ccf08fc222ae148b30e70eeec2c2b5d83a8679a5352021563cc |
File details
Details for the file spatial_access-1.0.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 555.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 005c2265d6739d29cb72fd6d1fd786dae4221d549b9f89ce50d2f83831bd0662 |
|
MD5 | 1385be5f8b895f839afdc72644fb66b5 |
|
BLAKE2b-256 | 6584cdd8405a8ab58af25deff134b4776deac43654a9d7e68c59f20da106d68d |
File details
Details for the file spatial_access-1.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 626.9 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c8c6d701c2c0ee6bbfc737f78925bb321177a26a22eab85e0302df7e9edd19a |
|
MD5 | 5c748c7acbf5e6594e452f6ab0d4dbb9 |
|
BLAKE2b-256 | fd0fc74c7634952fd45aa9011de2f1cb707de98a63ed1946e6e97e445d5a6715 |
File details
Details for the file spatial_access-1.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 530.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 297c4cd0fe998b5b925392d58fd85c131c8fe3f716c8d93827c421c4aaf52b30 |
|
MD5 | f04386d614fc2641a6039184897304ce |
|
BLAKE2b-256 | 5bc933c24b0be043227f9cacb42bba3ac7d1b2ca176559129bdbe751cbc7e6f3 |
File details
Details for the file spatial_access-1.0.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 556.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a582599466b2947e8922133ad59a18f3c8154e1c59eae43c336d8d753f0152ed |
|
MD5 | 643278db8513e168a039db2a587b6a39 |
|
BLAKE2b-256 | 3dab52f57ef54b793351a4b3967bfa53d67fdf1f6937ca8fb99dc95eae0e0adb |
File details
Details for the file spatial_access-1.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 316.0 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b572444ad6b88be91de6507ac949f05112bcc046777772fd2765d77ec96f0ba0 |
|
MD5 | 4e1353903403dcf8f09f4b03234efbbd |
|
BLAKE2b-256 | 9c327b158da7f5ed87247f87b6d5a153ec4bccd06eab20a193b99c89139d6567 |
File details
Details for the file spatial_access-1.0.2-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 824.1 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63dc832fc7c3e1cc38267fccb8a26b444d4ce2bac0aa0452e432ac29f1e8c241 |
|
MD5 | 23511ff90a63064686db1c521182e5d3 |
|
BLAKE2b-256 | 06cd1d74caaf3e5c40149a94ff15f95fe5fbad2ca0774c77497ed77311d09fc6 |
File details
Details for the file spatial_access-1.0.2-cp310-cp310-musllinux_1_1_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp310-cp310-musllinux_1_1_i686.whl
- Upload date:
- Size: 882.4 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e886f5270031bc2a58b5929b6f12fb6684f8b04e1dda090ce869545d95cca0f3 |
|
MD5 | 4c1a67beaec8d380229e3c03484d0299 |
|
BLAKE2b-256 | 61c25147f3cc91ff5e11a67f8ce89c53ec576b7995eb34575fc96fcf2bb9a11b |
File details
Details for the file spatial_access-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 285.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 369ccb34787c09b775f2b3e42ae5eb9739519e1a108b0eb8c49492934152214c |
|
MD5 | 1c5907431eeb478fbc819c923e53670f |
|
BLAKE2b-256 | 16b4f36ddd822ab774e2b7b9a0bd18a871c9c75f170da872b359eacf79255efd |
File details
Details for the file spatial_access-1.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 297.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bc5f342b40f2fac07e3b2dc26138f6683b48f04c7c4685297a4a649f7aafcff |
|
MD5 | 893c0e46c14b7d4023d5985adb018cc1 |
|
BLAKE2b-256 | 066a005e8323dbfdbfd907496f5ff43c6b17d8a163ce5e110b824585eadadddf |
File details
Details for the file spatial_access-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 343.4 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0100d41c29d0d9f2c587dd8e9da3fb5b8b812bd9f53454d41f1e4b04d0283eec |
|
MD5 | d32f958ec9e8ce5a47d69669f9278491 |
|
BLAKE2b-256 | 88b036ef40bcb2bf58d077b876d1b60fa2575652926cd3f124969af1fcbb7145 |
File details
Details for the file spatial_access-1.0.2-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 824.1 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18ac751bc1f5929a545a6b2a5f3e5591ee546682cd3da6e29a2917168bc6f46b |
|
MD5 | e71e11c1a4e12c364b42dce230b9d603 |
|
BLAKE2b-256 | 107e1b5dfcb684314c964901319b2abc1de23e732c1fbf85d848e5362844f1a0 |
File details
Details for the file spatial_access-1.0.2-cp39-cp39-musllinux_1_1_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp39-cp39-musllinux_1_1_i686.whl
- Upload date:
- Size: 882.5 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea02945981f7036524953f374cd078ae59c471ece3077eb49a1b7574ad327be6 |
|
MD5 | dc49a3e1753e91fe7237e7d410b08cb2 |
|
BLAKE2b-256 | 598fb93bc6962cb78ee1006807232a8f4095db57d2dd410a777c19eac2747b9f |
File details
Details for the file spatial_access-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 285.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 087b622dc266670961e1dd15a2eb2b89a4c5a66b951149ff519ee9136478c99c |
|
MD5 | ec5ed7f418ace046fb0e298aed6044b5 |
|
BLAKE2b-256 | 779ca74f0001ed2fcd2561a66594eff270ac95e2f798462f57d5ccaf36f0c35f |
File details
Details for the file spatial_access-1.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 297.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 007d0542cef7b0452b3d2d0c415882a4a4f1ebd67c50d9ff8ce62a812fab8ef8 |
|
MD5 | 5ee5c3d3401cb532fbf5a065c67921ae |
|
BLAKE2b-256 | 87b9d0d8625c56c1b33221bda610aefd7ebe3bf5df1ce2086f0045f52d2fb0f0 |
File details
Details for the file spatial_access-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 343.4 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ad0f99c57daf53d4789618c28a14275ae531a49697897b8d7b212265fdc962f |
|
MD5 | 89be88c7e9e91f3309fd9c93d2efd1d2 |
|
BLAKE2b-256 | 2cea6d3698e80e560c02f4f9cff543e0300d35cd8e1ebc38c4aeb8d3bc616621 |
File details
Details for the file spatial_access-1.0.2-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 823.6 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4670ebe767811bec86fc94d5eec981fbe8953e8b8bb99fef3909f13349ad6b25 |
|
MD5 | 63f97e41fa5abb5b2eaea43a2ee2b411 |
|
BLAKE2b-256 | f9e2512cac336d55d26d78d1e0b4b2b8629798b671640d9fa6dc3a86e8984a98 |
File details
Details for the file spatial_access-1.0.2-cp38-cp38-musllinux_1_1_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp38-cp38-musllinux_1_1_i686.whl
- Upload date:
- Size: 882.4 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 674a16906d43c142a9696a4d41af5567bea4a1bc57a7d78ac7eb6bd612bc4080 |
|
MD5 | f648b51220b29483c670b69019918bfc |
|
BLAKE2b-256 | a91cf576e7d299080382812e7080f631b4400b6bf2daf2ee6a50f8735bb3ec7c |
File details
Details for the file spatial_access-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 286.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8314b96d87b8c5f1b1d0152a9833ae3c431ba2f6f7ee1110afcdcb263c221930 |
|
MD5 | d94d742f441eebf3f5945878e2079338 |
|
BLAKE2b-256 | 1477e0d82cfbb556e3734e0fef98f03955cb210232378573c9abd476edaa45a6 |
File details
Details for the file spatial_access-1.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 297.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f6a648eb2fa8885a89a0223457f1224669e4360e90c67f506c2f3a914dfd87b |
|
MD5 | c4510f6e8730bb84d4cca1294088dcee |
|
BLAKE2b-256 | fab6f807e7aa45352a89ddacf9c1d15bb48cbcf0098f79ea4f90098e26e19f74 |
File details
Details for the file spatial_access-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 342.2 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72a0f97944d075c940001a68180871d21dcfd6c5bab791e9a7c945e996f5432f |
|
MD5 | 73fa8245ea4fba77c9023668755ef642 |
|
BLAKE2b-256 | 2e67b757421aeb7a653270ca165a918222662c6f07eb1d36feb6f139f1aeb07e |
File details
Details for the file spatial_access-1.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 821.2 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 246ff92fc7ae8f6811355fc2e708968edce616aafdda374d7b35390173567bfc |
|
MD5 | c7532d2b81bd11f894f7e4ecce8d0b22 |
|
BLAKE2b-256 | 8a5543cae88e44f1802aea9d88e0cc2d1d041f25f2669558abe794a7eb516caa |
File details
Details for the file spatial_access-1.0.2-cp37-cp37m-musllinux_1_1_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp37-cp37m-musllinux_1_1_i686.whl
- Upload date:
- Size: 882.4 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf6ca9861860eae90cb846fe084831cc072408728f91bf360e3d9c6bc4b27957 |
|
MD5 | ab62d358852d4367522596155ff00b15 |
|
BLAKE2b-256 | 0acfc459bf053fd76c760b4d776efba1e4b77179b33ae8f1d6ec0aa080973e2e |
File details
Details for the file spatial_access-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 287.1 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93f2b4abe17c2b7f68c7f243df343df9248f965cdb637e5ecde3f9272a90e461 |
|
MD5 | cacfbce3d29153582d9a56e697d0f445 |
|
BLAKE2b-256 | 91fc866b9e587ea09a7c104848432d3ded28fce0e69563199fddccbb4a17d6ac |
File details
Details for the file spatial_access-1.0.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 299.0 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc2d2cdd558826303a47aa2dba912d959cb42f94472331598928fe428dd66c54 |
|
MD5 | 47130f4356ed61b568d4813341f498ad |
|
BLAKE2b-256 | e2763522726966a693f63d05370a967efc673f0d095145d1baf566c7356f7563 |
File details
Details for the file spatial_access-1.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 341.7 kB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d509f5d6a4cf0558489aff6cb4106bc95c8d8f7ba0c30e997e1fa15c0193139 |
|
MD5 | 919f5480553c249532586cd81e9f1e59 |
|
BLAKE2b-256 | 3357f53d6426f2d6d3f89e74e9c7aa57a3a9f9c0e78002f83416b389808a1a13 |
File details
Details for the file spatial_access-1.0.2-cp36-cp36m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp36-cp36m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 814.4 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73ea99d4e50a9c170ad6b81008bead8123a04f634a3a960a816311293735a6f7 |
|
MD5 | e59ba2221a44e6cbc70bc5799e4f4951 |
|
BLAKE2b-256 | f86b00bc62c125044553a1555b144a8c99278fc1bdfe1ca66118be1711304314 |
File details
Details for the file spatial_access-1.0.2-cp36-cp36m-musllinux_1_1_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp36-cp36m-musllinux_1_1_i686.whl
- Upload date:
- Size: 876.5 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0255ed7b3e63fbe1f6b0edfdf568782c320ba843ac7203eff56665557f80bd40 |
|
MD5 | 529222f66f2d511ce102b8588275f79b |
|
BLAKE2b-256 | be0e37bec62062310652356e404072051d69ceb70b3c56fbdc13af41b639b406 |
File details
Details for the file spatial_access-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 279.4 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c242db5429e357d65515083320f9767a1a96212c58cd5050c1c7fed2ff0d1795 |
|
MD5 | 8f653bde8041408c0ddea6de9e6e81d7 |
|
BLAKE2b-256 | 9a5e4f844778285123560184b8474b3156d8299c96a0703710db36c1b70cb126 |
File details
Details for the file spatial_access-1.0.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 294.1 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1b5f27dc7b08a0ad8563dea239f7fdb4fb87141ecaed8ee2e34406f88f7ff26 |
|
MD5 | c4e8801402f2807454693d0a38180f25 |
|
BLAKE2b-256 | 505a2a235490f8d0e54fe6790fb23c7b0788ba0311e752a6f212ead061905e18 |
File details
Details for the file spatial_access-1.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: spatial_access-1.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 331.1 kB
- Tags: CPython 3.6m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb24aac38c501cb3fa41668cb59417453777cb6e3f6a12b2cc9d65f5d30db6c7 |
|
MD5 | 5a22d60e18104e4b2f722e7203c3d689 |
|
BLAKE2b-256 | a6d4db00978ed4f8fdbf1d1c4cead338209e430ed85dae7b72310c806ea200f6 |