geoutils.PointCloud.from_xyz

geoutils.PointCloud.from_xyz#

classmethod PointCloud.from_xyz(x, y, z, crs, data_column=None, use_z=False)[source]#

Create point cloud from three 1D array-like coordinates for X/Y/Z.

Note that this is the most modular method to create a point cloud, as it allows to specify different data types for the different coordinates or columns.

Parameters:
Return type:

PointCloud

:return Point cloud.