Greg Miller
Greg Miller
Not sure if it is appropriate to create a pull request yet, or if I should wait until I've completed more tests, but the PR represents my work on this...
The generators_entity_eia table saved in the pudl sqlite database does not seem to always have correct prime mover codes associated with each generator. Specific example: In generators_entity_eia, the generator with...
Hi @TrentonBush I wanted to start a conversation about some potential improvements to the `epa_crosswalk` module. We have been using this extensively for our hourly egrid project to group data...
> Certain plants only report data to the generator table and boiler fuel table on an annual basis. In this case, their annual total is reported as a single value...
Currently, environmental control data from the EIA-860 schedule 6 and EIA-923 Schedule 8 do not seem to be included in the PUDL data packages or databases. In the raw EIA...
As noted in https://github.com/singularity-energy/open-grid-emissions/issues/232, we noticed that certain plants report data using multiple frequencies. Currently, the `reporting_frequency_code` field is located in `plants_eia860`, which means if a plant has multiple frequency...
In the CEMS transformation step, the reported operating hour is converted from local time to UTC time based on each plant's local timezone reported in `plants_entity_eia`. However, I am wondering...
This project, which was selected as part of the [EPA's 2nd Annual EmPOWER Air Data Challenge](https://www.epa.gov/airmarkets/empower-air-data-challenge), aims to develop a new dataset of hourly average emissions factors for the United...
### Describe the bug I would like to be able to use PUDL to access the current `plant_name_eia` of a plant. Plant names do change over time, but it seems...
### Describe the bug As part of our OGE validation checks, we compare the fuel and emissions totals in the `generation_fuel_by_generator_energy_source_monthly_eia923` table to the generation and fuel totals in `generation_fuel_eia923`,...