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

add renewable energy data to recorded emissions #23

Closed
sichen1234 opened this issue Oct 28, 2020 · 0 comments
Closed

add renewable energy data to recorded emissions #23

sichen1234 opened this issue Oct 28, 2020 · 0 comments

Comments

@sichen1234
Copy link
Contributor

Based on #2, add the portion of renewable vs non-renewable energy to the utility seed data and the calculated emissions on the ledger:

  1. Add columns DQ (Total Nonrenewable Generation) and DR (Total renewable generation) to the amazon dynamo database of utility data egrid dataloader
  2. In emissions-calculator.js, also calculate:
    2a. renewableEnergyUseAmount = energyUseAmount * Total Renewable Generation/Total Generation
    2b. nonrenewableEnergyUseAmount = energyUseAmount * Total NonRenewable Generation/Total Generation
  3. Store the following data in the ledger:
    3a. renewable energy use amount
    3b. nonrenewable energy use amount
    3c. energy use UOM
    3d. division type: NERC_REGION
    3e. division id value
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