singularity-energy / open-grid-emissions

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

Add tests to ensure that data download and EIA-923 cleaning works for 2005-2020 #181

Closed miloknowles closed 2 years ago

miloknowles commented 2 years ago

This PR resolves some issues that were breaking the clean_eia923 function on older years.

Other improvements

miloknowles commented 2 years ago

Also, I changed EIA-923 to allow users to disable subplant ID merging as well as NOx and SO2 calculations. The default values of those flags will cause the function to behave the same as before everywhere else.

miloknowles commented 2 years ago

For refererence, this PR advances #117