get_isochrone: Get isochrone based on departure or arrival times and...

Description Usage Arguments Value

View source: R/rtraveltime.R

Description

Get isochrone based on departure or arrival times and locations Expects 'rtraveltime.id' and 'rtraveltime.key' options to be set with traveltime API information

Usage

1
get_isochrone(data, type = c("departure", "arrival"))

Arguments

data

tibble of type sf with point geometry for starting locations and fields 'travel_time' travel time in seconds 'mode_type' transportation type 'id' (optional), must be unique if present the return data will be labeled by 'id' values

type

either 'departure' or 'arrival' to indicate the type of time request

Value

a vector of type sf containging the isochorone polygons


mountainMath/rtraveltime documentation built on Nov. 8, 2019, 9:31 a.m.