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
Usage
See the iPython notebooks in docs/
for example usage, or https://readthedocs.org/projects/spatial-acccess/ for technical documentation.
Instructions for building locally (only for developers):
- If updating Cython or C++ code (anything in spatial_access/src/) you must install cython
- To regenerate .pyx files, run:
bash cythonize_extension.sh
- To install locally, run:
sudo python3 setup.py install
- 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.
Note: The version number in setup.py must be incremented from the last published version on PyPi, or it will be rejected.
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.
Overwriting default configuration values
p2p provides default configuration values for edge weights and node impedence (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
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?
lnoel@uchicago.edu or spatial@uchicago.edu
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
File details
Details for the file spatial_access-0.1.7.11.tar.gz
.
File metadata
- Download URL: spatial_access-0.1.7.11.tar.gz
- Upload date:
- Size: 113.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | deef2ea62929b7a912c352c56d3b15a65472f4a8a6063cbac762376e8e22dd1e |
|
MD5 | cfa74af244f79e3c52d1ae44c00362a9 |
|
BLAKE2b-256 | af52cd5557da3d70d4c8cb0c165df1603ce9f6e37e17fd54275ae84ca1e7126d |