Compare commits
6 Commits
0b8dc2bbd7
...
88d5ae53a6
Author | SHA1 | Date | |
---|---|---|---|
|
88d5ae53a6 | ||
e851b8d773 | |||
|
4a53dab9ba | ||
|
338ddec0b4 | ||
|
57b9cd9d5e | ||
|
00bcd861a7 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -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/
|
||||||
|
@ -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
|
|
@ -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
Loading…
x
Reference in New Issue
Block a user