xdem.EPC.from_array

Contents

xdem.EPC.from_array#

classmethod EPC.from_array(data, crs, data_column=None, use_z=False)#

Create point cloud from a 3 x N or N x 3 array of X coordinates, Y coordinates and Z values.

Parameters:
Return type:

PointCloud

:return Point cloud.