diff --git a/cycling_route_analysis.Rmd b/cycling_route_analysis.Rmd index 21df701..7116a91 100644 --- a/cycling_route_analysis.Rmd +++ b/cycling_route_analysis.Rmd @@ -152,9 +152,6 @@ bike_lts <- left_join(bike_lts, as.data.frame(bike_lts_buffer %>% select(OBJECTI ``` Notes: for each segment in bike_lts, this counts how many student's calculated routes intersect with it (within a 20 m buffer) -Notes: - - # Make Maps