Skip to content

Commit

Permalink
OS
Browse files Browse the repository at this point in the history
  • Loading branch information
CHASSERIEAU Quentin committed Feb 20, 2025
1 parent 59e9942 commit 67272ad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Binary file added docs/public/transport_modeling/OS_flowchart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/transport_modeling/OS_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/quetzal_library/transport_modeling_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,20 @@ Quetzal was inspired by the classical 4 step transport modeling and provides alg
- Retroaction *loops* are used between the steps
![classical four step structure](/transport_modeling/steps_quetzal_loop_PR_en.png)

# Assignment
## Optimal Strategies

- *Optimal Strategies* can be established toward the destinations
- It a set of relevant line to board at each station and associated alighting stations
- The path is not known beforehand but is built along the journey of the traveler
- The expected time of arrival is better than the better sequence of lines yielded by the shortest path algorithm run in a frequency-based graph
- The assignment on each link is derived from the deterministic strategies
![classical four step structure](/transport_modeling/OS_map.png)
On this complex example in Dire Dawa (Ethiopia), users start from Misrak Buna in the east and go to Kebele 2 in the west
Then they wait in Lega Hare, for the 10 or 10bis to stop and board the first one.
Then, those who board line 10 alight in Legehar and the users of line 10 bis alight in Ashawa.
Both line 1 and line 22bis stop at Ashawa (first stop) and Legehar. Our users will board the first of these line to stop at their station.
Once they are in line 1 or 22bis, they will alight in Bridge to board the line 18 and alight at Jerba Police then walk to their final destination.
![classical four step structure](/transport_modeling/OS_flowchart.png)


0 comments on commit 67272ad

Please sign in to comment.