gemgis.visualization.resample_between_well_deviation_points#

gemgis.visualization.resample_between_well_deviation_points(coordinates: numpy.ndarray) numpy.ndarray#

Resampling between points that define the path of a well

Parameters

coordinates (np.ndarray) – Nx3 Numpy array containing the X, Y, and Z coordinates that define the path of a well

Returns

points_resampled – Resampled points along a well

Return type

np.ndarray

New in version 1.0.x.