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

Link Vehicle Capacity Handler #187

Open
elizabethc-arup opened this issue Mar 5, 2022 · 1 comment
Open

Link Vehicle Capacity Handler #187

elizabethc-arup opened this issue Mar 5, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@elizabethc-arup
Copy link
Contributor

We are looking to understand the ratio of passengers traversing a link in a given hour to the total capacity of all vehicles that have done the same traversal, as a result, we were thinking that a LinkVehicleCapacity handler could be very useful for computing the latter total vehicle capacity traversing a link - the LinkVehicleCapacity handler would be very similar to the LinkVehicleCounts handler but instead of summing vehicle counts it will sum the corresponding vehicle capacity of the vehicles that traverses a link.

@elizabethc-arup elizabethc-arup added the enhancement New feature or request label Mar 5, 2022
@elizabethc-arup
Copy link
Contributor Author

I have started implementing a first version of this new handler in a currently local branch extract-link-pt-capacity by adapting the LinkVehicleCounts Handler as described above. Upon testing the handler, I encountered a legacy issue with the transit_vehicles.xml described in the issue #188 capacity definition structure change in transit_vehicles.xml . Could I please get some advice on what the best approach would be for resolving this? Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant