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

incorporate boiler_id into epacamd_eia table #2558

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Data Coverage
^^^^^^^^^^^^^

* Updated :doc:`data_sources/eia860` to include data as of 2022-09.
* New :ref:`epacamd_eia` crosswalk version v0.3, see issue :issue:`2317` and PR
* New ``epacamd_eia`` crosswalk version v0.3, see issue :issue:`2317` and PR
:pr:`2316`. EPA's updates add manual matches and exclusions focusing on operating
units with a generator ID as of 2018.
* New PUDL tables from :doc:`data_sources/ferc1`, integrating older DBF and newer XBRL
Expand Down Expand Up @@ -163,12 +163,16 @@ Data Coverage
* :ref:`summarized_demand_ferc714` (annual demand for FERC-714 respondents)

* Added new table :ref:`epacamd_eia_subplant_ids`, which aguments the
:ref:`epacamd_eia` glue table. This table incorporates all
old ``epacamd_eia`` glue table. This table incorporates all
:ref:`generators_entity_eia` and all :ref:`hourly_emissions_epacems` ID's and uses
these complete IDs to develop a full-coverage ``subplant_id`` column which granularly
connects EPA CAMD with EIA. Thanks to :user:`grgmiller` for his contribution to this
process. See :issue:`2456` & :pr:`2491`.

* Removed the ``epacamd_eia`` glue table in favor of the new
:ref:`epacamd_eia_subplant_ids` table because it contains the same information but
more.

* Thanks to contributions from :user:`rousik` we've generalized the code we use to
convert FERC's old annual Visual FoxPro databases into multi-year SQLite databases.

Expand All @@ -191,7 +195,7 @@ Data Cleaning
* Removed inconsistently reported leading zeroes from numeric ``boiler_id`` values. This
affected a small number of records in any table referring to boilers, including
:ref:`boilers_entity_eia`, :ref:`boilers_eia860`, :ref:`boiler_fuel_eia923`,
:ref:`boiler_generator_assn_eia860` and the :ref:`epacamd_eia` crosswalk. It
:ref:`boiler_generator_assn_eia860` and the ``epacamd_eia`` crosswalk. It
also had some minor downstream effects on the MCOE outputs. See :issue:`2366` and
:pr:`2367`.
* The :ref:`boiler_fuel_eia923` table now includes the ``prime_mover_code`` column. This
Expand Down

This file was deleted.

Large diffs are not rendered by default.

Loading