-
Notifications
You must be signed in to change notification settings - Fork 128
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
[Doc] Add some precisions on biking and walking parameters #4360
base: dev
Are you sure you want to change the base?
Conversation
|
@@ -1013,6 +1013,27 @@ See how disruptions affect a journey in the [real time](#realtime) section. | |||
| nop | free_radius_to | int | Radius length (in meters) around the coordinates of arrival in which the stop points are considered free to go (crowfly=0) | 0 | | |||
| nop | timeframe_duration | int | Minimum timeframe to search journeys (in seconds, maximum allowed value = 86400). For example 'timeframe_duration=3600' will search for all interesting journeys departing within the next hour. | 0 | | |||
|
|||
### Additional Parameters for Biking and Walking | |||
|
|||
Navitia’s routing engine for biking, walking, and driving is powered by [Valhalla](https://valhalla.github.io/valhalla/). This robust and flexible software enables advanced and efficient route calculations. Valhalla is deeply integrated into Navitia, enabling high-performance intermodal routing calculations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
calculations > computations
To customize routing behavior, you can use these parameters in Navitia by adding the appropriate prefix (`walking_` or `bike_`). For example, setting `walking_walkway_factor=3` increases the preference for pedestrian paths, while `bike_use_hills=0` avoids hilly terrain when cycling. Below are two examples: | ||
|
||
| Mode | Valhalla Parameter | Description | Navitia Parameter | Example API Request | | ||
| ------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pas de remarques particulières, mais tu n'es pas obligé de faire des colonnes de mêmes dimensions : si tu réduis la taille des colonnes, ça permet de mieux voir le nombre de colonne total
|-----|------|-----|-----|-----|
This PR contains a small documentation update