Skip to content

Starting with a plant_id_eia value, how do I answer: "What type of plant is this? i.e. how does it make power?" #2291

Discussion options

You must be logged in to vote

Unfortunately this is complicated.

Because an EIA plant is a collection of potentially heterogeneous generation units, this question will often not have a well defined answer (at least at the plant level). How you go about answering it will depend on what aspect of the power generation you're interested in.

If you want to know what kind of generators are being used -- e.g. primary steam turbine, gas combustion turbine, heat recovering steam generator, hydraulic turbine, etc. then those are attributes of the generator, and you should probably join generator_entities_eia and generators_eia860 on plant_id_eia and generator_id.

If you care more about what kind of fuel is consumed, and how eff…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bendnorman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants