-
Notifications
You must be signed in to change notification settings - Fork 8
abm3 v15.2.1 updates #29
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
Conversation
configs/common/network_los.yaml
Outdated
| - traffic_skims*.omx | ||
| - transit_skims*.omx | ||
| - traffic_skims*.omxz | ||
| - transit_skims*.omxz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The skims will need to be updated to be in the omxz format
| Walk distance,@_walk_distance,coef_walk_distance | ||
| Walk Unavailability,"@np.where(_walk_distance == 0, 1, 0)",coef_unavailable | ||
| Require parking zone to be less than 0.75 mile from dest,"@np.where(_walk_distance > 0.75, 1, 0) * (df.destination != df.parking_zone)",coef_unavailable | ||
| Description,Expression,segment_1,segment_2,segment_3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be reflected in a future pull request, but I added a fourth segment
|
This PR was auto-closed because |
This PR brings in model specifications from SANDAG's ABM3 production model, version v15.2.1. Changes were manually reviewed to make sure they do not overwrite any existing Sharrow-related changes that have been added in this repo but not in the SANDAG's production version.
Detailed changes include: