Skip to content

Commit

Permalink
Update 2024 Q2 EIA bulk electricity data (#3785)
Browse files Browse the repository at this point in the history
* Update DOI

* Update release notes

---------

Co-authored-by: Zane Selvans <[email protected]>
  • Loading branch information
e-belfer and zaneselvans authored Aug 13, 2024
1 parent 2753ff6 commit ec8f4ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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

0 comments on commit ec8f4ff

Please sign in to comment.