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

Adapt code to monetization #21

Open
ctchervenkov opened this issue Oct 5, 2018 · 4 comments
Open

Adapt code to monetization #21

ctchervenkov opened this issue Oct 5, 2018 · 4 comments

Comments

@ctchervenkov
Copy link
Contributor

Current, externalities (emissions, congestion) are calculated for each GPS trace.
To be included is the calculation of costs directly in the loop.
Some refactoring will be needed.

@joemolloy
Copy link
Collaborator

joemolloy commented Oct 5, 2018

for the monetisation of emssisons, here is a list of the different types we can collect:
http://www.hbefa.net/e/help/HBEFA33_help_en.pdf (page 21)

regarding methane (as we just discussed in person), its a part of HC. We can collect it separately though, or just use HC for the calculations

currently, the code only collects the following:
CO("CO"), CO2_TOTAL("CO2(total)"), FC("FC"), HC("HC"), NMHC("NMHC"), NOX("NOx"), NO2("NO2"), PM("PM"), SO2("SO2");

@joemolloy
Copy link
Collaborator

But then, to add other emissions, ill have to re-export the hbefa database, and then edit the emissions contribute to support them. Not too much work

@ctchervenkov
Copy link
Contributor Author

That would be great to basically include all the pollutants that are available in HBEFA.
I would also not mind to do it if you quickly show me where the database lives.

@ctchervenkov
Copy link
Contributor Author

Yeah, for methane CH4 being part of HC, we still need to know what percentage of this total HC is CH4, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants