Create a model plugin that estimates water used by an application #28
jmcook1186
started this conversation in
Develop an Idea
Replies: 1 comment 1 reply
-
@jmcook1186 Great Idea! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Story
As a user I want to know the environmental impacts of my software beyond carbon. Water is another important environmental concern
Rationale
IF aims to estimate the environmental impacts of software across many dimensions, but the current set of models only allows us to calculate carbon. It should be possible to calculate the water consumed by an application and output it alongside carbon.
Scope
This should be a model plugin that conforms to the IF model plugin interface.
Implementation guidelines
that measures the amount of water used by an application over a given
duration`water
in units of...?duration
in units of seconds an input.Difficulty
2/5
This estimate assumes there is a citeable relationship between available inputs and water consumption, in which case model building is expected to be relatively straightforward.
Impact
3/5
This will help expand the IF beyond carbon
Examples and resources
IF docs
Model building tutorial
Beta Was this translation helpful? Give feedback.
All reactions