Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9,524 changes: 9,524 additions & 0 deletions lts/.ipynb_checkpoints/LTS_preprocessing-checkpoint.ipynb

Large diffs are not rendered by default.

Binary file added lts/LTS.xlsx
Binary file not shown.
9,524 changes: 9,524 additions & 0 deletions lts/LTS_preprocessing.ipynb

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions lts/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Level of Traffic Stress Implementation

This notebook implements the [Level of Traffic Stress](https://peterfurth.sites.northeastern.edu/2014/05/21/criteria-for-level-of-traffic-stress/) model. Specifically, the [2022 edition](https://bpb-us-e1.wpmucdn.com/sites.northeastern.edu/dist/e/618/files/2014/05/LTS-Tables-v2.2.pdf) though there is more background in the [original model](https://peterfurth.sites.northeastern.edu/level-of-traffic-stress/).

In short, this quantifies how stressful or comfortable a road is to bike on.
* Level 1: Cyclists are not in contact with traffic (except for slow, low volume traffic); comfortable for all level of cycling abilities (including children).
* Level 2: Cyclists have their own space and intersections are easy to navigate; comfortable for adult cyclists.
* Level 3: Cyclists interact with some moderate/multi-lane traffic or close to higher-speed traffic; acceptable for 'enthused and confident' cyclists.
* Level 4: Cyclists interact with or are near high-speed traffic; acceptable for 'strong and fearless' cyclists.

The first step was find correspondence between the descriptions and the available [DC road data](https://opendata.dc.gov/datasets/DCGIS::roadway-block/about).

Then, the LTS descriptions are translated into criteria that can be extracted from the data (see LTS.xlsx)

Lastly, the new per road segment data is added to the postgis database and the function and html files are updated to incorporate the LTS. See 'mvp_map' folder.
Loading