23 Commits

Author SHA1 Message Date
d852d5814e
adjusted directories, edited README 2025-01-31 11:49:45 -06:00
910dcd1d1a
added make commands for editing osm 2025-01-30 17:19:23 -06:00
7ff54d52ea
changed to osmium-tool 2025-01-29 15:11:30 -06:00
ac78d62347
added import .pbf to xml 2025-01-29 10:15:15 -06:00
syounkin
d0eecdc2c5 Added descriptive text to WI-schools-cycle.Rmd 2024-11-22 11:08:43 -06:00
syounkin
7d7a980400 Created WI-schools-cycle.Rmd
This script loops through WI schools and computes the cycling route from each grid cell to school. These routes and grids are saved to rds objects to be analyzed in a separate script.
2024-11-21 11:32:27 -06:00
syounkin
912e12de2d Merge branch 'main' into sgy 2024-11-20 09:52:58 -06:00
01a4270d2b
added shortest brouter profile
add download safest profile from source repo

other small edits to clean up code
2024-11-14 17:53:00 -06:00
syounkin
d1b1fd0253 Created route_to_school.Rmd
This script is a spin-off of cycle_route_analysis_brouter.Rmd.
2024-11-13 14:00:07 -06:00
syounkin
dde9ece09f Update to Makefile 2024-11-07 12:01:03 -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
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
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
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
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
syounkin
a389ec2b65 Better fix to data link issue 2024-10-31 13:28:44 -05:00
027d2b6f5d
adjusted where the html file is saved 2024-10-29 13:35:51 -05:00
syounkin
817126bef5 Run Markdown Script with make
Created a Makefile to be used to run R markdown scripts. See README for more info. Also created R and html subdirectories. The repo should contain the html subdirectory but not the files in it.
2024-10-29 10:39:05 -05:00