-
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
Update regridding API naming convention #510
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #510 +/- ##
===========================================
- Coverage 100.00% 99.86% -0.14%
===========================================
Files 15 15
Lines 1562 1524 -38
===========================================
- Hits 1562 1522 -40
- Misses 0 2 +2
☔ View full report in Codecov by Sentry. |
Thanks for this PR. Feel free to assign reviewers whenever PRs are ready to get things rolling. I'll do an initial review. |
I don't think this PR is ready for review so I'll hold off on reviewing |
@tomvothecoder This is ready for review. |
Setting this as a draft as it depends on #507. I'll need to make some additional updates to documentation after it's merged. |
Hey @jasonb5, let's push this PR back to give more time for discussion since it is not a crucial for v0.6.0. @chengzhuzhang and @lee1043 are in favor of keeping the I tried to summarize our discussion at the meeting below: Why this PR was kickstarted (#501)
Reasons to keep
|
I came across this style of reusable docstrings in xarray. It might be useful if we want to consolidate and reuse docstrings: https://github.com/pydata/xarray/blob/main/xarray/core/weighted.py#L25-L52 |
Closing as we've decided to stick with generic |
Description
horizontal
andvertical
methodsvertical_xgcm
method*Regridder
classes toRegridderAccessor
methods.horizontal_xesmf
,horizontal_regrid2
, andvertical_xgcm
docstrings.Checklist
If applicable: