-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1 KB
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
Package: valh
Type: Package
Title: Interface Between R and the OpenStreetMap-Based Routing Service 'Valhalla'
Version: 0.2.0
Authors@R: c(person("Timothée", "Giraud", email = "timothee.giraud@cnrs.fr",
role = c("cre","aut"), comment = c(ORCID = "0000-0002-1932-3323")),
person("Matthieu", "Viry", role = c("aut"),
comment = c(ORCID = "0000-0002-0693-8556")))
Description: An interface between R and the 'Valhalla' API. 'Valhalla' is a
routing service based on 'OpenStreetMap' data.
See <https://valhalla.github.io/valhalla/> for more information.
This package enables the computation of routes, trips, isochrones and
travel distances matrices (travel time and kilometer distance).
License: GPL (>= 3)
Imports:
jsonlite,
googlePolylines,
curl,
utils,
sf
Depends:
R (>= 3.5.0)
Suggests:
knitr,
rmarkdown,
tinytest
URL: https://github.com/riatelab/valh
BugReports: https://github.com/riatelab/valh/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: knitr