Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 2.81 KB

README.md

File metadata and controls

65 lines (39 loc) · 2.81 KB

License: MIT PyPI version test Documentation Status DOI

Bikeability

"Bikeability" is a Python package to automatically compute bike-friendliness of specific areas. With this library, users can download OpenStreetMap (OSM) data and generate spatial indicators for bikeability (bike facilities on main streets, green share, share of secondary and tertiary roads, node density and bike shop density). Based on these indicators, it is possible to calculate a bikeability index (Hardinghaus et al. 2021) using a weighting approach derived from an expert survey.

Installation and Usage

Please see the user guide for information about installation and usage.

Examples

To get started with bikeability, read the user reference and see the sample code and input data in the examples repository.

Features

Bikeability is built on top of osmnx, geopandas, networkx.

  • Download and prepare road networks and additional data from OpenStreetMap
  • Calculate indicators to derive bike-friendliness of certain regions
  • Weight the indicators and generate a bikeability index

Authors

Contributors

  • Michael Hardinghaus
  • Marius Lehne
  • María López Díaz

Citation

If you use bikeability in your work, please cite the journal article:

Hardinghaus, Michael, et al. "More than bike lanes—a multifactorial index of urban bikeability." Sustainability 13.21 (2021): 11584.

Support

If you have a usage question, please contact us via email ([email protected]).

License Information

Bikeability is licensed under the MIT License. See the LICENSE file for more information.

Disclaimer

  • We have chosen some links to external pages as we think they contain useful information. However, we are not responsible for the contents of the pages we link to.

  • The software is provided "AS IS".

  • We tested the software, and it worked as expected. Nonetheless, we cannot guarantee it will work as you expect.