dtcc.Raster.to_pointcloud() PointCloud

Convert a raster to a point cloud. The points will be in the center of each cell.

Parameters:
raster : Raster

The raster to convert to a point cloud.

Returns:

The point cloud representation of the raster.

Return type:

PointCloud