geoutils.PointCloud.from_array

geoutils.PointCloud.from_array#

classmethod PointCloud.from_array(data, crs, data_column=None, use_z=False)[source]#

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.