From dd36d8b9570aa4a1ba8f2ac0dd1dd06520c4d27f Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Tue, 5 Nov 2024 08:15:00 -0600 Subject: [PATCH] added top level .html files to .gitignore and edited a note in cycling_route_analysis_brouter.Rmd --- .gitignore | 2 ++ cycling_route_analysis_brouter.Rmd | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b38b214..a609cd0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ trash/ api_key R/route_analysis.html log/ +# Exclude html files generated in the top directory (from RStudio runs) +./*.html diff --git a/cycling_route_analysis_brouter.Rmd b/cycling_route_analysis_brouter.Rmd index 2179833..d92a9c5 100644 --- a/cycling_route_analysis_brouter.Rmd +++ b/cycling_route_analysis_brouter.Rmd @@ -155,7 +155,7 @@ routes <- bind_rows(routes) ``` Notes: -- _osrmRoute_ is the primary function used above. +- this queries the brouter server to get routes ## Combine routes with Bike LTS