Initial model setup -- Converting SANDAG to ODOT#1
Open
dhensle wants to merge 86 commits intoOrMSC:mainfrom
Open
Initial model setup -- Converting SANDAG to ODOT#1dhensle wants to merge 86 commits intoOrMSC:mainfrom
dhensle wants to merge 86 commits intoOrMSC:mainfrom
Conversation
extensions taken from sandag abm3 example on activitysim repo, configs from current ABM3 Development, model data from old cropped data set dated 30Jan24
needed to update a few settings, handle categorical variable comparisons, and add a few fields to the landuse file. Run time is 11 mins for cropped example (sp on laptop).
Needed because pip still contains activitysim v1.3.4, but we need v1.3.5 or greater.
Current CI tests failing because of outdated packages in the main branch. Using this estimation_enhancements branch until that gets resolved.
Park-and-ride modeling configs
Skimming Code
…into initial_model_setup
1b602d7 to
f5a032d
Compare
* bike model initial commit * update yaml * fix var name * minor bug fixes --------- Co-authored-by: David Hensle <hensle93@gmail.com>
* initial commit * add accessibility logsums * alternative var to string * license holding review, blacken --------- Co-authored-by: David Hensle <hensle93@gmail.com>
This commit avoids a zero probability error since the max bike distance used in trip destination seems to be farther than the maz OD DISTWALK cutoff. Long term fix is actual bike logsum from bike model.
PnR Capacity and New Landuse files from Metro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull requests contains initial model setup for the Oregon Metro model. Features include: