Greg Miller
Greg Miller
Ok just pushed an update that fixes the boiler fuel allocation issue. This update does two primary things: - uses the `boiler_generator_assn_eia860` table to correctly associate data in `bf` with...
Awesome! Just to confirm, do you need me to do anything else at this point?
See https://github.com/catalyst-cooperative/pudl/issues/1189#issuecomment-1180768753 for info on integrating these sheets
Hi @zaneselvans and @cmgosnell thanks for your work on the fuel allocation. I've been working on adapting `analysis.allocate_net_gen` for use in the eGRID project I'm currently working on. Do you...
Thank you! I'll work on getting this up and running on my computer and start testing it out.
Another example is plant with id 50150, the Union Carbide Seadrift Cogen plant in Texas. In the EIA forms, all of its generators are identified as either GT or ST,...
There is also at least one instance where the prime mover code is missing. In generators_entity_eia, the PM is identified as "None" for all of the generators at plant 50489....
Based on our conversation @cmgosnell and @zaneselvans it seems that `gens_eia860` is assigning a prime mover based on the most commonly assigned PM over multiple years. I would propose that...
Thanks @cmgosnell . My thought is that the best approach is to ensure that the `prime_mover_code` is cosnsistent between the different tables in a single year, since it is being...
Here's a specific example: There is a generator in gens_eia860 with a 2020 report date that is completely missing prime mover data.. This is plant 59012 with generator_id "STEAM" (this...