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

🧹 Chore: Account for Minimum Toll on Express Lanes #134

Open
3 tasks
DavidOry opened this issue Feb 1, 2024 · 1 comment
Open
3 tasks

🧹 Chore: Account for Minimum Toll on Express Lanes #134

DavidOry opened this issue Feb 1, 2024 · 1 comment
Labels
chore overhead: doesn't add additional functionality, change performance, or refactor code

Comments

@DavidOry
Copy link
Collaborator

DavidOry commented Feb 1, 2024

At least the MTC-operated Express Lanes have a minimum toll value of 50 cents. When setting the distance-based toll rates in the model, there is currently no good way to ensure users pay a minimum of 50 cents.

Progress:

  • Sufficiently defined
  • Approach decided
  • Implemented

Considerations

There are several, as follows:

  • Emme has an alternate roadway assignment procedure called ptoll that is built for this type of use case. This would allow the roadway pathbuilder to build the correct paths with the minimum toll in place.
  • @FlaviaTsang is looking into whether the Express Lanes operated by VTA and ACTC have similar policies
  • An easy fix in the near term is to modify the mode choice UEC so that the toll modes are see a minimum cost of 50 cents.

cc @gregerhardt, @lmz

@DavidOry DavidOry added the chore overhead: doesn't add additional functionality, change performance, or refactor code label Feb 1, 2024
@DavidOry DavidOry changed the title 🧹 Chore: Account 🧹 Chore: Account for Minimum Toll on Express Lanes Feb 1, 2024
@DavidOry
Copy link
Collaborator Author

DavidOry commented Nov 6, 2024

Could also do this in the skim, by setting a minimum toll price of 50 cents. Ancillary benefit is reducing very short trips on the express lanes, which is observed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore overhead: doesn't add additional functionality, change performance, or refactor code
Projects
Status: Todo
Development

No branches or pull requests

1 participant