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

PCE counts handler #181

Open
Theodore-Chatziioannou opened this issue Feb 15, 2022 · 1 comment
Open

PCE counts handler #181

Theodore-Chatziioannou opened this issue Feb 15, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Theodore-Chatziioannou
Copy link
Contributor

We can currently extract link vehicle counts from Elara, however, to understand or analyse congestion effects, we need to be looking at PCE counts. This could be its own handler, or a switch in the LinkVehicleCounts one.

@fredshone
Copy link
Contributor

my knee jerk preferance is for a stand alone LinkPCECounts handler. I think it is easier for users to understand and use, as opposed to passing options via the complex config form.

linkVehcileCcounts' is typically set as 'car', and/or bus. Not sure it even works with all`? If you ran with all you would also be returning trains etc, which might not be of interest. I think "all" might simply break the vent handlers factory.

As a hack could calc PCE from the above, ie (1 * car) + (2.8 * bus) etc. Elara already scales stuff as required (only cars).

If we still are happy for PCE to be calculated for individual modes eg LinkPCECounts:car and LinkPCECounts:bus then can simply add as a column to existing?

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

3 participants