-
Notifications
You must be signed in to change notification settings - Fork 48
Add Grid preservation to groupby, groupby_bin & resample xarray operations
#1308
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
Merged
Merged
Changes from 21 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
58369d2
o Fix #1220
rajeeja cc61a12
o Use warning instead of print
rajeeja e387a1a
Merge branch 'main' into rajeeja/issue_1220
rajeeja a78c7ec
o Add uxgrid for groupby operation, TODO: add a small test
rajeeja 165d1e5
Merge branch 'main' into rajeeja/issue_1220
philipc2 cc1de49
o Add test
rajeeja e0540b9
Merge branch 'main' into rajeeja/issue_1220
philipc2 703f76c
Merge branch 'main' into rajeeja/issue_1220
rajeeja 3fd196f
o Handle resample - The attribute is properly preserved during resa…
rajeeja 832d13d
o Remove unused variables
rajeeja 39e1b57
UxResampleWrapper is removed, now both groupby and resample look simi…
rajeeja 971fd77
Merge branch 'main' into rajeeja/issue_1220
erogluorhan 9ccee95
o Add groupby_bin
rajeeja 5968ac3
Merge branch 'rajeeja/issue_1220' of github.com:UXARRAY/uxarray into …
rajeeja 5447868
o Remove docstring as we get original ones from xarray
rajeeja 47eca3c
Merge branch 'main' into rajeeja/issue_1220
erogluorhan df59191
Merge branch 'main' into rajeeja/issue_1220
rajeeja aacfe4c
Merge branch 'main' into rajeeja/issue_1220
philipc2 ccdc0c5
o remove hardcoded aggregations, add dir
rajeeja a1f452e
o Make all methods consistent
rajeeja 3ccd3c0
Merge branch 'main' into rajeeja/issue_1220
rajeeja 4f10531
Update uxarray/core/dataset.py
rajeeja b324867
Merge branch 'main' into rajeeja/issue_1220
philipc2 53de766
Fix groupby, groupby_bins, and resample method signatures to match xa…
17a5e36
Merge branch 'main' into rajeeja/issue_1220
rajeeja 8fc9323
Refactor Core Implementation: Replaced the proxy-based groupby implem…
31c6102
Merge branch 'main' into rajeeja/issue_1220
philipc2 975799b
Address PR feedback: Move ACCESSOR_METHODS to accessors.py and clean …
b5288e1
Move accessor tests to dedicated test_accessors.py module
eb2dae5
o Precommit
7bafb6d
o Restore test_dataset.py
806a539
Update test/test_accessors.py
rajeeja 33933e8
Merge branch 'main' into rajeeja/issue_1220
philipc2 b790bb3
Merge branch 'main' into rajeeja/issue_1220
erogluorhan 53d59ef
Merge branch 'main' into rajeeja/issue_1220
erogluorhan eb1f770
Merge branch 'main' into rajeeja/issue_1220
philipc2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.