Compare commits
No commits in common. "88d5ae53a628bffb38860eda3a16f6e16d848aac" and "0b8dc2bbd7f26f7ec8579874457bb4bed52090e2" have entirely different histories.
88d5ae53a6
...
0b8dc2bbd7
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
*.Rproj
|
.Rproj*
|
||||||
data/*
|
data/addresses/*
|
||||||
api_keys/*
|
api_keys/*
|
||||||
figures/*
|
figures/*
|
||||||
.Rhistory
|
.Rhistory
|
||||||
@ -17,4 +17,3 @@ data-bkup
|
|||||||
*.R
|
*.R
|
||||||
*.bak
|
*.bak
|
||||||
archive/
|
archive/
|
||||||
trash/
|
|
||||||
|
13
R/route_analysis.Rproj
Normal file
13
R/route_analysis.Rproj
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Version: 1.0
|
||||||
|
|
||||||
|
RestoreWorkspace: Default
|
||||||
|
SaveWorkspace: Default
|
||||||
|
AlwaysSaveHistory: Default
|
||||||
|
|
||||||
|
EnableCodeIndexing: Yes
|
||||||
|
UseSpacesForTab: Yes
|
||||||
|
NumSpacesForTab: 2
|
||||||
|
Encoding: UTF-8
|
||||||
|
|
||||||
|
RnwWeave: Sweave
|
||||||
|
LaTeX: pdfLaTeX
|
@ -5,11 +5,6 @@ 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:
|
||||||
|
BIN
data/Schools/WI_schools.gpkg
Normal file
BIN
data/Schools/WI_schools.gpkg
Normal file
Binary file not shown.
43362
data/bike_lts/bike_lts_DANE.geojson
Normal file
43362
data/bike_lts/bike_lts_DANE.geojson
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user