geodynamics / spatialdata

SpatialData provides an interface to Proj.4 (cartographic projections library) for converting coordinates among a variety of geographic projections.
MIT License
6 stars 18 forks source link

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

Open baagaard opened 10 years ago

baagaard commented 10 years ago

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 commented 10 years ago

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/geodynamics/spatialdata/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