Created route_to_school.Rmd
This script is a spin-off of cycle_route_analysis_brouter.Rmd.
This commit is contained in:
parent
39d86edb1a
commit
d1b1fd0253
4 changed files with 253 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -2,7 +2,7 @@ all: data containers cycle
|
|||
|
||||
data: osrm-data brouter-data
|
||||
containers: osrm-container brouter-container
|
||||
cycle: cycle_brouter
|
||||
cycle: route_to_school
|
||||
|
||||
walk: route_analysis.Rmd
|
||||
R -e 'library("rmarkdown"); old_path <- Sys.getenv("PATH"); Sys.setenv(PATH = paste(old_path, "/usr/local/bin", sep = ":")); rmarkdown::render(knit_root_dir = "./", output_dir = "./html", input = "./route_analysis.Rmd", output_file = "./html/route_analysis.html")'
|
||||
|
@ -13,6 +13,9 @@ cycle_osrm: cycling_route_analysis.Rmd
|
|||
cycle_brouter: cycling_route_analysis_brouter.Rmd
|
||||
R -e 'library("rmarkdown"); old_path <- Sys.getenv("PATH"); Sys.setenv(PATH = paste(old_path, "/usr/local/bin", sep = ":")); rmarkdown::render(knit_root_dir = "./", output_dir = "./html", input = "./cycling_route_analysis_brouter.Rmd", output_file = "./html/cycling_route_analysis.html")'
|
||||
|
||||
route_to_school: route_to_school.Rmd
|
||||
R -e 'library("rmarkdown"); old_path <- Sys.getenv("PATH"); Sys.setenv(PATH = paste(old_path, "/usr/local/bin", sep = ":")); rmarkdown::render(knit_root_dir = "./", output_dir = "./html", input = "./route_to_school.Rmd", output_file = "./html/route_to_school.html")'
|
||||
|
||||
osrm-container: ./docker/osrm/docker-compose.yml
|
||||
cd ./docker/osrm/; docker compose up -d
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue