map2loop.interpolators#

Functions

abstractmethod(funcobj)

A decorator indicating abstract methods.

generate_grid(bounding_box[, grid_resolution])

Setup the grid for interpolation

strike_dip_vector(strike, dip)

Calculates the strike-dip vector from the given strike and dip angles.

Classes

ABC()

Helper class that provides a standard way to create an ABC using inheritance.

Any(*args, **kwargs)

Special type indicating an unconstrained type.

DBSCAN([eps, min_samples, metric, ...])

Perform DBSCAN clustering from vector array or distance matrix.

DipDipDirectionInterpolator([data_type])

Interpolator()

Base Class of Interpolator used to force structure of Interpolator

LinearNDInterpolator(points, values[, ...])

Piecewise linear interpolator in N > 1 dimensions.

NormalVectorInterpolator()

This class is a subclass of the Interpolator abstract base class.

Rbf(*args, **kwargs)

A class for radial basis function interpolation of functions from N-D scattered data to an M-D domain.

ndarray

ndarray(shape, dtype=float, buffer=None, offset=0,