Skip to content
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

Cubic spline interpolation #556

Open
adam-srut opened this issue Jul 12, 2023 · 1 comment
Open

Cubic spline interpolation #556

adam-srut opened this issue Jul 12, 2023 · 1 comment

Comments

@adam-srut
Copy link

Dear developers,

Will there be a possibility to use a cubic_spline_interpolation() for a multidimensional irregular grids? That is:

itp = cubic_spline_interpolation((xdim, ydim), z)

where xdim and ydim are of type Array{Float64}?

@mkitti
Copy link
Collaborator

mkitti commented Jul 12, 2023

Perhaps, but I think some of the other Julia packages do this today. I believe one of the BSpline packages allow for something along these lines. Also consider ScatterInterpolations.jl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants