-
Notifications
You must be signed in to change notification settings - Fork 231
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
Extend vehicle type definitions to improve ability to report on equity, access, and safety #426
Comments
I used to work at Zipcar, and we had a vehicle database with many of these attributes. Including this information seemed like overkill for micromobility, but is clearly useful in many other mobility contexts. I would be interested in participating in putting together a proposal for the 0.5.0 timeframe. |
That would be great if you could take this on for 0.5.0. As an example of relevance for micromobility, there is a substantial gender disparity. One potential factor for this is that micromobility vehicles generally do not accommodate trips related to childcare or household errands (which are still disproportionally fall to women). New form factors are emerging that may make these vehicles more useful for these kinds of trips and it would be helpful to be able to track where they are available and how they’re used. |
In addition to reporting, being able to specify accessible vehicle types would help with policies that mandate certain levels of fleets be accessible vehicles. See some reporting on such vehicles being used in San Francisco here: https://www.masstransitmag.com/alt-mobility/shared-mobility/bicycle-scooter-sharing/press-release/21237270/san-francisco-municipal-transportation-agency-sfmta-sfmta-rolling-out-adaptive-scooters |
@jiffyclub can you clarify if the intention was to use this in any reporting as you mentioned in your comment, or only in the Policy API? Just want to flag the privacy risk if the intention was for reporting purposes (the reason for the Reports API). |
I meant that an |
We've added a lot of these options and new fields as part of MDS 2.0, and can add more in the future if needed for specific use cases. |
In conversations with various folks working on defining metrics for equity, accessibility, and safety, the need for data about vehicle form factor and other characteristics has been raised. For example:
SAE J3194 defines a taxonomy which address some of these vehicle characteristics.
Could/should we add data points like these into MDS? This could take the form of additional flags/fields in the
agency
vehicle
endpoint and theprovider
trips
endpoint. Alternatively, it may make sense to define avehicle_model_id
field which maps to a separate table where individual characteristics are defined.This issue was also touched on in discussion of #416.
The text was updated successfully, but these errors were encountered: