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

Introduce EIA API for managing U.S. Electric System Operating Data #253

Open
dt-woods opened this issue Aug 19, 2024 · 3 comments
Open

Introduce EIA API for managing U.S. Electric System Operating Data #253

dt-woods opened this issue Aug 19, 2024 · 3 comments
Labels
enhancement in v2 Issues marked for inclusion in version 2

Comments

@dt-woods
Copy link
Collaborator

It has to come to our attention that the EBA.zip downloaded from http://api.eia.gov/bulk/EBA.zip has strong influence on the model results. Presently, in bulk_eia_data.py, this zip file is managed using the manifest.txt (containing the latest update date for the zip file downloaded) and the manifest found on the EIA's server. When compared and enough days have passed between them, a new download even is triggered to keep your local EBA.zip up-to-date. This may be remedied by utilizing EIA's API, particularly if cut-off dates are important for reproducibility (note: this type of filtering could also be accomplished using the local zip). The challenge is that this data call requires yet another API key registration (in addition the temporary EPA data API required for accessing CAMPD as described in cems_data.py).

API reference:

@dt-woods
Copy link
Collaborator Author

@m-jamieson or @bl-young, do you remember why 'NYIS' is used in place of 'NY' for the trade region?

'MIDW', 'ISNE', 'NYIS', 'NW', 'SE', 'SW',

All others are labeled as regions in EIA's API (if you select to filter by BA/region facet): https://www.eia.gov/opendata/browser/electricity/rto/daily-interchange-data

@bl-young
Copy link
Collaborator

Nope, I didn't do much with the trading

dt-woods added a commit to KeyLogicLCA/ElectricityLCI that referenced this issue Aug 22, 2024
@m-jamieson
Copy link
Collaborator

I also don't recall. I know when I was poking around yesterday, there are not very many explicit codes in there - I don't feel like they align to FERC or BAA.

dt-woods added a commit to KeyLogicLCA/ElectricityLCI that referenced this issue Aug 22, 2024
dt-woods added a commit to KeyLogicLCA/ElectricityLCI that referenced this issue Aug 22, 2024
dt-woods added a commit to KeyLogicLCA/ElectricityLCI that referenced this issue Aug 29, 2024
dt-woods added a commit to KeyLogicLCA/ElectricityLCI that referenced this issue Sep 4, 2024
dt-woods added a commit to KeyLogicLCA/ElectricityLCI that referenced this issue Sep 26, 2024
dt-woods added a commit to KeyLogicLCA/ElectricityLCI that referenced this issue Sep 26, 2024
@dt-woods dt-woods added the in v2 Issues marked for inclusion in version 2 label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement in v2 Issues marked for inclusion in version 2
Projects
None yet
Development

No branches or pull requests

3 participants