singularity-energy / open-grid-emissions

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

Update pudl subplant crosswalk code #242

Open grgmiller opened 2 years ago

grgmiller commented 2 years ago

PR https://github.com/singularity-energy/open-grid-emissions/pull/239 closes issue https://github.com/singularity-energy/open-grid-emissions/issues/49 by adding some post-processing code in our data pipeline that corrects and expands the subplant mapping done by pudl. However, a more permanent long-term solution would be to update the pudl.analysis.epa_crosswalk module to actually achieve the same results as our code to update the crosswalk. Namely, this would involve considering boiler-generator associations in the network analysis.

This issue is being tracked in https://github.com/catalyst-cooperative/pudl/issues/1769