No description
Find a file
2024-10-31 11:12:18 -05:00
examples adjusted example figures 2024-10-29 16:28:06 -05:00
html Run Markdown Script with make 2024-10-29 10:39:05 -05:00
other remade repo removing student addresses 2024-10-28 17:02:30 -05:00
R Added *.Rproj to .gitignore 2024-10-31 10:33:55 -05:00
.gitignore added data/* to .gitignore 2024-10-31 11:12:18 -05:00
LICENSE remade repo removing student addresses 2024-10-28 17:02:30 -05:00
Makefile adjusted where the html file is saved 2024-10-29 13:35:51 -05:00
README.md Update to README.md 2024-10-29 10:43:27 -05:00

Routes for walking to school

This script generates maps to analyze the potential walking routes for students to their school.

  • I excluded the addresses of the students from the repository.
  • The actual route generation is done with OSRM, I run it locally in a docker container.
  • The basemap is pulled from Stadia Maps. The usage of the script is well within the free tier, you'll need an API key from them.

Example figures

This script will generate a few figures:

A heatmap of student addresses:

example address figure

A map of all the walking routes within the walk boundary:

example routes figure

A map of those routes colored by the level of traffic stress to bike

example routes-lts figure

Using make

The command make route_analysis will run route_analysis.Rmd which is an R markdown file containing the original R script route_analysis.R