From b848389696e9c3f2fb67ead50e34de6925abe282 Mon Sep 17 00:00:00 2001 From: robinlovelace Date: Wed, 1 Jan 2025 18:46:03 +0000 Subject: [PATCH] Update routing profile, close #1147 --- 13-transport.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13-transport.Rmd b/13-transport.Rmd index a20f3db3c..1a3fe8703 100644 --- a/13-transport.Rmd +++ b/13-transport.Rmd @@ -540,7 +540,7 @@ This is done using the publicly available OSRM service with the **stplanr** func ```{r 13-transport-18, message=FALSE} routes_short = route(l = desire_lines_short, route_fun = route_osrm, - osrm.profile = "bike") + osrm.profile = "car") ``` The output is `routes_short`, an `sf` object representing routes on the transport network\index{network} that are suitable for cycling (according to the OSRM routing engine at least), one for each desire line.