-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add max_walk_distance argument #14
Comments
I've added functions to set walk and bike speed to the R5R core class.
Those speeds are in metres per second. Now, we need to add R wrapper functions around those, probably using km/h as units. Edit: I've added this comment here because our R wrapper functions will have to convert walking speeds and distance into walking times to pass to the Java api. |
Is there a routing-config json in r5 similar to otp? If I recall correctly you can set these speeds in the file. Correct me if I'm wrong. If that's the case, I think a function to create such a file could be handy and could save us time. |
related to #29 |
I've implmented the paremeter
|
@mvpsaraiva , could you please add a |
Done! But... |
Parameter As it stands, the user only passes values to the parameters |
Add a
max_walk_distance
argument to functionsdetailed_itineraries
andtravel_time_matrix
The text was updated successfully, but these errors were encountered: