wradlib.ipol.IpolBase#

class wradlib.ipol.IpolBase(src, trg)[source]#

The base class for interpolation in N dimensions. Provides the basic interface for all other classes.

Parameters:
  • src (numpy.ndarray) – ndarray of floats, shape (npoints, ndims) Data point coordinates of the source points.

  • trg (numpy.ndarray) – ndarray of floats, shape (npoints, ndims) Data point coordinates of the target points.

__init__(src, trg, **kwargs)[source]#

Methods

__init__(src, trg, **kwargs)