From e851b8d773be3735bf248bdaa5fb40e3f06a010b Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Thu, 31 Oct 2024 11:12:18 -0500 Subject: [PATCH 1/3] added data/* to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b4dde67..97d5fbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *.Rproj -data/addresses/* +data/* api_keys/* figures/* .Rhistory From 88d5ae53a628bffb38860eda3a16f6e16d848aac Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Thu, 31 Oct 2024 11:22:22 -0500 Subject: [PATCH 2/3] added data sources to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5354ae9..94ef091 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ This script generates maps to analyze the potential walking routes for students - 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. +## Data sources +School location data is from: https://data-wi-dpi.opendata.arcgis.com/ +Madison Bike Level of Traffic Stress is from: https://data-cityofmadison.opendata.arcgis.com/datasets/cityofmadison::bike-lts/explore +Student addresses provided by school. + ## Example figures This script will generate a few figures: ### A heatmap of student addresses: From a17e15fd6eee10cab09bf4ba16e308299cf79950 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Thu, 31 Oct 2024 11:23:17 -0500 Subject: [PATCH 3/3] README formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94ef091..4d0610c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This script generates maps to analyze the potential walking routes for students - 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. ## Data sources -School location data is from: https://data-wi-dpi.opendata.arcgis.com/ -Madison Bike Level of Traffic Stress is from: https://data-cityofmadison.opendata.arcgis.com/datasets/cityofmadison::bike-lts/explore -Student addresses provided by school. +- School location data is from: https://data-wi-dpi.opendata.arcgis.com/ +- Madison Bike Level of Traffic Stress is from: https://data-cityofmadison.opendata.arcgis.com/datasets/cityofmadison::bike-lts/explore +- Student addresses provided by school. ## Example figures This script will generate a few figures: