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

Update to 2022 data #322

Closed grgmiller closed 6 months ago

grgmiller commented 6 months ago

Purpose

This PR updates the OGE pipeline to work with 2022 data, and also updates the manual tables.

What the code is doing

Updates default years to 2022 (Fixes CAR-3399) Updates source of eGRID2020 data to the v2 file (not used in the pipeline, only for comparison)

Updates reference tables (see https://github.com/singularity-energy/open-grid-emissions/issues/260) (Fixes CAR-3349)

load_data.py

data_cleaning.py

eia930.py

emissions.py

validation.py

Testing

Running the pipeline for 2022 (not yet complete)

Usage Example/Visuals

How the code can be used and/or images of any graphs, tables or other visuals (not always applicable).

Review estimate

How long will it take for reviewers and observers to understand this code change?

Future work

The following warnings were raised when running the pipeline:

Checklist

grgmiller commented 6 months ago

Updates since last review: (in general, these are aimed at reducing the number of missing values in the output data)

data_cleaning.py

output_data.py

validation.py