dtcc.Raster.to_pointcloud(point_classification=1) → PointCloud Convert a raster to a point cloud. The points will be in the center of each cell. Parameters:¶ raster : RasterThe raster to convert to a point cloud. Returns:¶ The point cloud representation of the raster. Return type:¶ PointCloud