catalyst-cooperative / pudl

The Public Utility Data Liberation Project provides analysis-ready energy system data to climate advocates, researchers, policymakers, and journalists.
https://catalyst.coop/pudl
MIT License
465 stars 107 forks source link

Convert EIA-861 + FERC-714 service territory and state electricity demand to Dagster assets #2437

Closed zaneselvans closed 1 year ago

zaneselvans commented 1 year ago

Notes on how to do this:

- [x] `pudl.output.ferc714.Respondents.annualize`
- [x] `pudl.output.ferc714.Respondents.categorize`
- [x] `pudl.output.ferc714.Respondents.summarize_demand`
- [x] `pudl.output.ferc714.Respondents.fipsify`
- [x] `pudl.output.ferc714.Respondents.georef_counties`
- [x] `pudl.output.ferc714.Respondents.georef_respondents`
- [x] `pudl.analysis.service_territory.compile_geoms(entity_type="util")`
- [x] `pudl.analysis.service_territory.compile_geoms(entity_type="ba")`
- [x] `pudl.analysis.state_demand.predict_state_hourly_demand`
e-belfer commented 1 year ago

Merged in #2550