geoutils.PointCloud.from_tuples

geoutils.PointCloud.from_tuples#

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

Create point cloud from an iterable of 3-tuples (X coordinate, Y coordinate, Z value).

Parameters:
Return type:

PointCloud

:return Point cloud.