You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARC prototype model requires parking location choice model. New model needs to be added to support ARC's (and others') parking location choice implementations.
The text was updated successfully, but these errors were encountered:
@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.
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.
ARC prototype model requires parking location choice model. New model needs to be added to support ARC's (and others') parking location choice implementations.
The text was updated successfully, but these errors were encountered: