-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
@m-jamieson or @bl-young, do you remember why 'NYIS' is used in place of 'NY' for the trade region?
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 |
Nope, I didn't do much with the trading |
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. |
… table method, addresses USEPA#202
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:
The text was updated successfully, but these errors were encountered: