-
Notifications
You must be signed in to change notification settings - Fork 41
Water Data Unit Conversions 🔢 (addendum to #336) #343
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Introduces a string-based DSL engine that can evaluate Python expressions within strings, plus a full suite of water-data operations. Incl unit tests for engine and operations. BREAKING CHANGE: requires Python 3.10+; minimum-version markers added to functions.
Migrated water demans to use the new DSL engine. Includes the creation of demand_rules.py. Added a new test for parity with the legacy code and updated demands test.
Migrated water supply to use the new DSL engine. Includes the creation of supply_rules. Added a new test for parity with the legacy code and updated supply test.
Similar to previous for infrastructure now.
Helpful utility to wrap citations, used to replace citations in comments with a consistent and uniform format.
Similar to previous, uses citation wrapper.
Additional to DSL migration, this breaks file into two files: water_for_ppl_rules.py and water_for_ppl_support.py. Cyclomatic complexity is reduced.
superseded by nexusSSP6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatic Unit Conversions for Water Data
Builds on the DSL refactor from PR #336. Adds a unit conversion layer with automatic constants and value scaling. With dimensionality checks.
Conversion logic is modular, can be updated with pint or iam_units. Automatic conversion in the sense when the units for a value are changed, the value and any constants used its calculation are automatically scaled.
How to review
PR checklist