gridding¶
Provides tools for interpolating irregularly spaced data onto a regular grid.
Deprecated in 0.9 in favor of the more general interpolate
subpackage.
Functions
|
Interpolate given (x,y), observation (z) pairs to a grid based on given parameters. |
|
Generate an inverse distance interpolation of the given points to a regular grid. |
|
Generate a natural neighbor interpolation of the given points to a regular grid. |
|
Remove all x, y, and z where z is nan. |
|
Remove all x, y, and z where z is less than val. |
|
Remove all x, y, and z where (x,y) is repeated and keep the first occurrence only. |