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

Updating TM2.1 branch with changes on Master #73

Draft
wants to merge 28 commits into
base: TM2.1
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2d650b5
fix internal/external trip table
ychtw Apr 19, 2021
cf860b4
Update README.md
lmz Jun 17, 2021
81df294
Add links to Readme
lmz Jul 21, 2021
ea38671
Correct air passenger scaling error
DavidOry Aug 11, 2021
0274eb4
Merge pull request #47 from BayAreaMetro/fix_air_pax
lmz Aug 11, 2021
d9bc1eb
Create ACS 2013-2017 create MAZ data for households by income for 2015.R
shimonisrael Sep 25, 2021
fa73413
Update ACS 2013-2017 create MAZ data for households by income for 2015.R
shimonisrael Sep 25, 2021
9b2a600
Output data by MAZ
shimonisrael Sep 25, 2021
ff126e2
Update documentation
shimonisrael Sep 25, 2021
79f5bf3
Add ungroup () for consistency.
shimonisrael Sep 25, 2021
5e747b0
Changed script directories
shimonisrael Sep 25, 2021
35983aa
Create Census 2010 MAZ and TAZ2 crosswalks to blockgroup
shimonisrael Sep 27, 2021
7601f9c
Deal with 0-HH block groups for Census 2010 and add logger
shimonisrael Sep 30, 2021
1e010de
Updated documentation.
shimonisrael Sep 30, 2021
f3ceab6
Add README and clean up directory
shimonisrael Sep 30, 2021
7de19be
Update README.md
shimonisrael Sep 30, 2021
9d00bce
Updated documentation.
shimonisrael Sep 30, 2021
0f7731c
Delete .Rhistory
shimonisrael Sep 30, 2021
5be1209
Update README.md
shimonisrael Sep 30, 2021
63ab1d0
Update README.md
shimonisrael Sep 30, 2021
65751cd
Update README.md
shimonisrael Sep 30, 2021
8da5816
Update README.md
shimonisrael Sep 30, 2021
5985b69
Adding log file to repository for sharing
shimonisrael Oct 4, 2021
ce455b0
Added link to block/MAZ crosswalk
shimonisrael Oct 4, 2021
9f36d90
Update README.md
lmz Sep 2, 2022
e129b46
Update README.md
yuqiww Apr 10, 2023
ced0a27
Update README.md
lmz Apr 10, 2023
aea001e
auto ownership calibration
dhensle Jan 2, 2024
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 @@ -2,8 +2,8 @@
core/build/
core/release/
/bin/
*.log
*.bak
*.exe
*.Rhistory
model-files/runtime/config/pskill.exe
utilities/vta_expresslane_feed_saver/vta_expresslanes_2018*
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
travel-model-two
================

Placeholder for all things related to MTC's Travel Model Two (currently in development)
Development plan:

* [**TM2.0**](https://github.com/BayAreaMetro/travel-model-two/releases/tag/TM2.0): Initial TM2 with Cube, CTRAMP core, 3-zone system. In use by TAM.
* **TM2.1**: TM2 with transit CCR (capacity, crowding, reliability) implemented in Emme (uses Cube _and_ Emme), CTRAMP core. Anticipated release: Fall/Winter 2021. This work is being performed in the branch [develop](https://github.com/BayAreaMetro/travel-model-two/tree/develop)
* **TM2.2**: TM2 with Emme only (not Cube). CTRAMP core. This work is being performed in [the tm2py repository](https://github.com/BayAreaMetro/tm2py)
* **TM2.3**: TM2 with Emme only and ActivitySim core. This work is also in progress in [ActivitySim / BayDAG](https://github.com/BayAreaMetro/activitysim/tree/BayDAG)
9 changes: 9 additions & 0 deletions maz_taz/crosswalks/ACS_2017_MAZ_TAZ_Crosswalk.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
INFO [2021-09-30 14:27:57] Create Census 2010 MAZ and TAZ shares of blockgroups.R
INFO [2021-09-30 14:27:57] Bringing in Census 2010 block-level total households and then summing to block group.
INFO [2021-09-30 14:28:19] There are 109228 blocks and 4756 block groups in 2010.
INFO [2021-09-30 14:28:19] Calculate 2010 household block share of block groups for later summing at MAZ/TAZ2 level.
INFO [2021-09-30 14:28:21] BG(s) with no hhs in Census 2010, yet some in ACS 2017: Blockgroup 60855050082 with 2 blocks
INFO [2021-09-30 14:28:21] Any such block groups will be apportioned to constituent blocks proportionately by number of blocks.
INFO [2021-09-30 14:28:21] Sum block shares to MAZ and TAZ2, respectively.
INFO [2021-09-30 14:28:21] Output maz crosswalk: Census 2010 hhs maz share of blockgroups_ACS2017.csv
INFO [2021-09-30 14:28:21] Output taz crosswalk: Census 2010 hhs taz share of blockgroups_ACS2017.csv
Loading