-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
type: docsUpdates to documentationUpdates to documentation
Description
Describe your documentation update
After revisiting the horizontal regridding APIs we have listed in the API Reference page, I think listing all of these options can be confusing for the user.
- Python classes
- General accessor method
- Individual accessor method by tool
All of these methods achieve the same functions, but go about it in a slightly different way.
This is the callstack with xesmf: horizontal(...tool="xesmf") -> horizonal_xesmf() -> XESMFRegridder().
Solution
I propose we just keep "2. General accessor method" listed in our documentation. I foresee most people using that API since it is the most straightforward to use and most flexible (you can specify tool="regrid2" or tool="xesmf").
Metadata
Metadata
Assignees
Labels
type: docsUpdates to documentationUpdates to documentation