cyclestreets_route {slopes}R Documentation

A journey from CycleStreets.net

Description

Road segments representing suggested route to cycle in Leeds, UK.

Usage

cyclestreets_route

Format

An object of class sf with 18 rows and 14 columns on route characteristics. See https://rpackage.cyclestreets.net/reference/journey.html for details.

Details

Simple feature collection with 30 features and 32 fields

See data-raw/cyclestreets_route.R in the package's github repo for details.

Source

CycleStreets.net

Examples

library(sf)
class(cyclestreets_route)
plot(cyclestreets_route$geometry)
cyclestreets_route

[Package slopes version 1.0.1 Index]