-
Notifications
You must be signed in to change notification settings - Fork 31
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
Speed parameter #115
Comments
This variable is used to get the theoretical maximum (euclidean) distance reached within the maximum |
Great, so if I want to make an isochron for kids around a school; is it possible to edit the osrmIsochrone.R file to adjust the walk to a factor that reduces this speed? Of course making a clone of the package. |
Nope, that would not be useful. This parameter only define the extent of the grid internally needed to get measures. If you want a custom speed (walking slowly, running...) to be used in time distance calculation by OSRM, you'll need to use your own instance of OSRM server and use a custom profile (editing a *.lua profile file from OSRM server GitHub repo for exemple) in it. [edit]
[/edit] |
What is the speed parameter in the osrmIsochrone.R file? In the walking parameter we have 10 * (1000/60)? Is it miles, kilometers/h?
The text was updated successfully, but these errors were encountered: