Refactor `plot_validation_production.py` to use EIA930 data from PUDL
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 148
- Forks
- 55
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 18
Description
Feature Request
Catalyst Coop is currently in the midst of adding EIA930 data to PUDL.
They just produced their first nightly build that includes (relatively unprocessed) hourly EIA-930 balancing authority operations data, including the following 4 tables:
core_eia930__hourly_interchangecore_eia930__hourly_net_generation_by_energy_sourcecore_eia930__hourly_operationscore_eia930__hourly_subregion_demand
Docs are here, notebook poking at the data here.
Once the tables graduate to out_eia930_*, meaning they have been fully cleaned up and are production ready, we'll need to refactor build_demand to pull EIA930 data from PUDL.
Suggested Solution
- Identify which PUDL tables / columns we need
- Check in with Zane from Catalyst about when
outversions of the data will be out - Refactor workflow/scripts/plot_validation_production.py to query tables for data
- Update
Snakefileto makeplot_validation_productiontask depend on forthcomingretrieve_pudltask (#311)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with workflow/scripts/plot_validation_production.py and review the EIA930 tables and documentation linked in the issue to identify the needed tables and columns. Check the status of the out_eia930_* data with Catalyst and review the forthcoming retrieve_pudl task in #311. Update Snakefile dependencies and confirm plot_validation_production uses production-ready PUDL data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, data
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100