Export the base graph for different modes of transport.
ors_export(
bbox,
profile = ors_profile(),
...,
api_key = ors_api_key(),
output = c("parsed", "text")
)
List of longitude, latitude
coordinate pairs defining the SW and NE corners of a rectangular area of interest, alternatively a two column matrix
or data.frame
.
Route profile, defaults to "driving-car"
.
Optional parameters as described here
Character scalar containing openrouteservice API key
Output format. By default the response is being parsed to a list-based R object
Lists of graph nodes and edges contained in the provided bounding box and relevant for the given routing profile. The edge property weight
represents travel time in seconds. The response is structured according to output
:
for "text"
, a character vector of length 1 re-encoded to UTF-8.
for "parsed"
, a parsed R object.