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

Accumulate distances by road class #246

Open
robfitzgerald opened this issue Aug 8, 2024 · 0 comments
Open

Accumulate distances by road class #246

robfitzgerald opened this issue Aug 8, 2024 · 0 comments

Comments

@robfitzgerald
Copy link
Collaborator

In order to quantify energy savings by trip type, we should know what trips cover what amount of highway, arterial, and other road types, so that in our summarization, we might have the following:

"road_class_distance": {
  "highway": 0.01,
  "motorway": 0.5,
  "residential": 2.352
}

which tells us that this trip covers mostly residential streets.

this should be accomplished with an output plugin instead of appending more state to the search.

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