Skip to content

Releases: Bart-Breekveldt/Cycling_structural_holes

Finding Structural Holes in the Paris bikable network

22 Jan 22:26
7ddc416
Compare
Choose a tag to compare

The main goal of these scripts is to find structural holes in the cycling network of Paris. This is done by finding shortest paths between popular amenities, shops and transit facilities. The percieved length increases with penalties from the amount of lanes, max speed, one-way streets and street type, this prefers paths over more suitable streets. The occurrences of edges on shortest paths (betweenness) are counted and multiplied with an importance factor, dependent on the penalties, for improving the street for cyclists. Performance is enhanced by using moving kernels, only using edges that fall partly or completely within a threshold Euclidean distance. Coding is done in R and Python. This work is done for the course Economies of Networks (2022-23) at Utrecht University.