-
-
Notifications
You must be signed in to change notification settings - Fork 5
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 epacamd_eia to properly use latest version #478
base: main
Are you sure you want to change the base?
Conversation
"""Get latest version from our forked repo.""" | ||
resources = [] | ||
for year in [2021, 2023]: | ||
url = f"https://github.com/catalyst-cooperative/camd-eia-crosswalk-latest/archive/refs/tags/v{year}.zip" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're not just pulling from main
and are going to refer to these past tags we should make sure we document that in the README for our fork of the crosswalk repo, so we don't forget next time someone goes in to update it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the changes not cumulative? Does the 2023 update only cover 2023, and the 2021 update only covers 2021? What happens to the 2022 data? Or the 2019-2020 data?
Whoops I meant to comment not approve. |
@zschira Do you think there's a short path to getting this into shape for doing annual updates? |
@zschira Do you want me to pick up and finish this PR? |
Will make major changes to this PR!
Overview
Minor update to
epacamd_eia
to use latest year of data instead of pinning to 2021.Out of scope: