Skip to content
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

Link21 Transit Improvements #127

Merged
merged 33 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0542bcd
get the model mechanically working
yueshuaing May 8, 2023
86fc3d6
update fare calculation
yueshuaing May 9, 2023
2b8ca32
add extra parameters to configs
yueshuaing May 10, 2023
49706c0
prepare transit network, add necessary attributes
yueshuaing May 11, 2023
3662a76
update demand tables and assignment specs, add mix-mode journey files
yueshuaing May 18, 2023
4886fbc
add PNR parking penalties, update bus time calculation
yueshuaing May 19, 2023
dacf7b9
fix current summary report, output_stop_usage and export_boardings_by…
yueshuaing May 23, 2023
597d149
fix zero_matrix function
yueshuaing May 23, 2023
15e8d71
remove "prepare_network_transit" from global iteration
yueshuaing May 23, 2023
250bf65
add customized segment congestion function and congested transit assi…
yueshuaing May 23, 2023
2041a2c
peaking factors
yueshuaing May 23, 2023
9c3289a
add summary reports
yueshuaing May 24, 2023
4c9124b
add warmstart feature for transit
yueshuaing May 25, 2023
482cafc
transit skimming updates
yueshuaing May 26, 2023
28e4ba9
add skim calculations, fix matrix calculation issue
yueshuaing May 27, 2023
fa97443
Merge branch 'develop' of https://github.com/wsp-sag/tm2py into wsp-s…
AshishKuls Jul 17, 2023
73c1248
Merge branch 'wsp-sag-develop' into bart_transit_improvements
AshishKuls Jul 17, 2023
bbb6480
bringing the updated code
AshishKuls Jul 26, 2023
9d52c06
updates to the attribute used for drive toll
AshishKuls Jul 26, 2023
2c5d4c9
change fare difference parameter to 2.0
AshishKuls Jul 26, 2023
18286bd
Update transit_skim.py
arashasadabadi Oct 2, 2023
e909653
Update transit_assign.py
arashasadabadi Oct 2, 2023
8429ab1
Update household.py
arashasadabadi Oct 2, 2023
714afab
Update config.py
arashasadabadi Oct 2, 2023
07c9a24
Update matrix.py
arashasadabadi Oct 2, 2023
651c36a
Update prepare_demand.py
arashasadabadi Oct 2, 2023
e6487ef
Update model_config.toml
arashasadabadi Oct 2, 2023
5e0fda8
Update scenario_config.toml
arashasadabadi Oct 2, 2023
4b9e5a9
add library for tm2py
arashasadabadi Oct 12, 2023
531427e
Update transit_skim.py
arashasadabadi Oct 12, 2023
c8721fa
Update transit_assign.py
arashasadabadi Oct 12, 2023
6c1744e
Merge pull request #126 from BayAreaMetro/bart_transit_improvements_aa
DavidOry Dec 18, 2023
afde37e
update configuration files
arashasadabadi Dec 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dist/
downloads/
eggs/
.eggs/
lib/
#lib/
lib64/
parts/
sdist/
Expand Down
Loading