singularity-energy / open-grid-emissions

Tools for producing high-quality hourly generation and emissions data for U.S. electric grids
MIT License
67 stars 4 forks source link

Add support for NOx, SO2, and CO2e in clean_eia923 #20

Closed miloknowles closed 2 years ago

miloknowles commented 2 years ago

Using eGRID table C-2 and C-3, we should be able to compute NOx and SO2 emissions from the EIA-923 fuel_consumed_units and fuel_consumed_for_electricity_units columns. I thought it would make more sense to implement this within Hourly eGRID so that I can use the cleaning steps you've already established for 923.

grgmiller commented 2 years ago

I want to suggest that we close this issue (or perhaps after @miloknowles finishes the co2 function) and open more specific issues for some of the follow up. #24 adds support for all of these calculations.

I'll be opening some specific issues related to the NOx and SO2 calculations next week.

miloknowles commented 2 years ago

Sounds good, closing! Thanks for all your work on the NOx and SO2 so far @grgmiller .