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