Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generation_fuel_eia923 documentation with nuclear unit change. #1323

Merged
merged 2 commits into from
Nov 5, 2021

Conversation

bendnorman
Copy link
Member

We split the nuclear units out from generation_fuel_eia923 in #1296 because nuclear fuels are reported at the generation unit level and non-nuclear unit fuels are reported at the plant, prime mover, and fuel level. Some users were confused by this so I included this explanation in the generation_fuel_eia923 data dictionary docs.

@@ -198,7 +198,7 @@
"sources": ["eia923"],
},
"generation_fuel_eia923": {
"description": "Monthly electricity generation and fuel consumption reported for each combination of fuel and prime mover within a plant.",
"description": "Monthly electricity generation and fuel consumption reported for each combination of fuel and prime mover within a plant. This table does not include nuclear fuels because nuclear fuels are reported by generator unit where as non nuclear fuels are reported by plant_id, prime_mover and fuel_type. See the generation_fuel_nuclear_eia923 table for nuclear fuel data.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Saying "nuclear fuels" seems a bit odd to me here. It's really electricity generation and fuel consumption.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated 👍

@codecov
Copy link

codecov bot commented Nov 4, 2021

Codecov Report

Merging #1323 (4ec5dee) into dev (89009ef) will increase coverage by 0.68%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #1323      +/-   ##
==========================================
+ Coverage   82.40%   83.08%   +0.68%     
==========================================
  Files          55       56       +1     
  Lines        6626     6867     +241     
==========================================
+ Hits         5460     5705     +245     
+ Misses       1166     1162       -4     
Impacted Files Coverage Δ
src/pudl/metadata/resources.py 100.00% <ø> (ø)
src/pudl/settings.py 96.27% <0.00%> (ø)
src/pudl/workspace/datastore.py 70.45% <0.00%> (+1.62%) ⬆️
src/pudl/analysis/timeseries_cleaning.py 88.40% <0.00%> (+2.63%) ⬆️
src/pudl/etl.py 84.71% <0.00%> (+4.48%) ⬆️
src/pudl/cli.py 67.16% <0.00%> (+4.94%) ⬆️
src/pudl/convert/ferc1_to_sqlite.py 55.74% <0.00%> (+5.74%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89009ef...4ec5dee. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants