open-grid-emissions icon indicating copy to clipboard operation
open-grid-emissions copied to clipboard

Tools for producing high-quality hourly generation and emissions data for U.S. electric grids

Results 99 open-grid-emissions issues
Sort by recently updated
recently updated
newest added

According to EIA 860, Antelope Station is a plant that consists of 18 natural-gas fired internal-combustion generators of 9.3 MW each, totaling about 167 MW of total capacity. However, in...

question
eia
epa

We should add a "data source" column to all emissions factor tables in `data/manual`, including: - `emission_factors_for_co2_ch4_n2o` - `emission_factors_for_nox` - `emission_factors_for_so2` - `geothermal_emission_factors` This will allow for greater transparency and...

documentation

PR https://github.com/singularity-energy/open-grid-emissions/pull/239 closes issue https://github.com/singularity-energy/open-grid-emissions/issues/49 by adding some post-processing code in our data pipeline that corrects and expands the subplant mapping done by pudl. However, a more permanent long-term solution...

dependencies

In EIA-923, some generators report generation or fuel consumption even though the operational status of these generators is "proposed." We currently include such generators in our data, but we should...

question
eia

Certain functions in `data_pipeline`, specifically which download data from the internet or take a long time to run (like to gross to net generation calculations), are implemented such that they...

data inputs

I propose that we add docstrings to all functions using the [Google format](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#383-functions-and-methods). This seems to be what is used by PUDL.

code hygene

# Improvements to make `--small` test run option more useful `--small` is meant to be a quick way to exercise the entire data generation pipeline and validation checks, so during...

code hygene

This PR is in response to #80 to add grid gross loss calculations to the project The brief summary: - downloads raw EIA-861 files since the tables we need are...

### Purpose As I was exploring OGE data, I noticed that in some months, some subplants have an electric_allocation_factor (EAF) of 0 (meaning no fuel went to electricity production), but...