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

Add spatial database implementation for interpolation via radial basis functions for 2-D and 3-D #1

Open
baagaard opened this issue Feb 11, 2014 · 1 comment

Comments

@baagaard
Copy link

Add option to use radial basis functions for 2-D and 3-D interpolation. This will allow interpolation from any point cloud.

Compute length scale based on RMS distance to N nearest points?
Use user-specified length scale (would not work well for highly variable spacing)?

@knepley
Copy link
Contributor

knepley commented Feb 17, 2014

On Mon, Feb 10, 2014 at 7:25 PM, baagaard notifications@github.com wrote:

Add option to use radial basis functions for 2-D and 3-D interpolation.
This will allow interpolation from any point cloud.

Compute length scale based on RMS distance to N nearest points?
Use user-specified length scale (would not work well for highly variable
spacing)?

If we wanted another dependency, we could use PetRBF here.

Matt

Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

What most experimenters take for granted before they begin their
experiments is infinitely more interesting than any results to which their
experiments lead.
-- Norbert Wiener

@baagaard-usgs baagaard-usgs changed the title Add option to use radial basis functions for 2-D and 3-D interpolation Add spatial database implementation for interpolation via radial basis functions for 2-D and 3-D Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants