singularity-energy / open-grid-emissions

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

Update year to 2023 #393

Closed grgmiller closed 2 weeks ago

grgmiller commented 2 weeks ago

Purpose

This is a small PR that just does the minimum updates to download 2023 data and run the pipeline, without actually fixing any data quality issues yet. The pipeline did successfully complete but there are a number or errors raised, including a large amount of negative fuel in MISO. It is possible that these will be fixed once we properly go through the entire update process. Advances CAR-4691

What the code is doing

How is the purpose executed?

Testing

Ran the pipeline

Where to look

Usage Example/Visuals

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

Review estimate

5 minutes

Future work

The data pipeline log file was over 300MB because it output a large amount of hourly data in the warning. We should limit these warnings in the future to just print a sample of the data

Checklist