Compare commits

...

6 Commits

Author SHA1 Message Date
Ben Varick
88d5ae53a6
added data sources to README 2024-10-31 11:22:22 -05:00
e851b8d773
added data/* to .gitignore 2024-10-31 11:12:18 -05:00
bvarick
4a53dab9ba
Merge pull request #3 from syounkin/sgy
Data Link Instead of Data Subdirectory
2024-10-31 11:11:02 -05:00
syounkin
338ddec0b4 Added *.Rproj to .gitignore 2024-10-31 10:33:55 -05:00
Samuel Younkin
57b9cd9d5e
Merge branch 'bvarick:main' into sgy 2024-10-31 09:58:56 -05:00
syounkin
00bcd861a7 Removed the data directory
I prefer to store the data somewhere safe and link to it with something like
./data -> /Users/syounkin/data/Box/HOT/bvarick/data/
Thius keeps the repo light and avoids making any data public.
2024-10-31 09:57:31 -05:00
5 changed files with 8 additions and 43377 deletions

5
.gitignore vendored
View File

@ -1,5 +1,5 @@
.Rproj* *.Rproj
data/addresses/* data/*
api_keys/* api_keys/*
figures/* figures/*
.Rhistory .Rhistory
@ -17,3 +17,4 @@ data-bkup
*.R *.R
*.bak *.bak
archive/ archive/
trash/

View File

@ -1,13 +0,0 @@
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX

View File

@ -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 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. - 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 ## Example figures
This script will generate a few figures: This script will generate a few figures:
### A heatmap of student addresses: ### A heatmap of student addresses:

Binary file not shown.

File diff suppressed because one or more lines are too long