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

Separate out vehicles from uses #4

Open
e-lo opened this issue Mar 31, 2020 · 0 comments
Open

Separate out vehicles from uses #4

e-lo opened this issue Mar 31, 2020 · 0 comments

Comments

@e-lo
Copy link
Contributor

e-lo commented Mar 31, 2020

There are required variables in Use Definitions which describe vehicle characteristics which do not necessarily nest within the 'use'.

Specifically, I am thinking of the persons_per_vehicle and pce:

var type req comments
persons_per_vehicle DOUBLE Required Average persons per vehicle. Used to compute person-based performance measures (0 for non-travel uses)
pce DOUBLE Required

Suggest:

  1. separating out vehicle information from use requirements information (or at least making it optional, with a blank invoking some default)
  2. allowing uses or use groups to have "AND" "OR" or "NOT" designations (i.e. all bikes but for class 3 e-bikes)

Use requirements are things like:

  • max weight
  • public transit vehicles
  • TNC vehicles and taxis
  • commercial vehicles
  • minimum pax #

Vehicle information is for differentiating:

  • articulated bus
  • delivery van
  • semi
  • electric cargo bike
  • electric roadsters
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

1 participant