forked from cyclestreets/cyclestreets-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: cyclestreets
Type: Package
Title: Cycle Routing and Data for Cycling Advocacy
Version: 0.2.0
Authors@R: c(
person("Robin", "Lovelace", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Martin", "Lucas-Smith", role = c("aut")),
person("Eric", "Krueger", role = c("ctb"))
)
Description: An interface to the cycle routing/data services provided by 'CycleStreets',
a not-for-profit social enterprise and advocacy organisation.
The application programming interfaces (APIs) provided by 'CycleStreets' are documented at (<https://www.cyclestreets.net/api/>).
The focus of this package is the journey planning API, which aims to emulate the routes taken by a knowledgeable cyclist.
An innovative feature of the routing service of its provision of fastest, quietest and balanced profiles.
These represent routes taken to minimise time, avoid traffic and compromise between the two, respectively.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
sf,
magrittr,
jsonlite,
httr,
stringr,
geodist
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends:
R (>= 2.10)
Suggests:
stplanr