You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The interpolation may need to behave differently depending on the datasource coordinates boundaries, e.g. for off-center points.
For example, nearest interpolation for "left-aligned" time coordinates should potentially behave differently than nearest interpolation for "centered" time coordinates. should behave differently for time coordinates.
Describe the solution you'd like
The boundaries spec and attribute is already implemented, but using any non-standard boundary raise a NotImplementedError. The interpolators should inspect the boundaries of the source coordinates and adjust their calculation as needed. We still need to develop the spec for some specific needed source coordinate boundaries cases and how the interpolation is affected.
Description
The interpolation may need to behave differently depending on the datasource coordinates boundaries, e.g. for off-center points.
For example, nearest interpolation for "left-aligned" time coordinates should potentially behave differently than nearest interpolation for "centered" time coordinates. should behave differently for time coordinates.
Describe the solution you'd like
The boundaries spec and attribute is already implemented, but using any non-standard boundary raise a
NotImplementedError
. The interpolators should inspect the boundaries of the source coordinates and adjust their calculation as needed. We still need to develop the spec for some specific needed source coordinate boundaries cases and how the interpolation is affected.Sample Code
The text was updated successfully, but these errors were encountered: