easyclimate.interp.point2mesh

easyclimate.interp.point2mesh#

Interpolate from points to grid

Functions

interp_point2mesh(data, var_name, point, ...)

Computes the Barnes interpolation for observation values var_name taken at sample points data using Gaussian weights for the width parameter sigma.

interp_point2mesh_S2(data, var_name, point, ...)

Computes the Barnes interpolation for observation values var_name taken at sample points data using Gaussian weights for the width parameter sigma.