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
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
Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev
libssl-dev libproj-dev libsqlite3-dev libudunits2-dev
Repository: https://riatelab.r-universe.dev
Date/Publication: 2026-02-12 10:52:28 UTC
RemoteUrl: https://github.com/riatelab/valh
RemoteRef: HEAD
RemoteSha: 0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d
NeedsCompilation: no
Packaged: 2026-06-12 07:46:08 UTC; root
Author: Timothée Giraud [cre, aut] (ORCID:
),
Matthieu Viry [aut] (ORCID: )
Maintainer: Timothée Giraud