For the Link21 study, we added infrastructure to represent timed transfers at specific nodes, e.g., 12th Street BART. This issue better explains the functionality.
Progress:
Considerations
The model_config file identifies node_ids with timed transfers here. The config also sets mode-specific transfer boarding penalties (which are generally the same as the regular boarding penalties) here.
In the network building steps, the transfer boarding penalty is set to zero for nodes identified in the timed_transfer config. See here. Note this will currently only work if the mode is heavy rail, or h.
fyi @Ennazus, @lmz
For the Link21 study, we added infrastructure to represent timed transfers at specific nodes, e.g., 12th Street BART. This issue better explains the functionality.
Progress:
Considerations
The
model_configfile identifiesnode_ids with timed transfers here. The config also sets mode-specific transfer boarding penalties (which are generally the same as the regular boarding penalties) here.In the network building steps, the transfer boarding penalty is set to zero for nodes identified in the
timed_transferconfig. See here. Note this will currently only work if the mode is heavy rail, orh.fyi @Ennazus, @lmz