Skip to content

Commit

Permalink
four steps
Browse files Browse the repository at this point in the history
  • Loading branch information
CHASSERIEAU Quentin committed Feb 21, 2025
1 parent 8f6be77 commit a787f1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Binary file modified docs/public/transport_modeling/IPA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 9 additions & 7 deletions docs/quetzal_library/transport_modeling_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,24 @@ aside: false
# WORK IN PROGRESS | WIP
This section is progress, we hope to provide a more comprehensive introduction to static macroscopic transport modeling soon.
A complete introduction to the topic can be found in the book that inspired most of Quetzal's implementation.

*de Dios Ortúzar, J., & Willumsen, L. G. (2024). Modelling transport. John wiley & sons*
# Inputs
Work in progress
# Outputs
Work in progress

# 4 Step Structure | Work In Progress
Quetzal was inspired by the classical 4 step transport modeling and provides algorithms
- In the *generation*, zonal data such as number of households and jobs is used to assess the volume of outgoing and ingoing trips of each zone. These trips are respectively called productions and attractions.
- In the *distribution*, the productions and attractions are balanced and the destinations of the outgoing trips of each zone are chosen.
- In the *modal split* , the the volume of passenger of each Origin-Destination (OD) pair is split between the available modes.
- In the *assignment*, the relevant itineraries of each OD pair are enumerated and the users are shared amongst those paths.

- The sequence of the four steps is based on :
::: tip :cloud: A thought on the order of the steps
- The classical sequence of the four steps is based on :
- Data workflow constraints e.g., the outputs of the generation are used for the distribution
- Our understanding of the decision process
- Our understanding of the decision process and what is more important to us
- A calibration order that minimizes the need for feedbacks and saves time
- It is flexible though:
- The travel times generated in the assignment are used in the upstream steps of distribution and modal split
- Two or more steps can be integrated in order to model our choices more accurately.
:::

![classical four step structure](/transport_modeling/steps_en.png)

Expand Down

0 comments on commit a787f1b

Please sign in to comment.