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

Enhancements and fixes #34

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Enhancements and fixes #34

merged 2 commits into from
Nov 22, 2023

Conversation

rajeee
Copy link
Collaborator

@rajeee rajeee commented Nov 22, 2023

Pull Request Description

Couple of features and fixes

  1. Add get_nonzero_count flag to annual aggregation query. This will generate additional columns that counts the number of buildings with non-zero usage for the listed enduses. It is useful, for example, to find the number of natural gas consuming houses.
  2. Add athena_query_reuse flag to the BuildStockQuery initialization. When set to False (default is true), Athena will not use cached query result; it will run a new query. This is useful when the underlying s3 data, or the glue data catalog (datatype) has been changed.
  3. Type hint fixes.

@rajeee rajeee merged commit 93bde69 into main Nov 22, 2023
4 checks passed
@afontani afontani deleted the enhancements branch December 13, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant