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

Update 2024 Q2 EIA bulk electricity data #3785

Merged
merged 5 commits into from
Aug 14, 2024
Merged
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
7 changes: 7 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ EPA CEMS
~~~~~~~~
* Added 2024 Q2 of CEMS data. See :issue:`3762` and :pr:`3769`.

EIA Bulk Electricity Data
~~~~~~~~~~~~~~~~~~~~~~~~~

* Updated the EIA Bulk Electricity data archive to include data that was available as of
2024-08-01, which covers up through 2024-05-01 (3 months more than the previously
used archive). See :issue:`3763` and PR :pr:`3785`.

FERC 714
~~~~~~~~
* Added :ref:`core_ferc714__yearly_planning_area_demand_forecast` based on FERC
Expand Down
2 changes: 1 addition & 1 deletion src/pudl/workspace/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class ZenodoDoiSettings(BaseSettings):
eia930: ZenodoDoi = "10.5281/zenodo.10840078"
eiawater: ZenodoDoi = "10.5281/zenodo.10806016"
eiaaeo: ZenodoDoi = "10.5281/zenodo.10838488"
eia_bulk_elec: ZenodoDoi = "10.5281/zenodo.11111208"
eia_bulk_elec: ZenodoDoi = "10.5281/zenodo.13149083"
epacamd_eia: ZenodoDoi = "10.5281/zenodo.7900974"
epacems: ZenodoDoi = "10.5281/zenodo.13240556"
ferc1: ZenodoDoi = "10.5281/zenodo.12549172"
Expand Down
Loading