77 Commits

Author SHA1 Message Date
syounkin
14a097fe9e Moved basemap chunk
Code in routeslts called basemap before it was defined. To correct this the basemap chunk was moved up in the script.
2024-11-06 16:48:21 -06:00
syounkin
3025cadc39 Update to Makefile
Added all, data, containers, and cycle. Included an rm -rf in brouter-data. Previously an error was thrown when trying to clone when the directory already exists.
2024-11-06 16:45:45 -06:00
Ben Varick
21905af23a
edited routelts and new map of routes 2024-11-06 14:48:37 -06:00
Ben Varick
e6614977c3
added new route by route analysis 2024-11-06 09:18:02 -06:00
Ben Varick
4c98d5a68d
new example figure with safety profile, edited README 2024-11-06 08:13:53 -06:00
Ben Varick
bd3b74d430
Added safety profile to brouter and script 2024-11-06 07:51:42 -06:00
Ben Varick
1fb35a818a
edited typo in Makefile
replaced `docker run -rm` with `docker run --rm`
2024-11-05 12:33:21 -06:00
Ben Varick
df4d1d9d25
remove containers after preprocessing commands
adds -rm to docker run commands so that they are removed after the command completes
2024-11-05 12:24:59 -06:00
Ben Varick
74b9c10f7d
changed title of map 2024-11-05 12:21:05 -06:00
Ben Varick
c03d4df0a7
set crs explicitly for all data imports. 2024-11-05 12:19:00 -06:00
Ben Varick
7e6eb9c45b
Added new analysis: calculate the maximum and average lts for the route for each address and plot them on the map of addresses. This analysis takes a while, so I parallelized it. I also set eval=FALSE because it takes so long. 2024-11-05 12:00:55 -06:00
Ben Varick
338e608d92
edited examples and readme with new figures 2024-11-05 09:55:03 -06:00
Ben Varick
4330687ed2
edited typo 2024-11-05 09:46:03 -06:00
Ben Varick
9959536378
changed name to ltscount (from routeslts) to match cycling_route_analysis_brouter.Rmd 2024-11-05 09:37:05 -06:00
Ben Varick
b19add99ac
fixed erroneous join 2024-11-05 09:35:37 -06:00
Ben Varick
1f27a017af
edited .gitignore 2024-11-05 09:34:30 -06:00
Ben Varick
6600f0cd74
Fixed erroneous join with bike_lts, added new chunk for calculating average lts per address 2024-11-05 09:33:46 -06:00
Ben Varick
d559b8605e
added 'student_number' to routes data table 2024-11-05 09:07:18 -06:00
Ben Varick
acf70cc6d2
adjust brouter url variable names 2024-11-05 09:00:58 -06:00
Ben Varick
ef51272a69
added brouter to readme intro 2024-11-05 08:27:07 -06:00
Ben Varick
dd36d8b957
added top level .html files to .gitignore
and edited a note in cycling_route_analysis_brouter.Rmd
2024-11-05 08:15:00 -06:00
Ben Varick
fe88172a3b
edited typo in Makefile 2024-11-05 07:59:38 -06:00
Ben Varick
378c991c6d
added docker-compose to brouter docker directory 2024-11-05 07:53:23 -06:00
Ben Varick
104f215a0e
Edited .gitignore, edited README, edited Makefile
to include new brouter make commands
2024-11-05 07:52:14 -06:00
Ben Varick
24dacb5e6b
added download wisconsin-latest.osm.pbf to makefile 2024-11-05 07:43:32 -06:00
Ben Varick
7993621f9f
changed docker directory structure, added brouter 2024-11-05 07:29:34 -06:00
bvarick
7932dad4bd
Merge pull request #10 from syounkin/sgy
Added docker Commands to Makefile
2024-11-04 18:57:18 -06:00
syounkin
2e1c211915 Merge branch 'main' into sgy 2024-11-04 18:52:16 -06:00
syounkin
14b8a14284 Added link to OSM data to README 2024-11-04 18:50:47 -06:00
syounkin
6455542eac Added docker commands to Makefile
make data and make container can be used to pre-process the data and spawn the docker containers.
2024-11-04 18:50:21 -06:00
Ben Varick
8348f5606c
changed port back to 5001 2024-11-04 18:38:30 -06:00
Ben Varick
a6e47e12a3
Added a new RMarkdown script that uses brouter as the routing backend instead of OSRM. It's still using OSRM to draw the isodistance polygon. 2024-11-04 18:37:57 -06:00
bvarick
4c74dda385
Merge pull request #9 from syounkin/sgy
Redundant Changes
2024-11-04 14:30:35 -06:00
syounkin
c0717d36bb Merge branch 'main' into sgy 2024-11-04 14:03:18 -06:00
syounkin
432e2ca7da Use port 5001 for Cycling 2024-11-04 14:02:12 -06:00
Ben Varick
1047ec1faf
changed port of OSRM servber to match second cycling-specific routing container 2024-11-01 17:10:07 -05:00
bvarick
9f70e1a6c1
Merge pull request #8 from syounkin/sgy
Moved R Markdown to Top Level
2024-11-01 14:57:18 -05:00
syounkin
220d9a0e8b Updates to cycling_route_analysis.Rmd 2024-11-01 14:05:54 -05:00
syounkin
91a5390480 Introduced Cycling Markdown Script 2024-11-01 12:37:38 -05:00
syounkin
bfda9bb6ef Moved R Markdown to top-level
Does having the R markdown script stored in the top-level work for you?
2024-11-01 12:05:30 -05:00
Ben Varick
f3e68912ad
remove duplicate bikelts chunk 2024-11-01 11:18:24 -05:00
bvarick
57d3a65db9
Merge pull request #7 from syounkin/sgy
Finished Organizing Rmarkdown Script
2024-11-01 11:15:25 -05:00
bvarick
3458ffa61f
Merge branch 'main' into sgy 2024-11-01 11:15:15 -05:00
syounkin
3583c0917b Finished Organizing Rmarkdown Script 2024-11-01 10:29:10 -05:00
bvarick
626d69667e
Merge pull request #6 from bvarick/chunk-therest
Split up "The Rest" into chucks. Reordered some of the chunks.
2024-11-01 09:50:39 -05:00
Ben Varick
1406713180
Split up "The Rest" into chucks. Reordered some of the chunks. 2024-11-01 09:48:32 -05:00
bvarick
c721c58a9a
Merge pull request #5 from syounkin/sgy
Began Organizing Markdown Script
2024-10-31 17:15:50 -05:00
syounkin
a335d627fa Began Organizing Markdown Script
Working my way through the code trying to understand it. Added section headers, broke code into chunks, moved a couple of lines, etc.
2024-10-31 17:12:08 -05:00
Ben Varick
07f4d38bd2
removed segments from bike_lts with an lts value of 9 2024-10-31 16:48:22 -05:00
Ben Varick
41f461b19a
removed html file from git 2024-10-31 16:40:48 -05:00