mosaic.container.DataContainer.decimate#
- DataContainer.decimate(geometry, method='core', **kwargs)[source]#
Decimate point cloud using specified method
- Parameters:
- geometry
mosaic.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.
- geometry
- Returns:
- int
Index of newly added point cloud.