This dataset represents routes associated with the top 10 commuter 'desire lines' in Leeds.

routes_leeds_foot_10

Format

A data frame with 10 rows and 22 variables:

distance

double Distance in m according to OSRM

duration

double Duration in seconds according to OSRM

geometry

list Geometry

Examples

plot(routes_leeds_foot_10$geometry, lwd = 6, col = "green")
plot(routes_leeds_bike_10$geometry, lwd = 4, col = "blue", add = TRUE)
plot(routes_leeds_car_10$geometry, lwd = 2, col = "red", add = TRUE)