mosaic.container.DataContainer.decimate#

DataContainer.decimate(geometry, method='core', **kwargs)[source]#

Decimate point cloud using specified method

Parameters:
geometrymosaic.geometry.Geometry

Cloud to decimate.

methodstr

Method to use. Options are: - ‘outer’ : Keep outer hull - ‘core’ : Keep core - ‘inner’ : Keep inner hull

**kwargs

Additional arguments passed to the chosen method.

Returns:
int

Index of newly added point cloud.