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

Regularly (yearly ?) update the value used as fall-back / default for the carbon intensity of electric power. #19

Open
Grim-bot opened this issue Feb 14, 2022 · 4 comments

Comments

@Grim-bot
Copy link
Collaborator

As time goes on, carbon intensity of electricity from 2014 will hopefully be more and more outdated. Can this value be automatically fetched from some public source and updated regularly, e.g., every one or two years?

@vincenzopecorella
Copy link
Contributor

Cumulator bases its computation on the monthly updated https://github.com/owid/energy-data?country=. We already included a script to modify the dataset obtained from the source above to be directly used with Cumulator. I've just updated the README to make it explicit.

@Grim-bot
Copy link
Collaborator Author

Grim-bot commented Feb 18, 2022

Thank you! I was referring to this part of the readme:

Cumulator will try to set the carbon intensity value based on the geographical position of the user. In case the detection fails the default value will be set. It is possible to manually modify the default value.

self.carbon_intensity = 447 <- conversion to carbon footprint: average carbon intensity value in gCO2eq/kWh in the EU in 2014

Is this fallback (default) value also updated using https://github.com/owid/energy-data ?

@Grim-bot
Copy link
Collaborator Author

@vincenzopecorella

  • Is the fallback (default) value also updated using https://github.com/owid/energy-data ?
  • Can we also mention the source used for information about hardware specs (I believe it is techpowerup.com ) in the README ?

Then we can close this issue

@vincenzopecorella
Copy link
Contributor

Hey! We didn't modify the default value, it is the same computed by @tristantreb. About hardware specs you are right, we took them from techpowerup.com and can be worth mentioning in the README.
We can't however modify this repo since we don't have the rights here.

By the way, I just noticed that on https://github.com/owid/energy-data they have updated the dataset, it can be nice to swap old dataset with the updated one. We made some functions to ease this process and you can find them under /src/cumulator/countries_data/country_dataset_helpers.py

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

2 participants