-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add weight threshold option for temporal operations #683
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #683 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 1546 1565 +19
=========================================
+ Hits 1546 1565 +19 ☔ View full report in Codecov by Sentry. |
xcdat/utils.py
Outdated
This function is useful for cases where the weighting of data might be | ||
skewed based on the availability of data. For example, if one season in a | ||
time series has more significantly more missing data than other seasons, it | ||
can result in inaccurate calculations of climatologies. Masking values that | ||
do not meet the minimum weight threshold ensures more accurate calculations. |
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.
Is this an accurate description?
- Add tests for threshold functions
- This method now masks data using the weights grouped properly, instead of using the `weight_var_with_weight_threshold()` function - Add `from __future__ import annotations` to `spatial.py` - Add and update units
7e9635f
to
bd872cf
Compare
Description
Checklist
If applicable: