generated from dataforgoodfr/d4g-project-template
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support regional energy mixes #42
Comments
If we can query an API such as Electricity Maps, then we can even make it time-dependent. |
adrienbanse
changed the title
Support regional energy mixs
Support regional energy mixes
Apr 30, 2024
|
Merged
Let's re-start this from scratch, and do the following:
|
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now, we only use the world mix to compute GWP, ADPE and PE:
But we know that some providers only have servers in a specific region (e.g. OpenAI in the US).
We could add a column in
data/models.csv
indicating a zone (country, continent, ...), and then query another.csv
(or query some database in another way) to ask for an average energy mix of the zone, or keep the World mix if unspecified.The text was updated successfully, but these errors were encountered: