-
Notifications
You must be signed in to change notification settings - Fork 232
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
[Policy API] support vehicle distribution by % #618
Comments
Example Meg Young (Baltimore) presented during the working group meeting today -
|
This is an example of where you could use Would you like a concrete example of a How many zones are in Baltimore? Using |
Notes from the working group meeting discussions.
@Karcass Can you create a concrete example of how you could do this with Policy now? |
@Karcass @avatarneil Could you all add an example of how it may be possible to do this with Policy now? And if it's not possible, an idea of what it would take to support this? The Metrics methodology may also benefit from a standard way to calculate this. |
Posting an update from presentation MDS Policy Extensions 15 July 2021
|
So how we adapted MDS at Populus for this use case is that we have:
The rule_name is selected from a predefined list of policy types. We assume that everyone who uses our platform knows what Distribution means and how Populus is calculating those numbers. So we don't define "Distribution" or ask for clarification on a count method. FYI we've never received requests to calculate distribution in a different way. Note: Having a predefined list of rule types where there was shared understanding of concepts was a key requirement for the cities we work with. They needed the policies to be categorizable and human-readable. Some of these policy types are more narrowly defined than others. For example, we have a "Vehicle Cap" rule type but cities still need to specify the count_method using the SAE definitions. But for "Distribution" rule type the count_method is inherent to the rule. Upon further consideration, just expanding rule_units to include "percentage" is not enough as it's unclear the way Policy API is currently written what the % is of. Looks like the solution could include a combination of Metric-based rule plus more fields around count method. We're okay with keeping this as-is at Populus while the larger MDS community figures out how to move forward. |
We use an extremely similar approach at RR, re: a |
Is your feature request related to a problem? Please describe.
Many cities have policies where the vehicle distribution is based on a % of the total vehicles. This is a policy found in cities like Chicago, Portland, and Oakland among others. However, I don't see a way to clearly convey this concept using the Policy API where the my options for rule_type are: count, type, speed, rate, user.
Describe the solution you'd like
Is this a breaking change
Impacted Spec
policy
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: