Skip to content

xarray interp with method="cubic" fails for time/lon/lat interpolation #11342

@mnergizci

Description

@mnergizci

Hi, I am trying to interpolate a TEC DataArray using xarray:

tec_val0 = float(
    tecxr.interp(time=pretime, lon=lon0, lat=lat, method="cubic")
)

This work with 'method="linear"' but it never ends when I use 'method="cubic"'?

I am a bit confused as it was alright; just for couple of months ago

Is anyone experience same problem or any update?

Cheers,
MN

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs mcvehttps://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reportsneeds triageIssue that has not been reviewed by xarray team member

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions