Skip to content

[Doc]: Consider updating the listed APIs for horizontal regridding #501

@tomvothecoder

Description

@tomvothecoder

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.

  1. Python classes
  2. General accessor method
  3. 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 documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions