moved dynamic_crash_map.R to dynamic_crash_map.Rmd
This commit is contained in:
parent
fbc49fa518
commit
07ef95103d
30 changed files with 323 additions and 22064 deletions
3
Makefile
3
Makefile
|
@ -6,7 +6,8 @@ TOPS_data_process: R/TOPS_data_process.Rmd
|
|||
schoolmaps_PDFs: R/schoolmaps_PDFs.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 = "./R/schoolmaps_PDFs.Rmd", output_file = "./html/schoolmaps_PDFs.html")'
|
||||
|
||||
crashmaps_dynamic:
|
||||
crashmaps_dynamic: R/dynamic_crash_map.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 = "./R/dynamic_crash_map.Rmd", output_file = "./html/dynamic_crash_map.html")'
|
||||
|
||||
osrm-data:
|
||||
cd ./docker/osrm/; wget https://download.geofabrik.de/north-america/us/wisconsin-latest.osm.pbf -O ./data-raw/wisconsin-latest.osm.pbf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue