SAGA 9.9.1 | Tool Library Documentation

Convex Hull


Description

Implementation of 'Andrew's Monotone Chain Algorithm' for convex hull construction.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputPointsshapes, inputSHAPES--
OutputConvex Hullshapes, outputHULLS--
Minimum Bounding Boxshapes, output, optionalBOXES--
OptionsObject Identifiertable fieldFIELD--
Hull ConstructionchoicePOLYPOINTSThis option does not apply to simple point layers.Available Choices: [0] one hull for all shapes [1] one hull per shape [2] one hull per shape part Default: 1
Polygon ConvexitybooleanPOLYGONCVXDescribes a polygon's compactness as ratio of its area to its hull's area.Default: 0

Command Line


Usage: saga_cmd shapes_points 12 [-SHAPES ] [-FIELD ] [-HULLS ] [-BOXES ] [-POLYPOINTS ] [-POLYGONCVX ]
  -SHAPES:       Points
	shapes, input
  -FIELD:        Object Identifier
	table field
  -HULLS:        Convex Hull
	shapes, output
  -BOXES:        Minimum Bounding Box
	shapes, output, optional
  -POLYPOINTS:
                      Hull Construction
                      	choice
                      	Available Choices:
                      	[0] one hull for all shapes
                      	[1] one hull per shape
                      	[2] one hull per shape part
                      	Default: 1
  -POLYGONCVX:   Polygon Convexity
	boolean
	Default: 0