gridding¶
Provides tools for interpolating irregularly spaced data onto a regular grid.
Functions
interpolate (x, y, z[, interp_type, hres, …]) |
Interpolate given (x,y), observation (z) pairs to a grid based on given parameters. |
inverse_distance (xp, yp, variable, grid_x, …) |
Generate an inverse distance weighting interpolation of the given points. |
natural_neighbor (xp, yp, variable, grid_x, …) |
Generate a natural neighbor interpolation of the given points. |