Skip to content

ccchris-allen/walkability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatial Network Analysis of Walkability

Overview

This repository contains code for spatial network analysis of walkability. The SpatialNetwork library provides functionality for downloading network data from OpenStreetMap and analysis methods such as shortest path calculation, redundant path calculation, and route optimization.

Notebooks

Notebooks are provided to demonstrate use cases.

Basic Functionality

This notebook demonstrates basic functions such as downloading road network data, working with catchment areas, and calculating paths between endpoints:

LINK

Calculating a Walkability Index

This notebook demonstrates how the functions provided can be used to calculate a walkability index. This library has been used in a study to calculate walkability scores based on data from social media and public repositories--a model which we call walkability in neighborhood social score (WINS). The following notebook shows how we calculate WINS:

LINK

Visualizing Walkability Scores

This notebook demonstrates how we can use this library, as well as other tools, to visualize walkability scores for our study areas:

LINK

Related Libraries

Besides standard Python libraries, the following modules were used:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published