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

Add Parking Location Choice Model for ARC #346

Closed
danielsclint opened this issue Sep 11, 2020 · 3 comments
Closed

Add Parking Location Choice Model for ARC #346

danielsclint opened this issue Sep 11, 2020 · 3 comments
Assignees

Comments

@danielsclint
Copy link

ARC prototype model requires parking location choice model. New model needs to be added to support ARC's (and others') parking location choice implementations.

@danielsclint
Copy link
Author

@bstabler: You can assign this to me. I'm working on it on my fork. I'm also planning, at this point, to add a "psuedo-" parking location choice model to the existing MTC example as my test case.

@danielsclint
Copy link
Author

I finally got everything working. I went down a few different rabbit holes before I finally found a solution I liked. This solution pivots largely from the trip_destination_choice model with some simplifications removing unnecessary components for the ARC implementation.

Their are two commits with the components:

  • Working Parking Location Choice Model: This works! I temporarily slid it into the MTC example for expediency, but I'll separate it once the core functionality has been reviewed. It could probably use some more error checks. Once our analyst completes the trip_mode_choice UEC conversion, we will flush out a more complete model specification from the ARC UEC.
  • Trip Matrix Write: Simple addition that looks for the parking location model in the model workflow. If the parking location model is found, it replaces the trip destination with the trip parking zone.

It would be great if @toliwaga and / or @bstabler could take a look and offer feedback.

@bstabler
Copy link
Contributor

bstabler commented Jan 18, 2021

these are now included in the release, see example_mtc_arc_extensions, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants