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

Interpolating 2D non-uniform Data #563

Open
cdelv opened this issue Aug 28, 2023 · 1 comment
Open

Interpolating 2D non-uniform Data #563

cdelv opened this issue Aug 28, 2023 · 1 comment

Comments

@cdelv
Copy link

cdelv commented Aug 28, 2023

Hi, I have data of a 2D function (W(x, y)) in a non-uniform grid. Here you can see how it looks like:

data = CSV.read(file_path, DataFrame)
W = data[:,2]
x = data[:,3]
y = data[:,4]
plotscatter(x, y, W)

image

As the data is non-uniform, I can't seem to manage to make it work with the interpolator, but I really need to create an interpolator for this data. Does someone know how to do it?

Best Regards.

@mkitti
Copy link
Collaborator

mkitti commented Aug 28, 2023

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