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 manual epa eia crosswalk reference table #372

Closed rouille closed 3 days ago

rouille commented 4 days ago

Purpose

A CEMS only plant with missing fuel category has been identified in EIA with a different identification number. Matching has been done using the plant name, the plant location (state name and coordinates) and comparing generation id vs emission unit id. Close CAR-8389.

Also, use intersection when assigning subplant_id to plants from EIA-860 to avoid carrying extra plants.

What the code is doing

N/A

Testing

Ran pipeline for 2005.

Where to look

The src/oge/reference_tables/epa_eia_crosswalk_manual.csv file

Usage Example/Visuals

N/A

Review estimate

2min

Future work

N/A

Checklist