SAGA 9.10.1 | Tool Library Documentation

Polygon Parts to Separate Polygons


Description

Splits parts of multipart polygons into separate polygons. The 'simple' method separates all parts of a multipart polygon no matter if it is an island (outer ring) or a lake (inner ring). The 'fast' method takes respect of lakes but might fail on complex nestings (islands in lakes in islands in lakes...). Default is the 'precise' method, which also takes respect of complex nestings but processing might take significantly more time on large and complex polygons.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputPolygonsshapes, inputPOLYGONS--
OutputPartsshapes, outputPARTS--
OptionsMethodchoiceMETHOD-Available Choices: [0] precise [1] fast [2] simple Default: 0

Command Line


Usage: saga_cmd shapes_polygons 10 [-POLYGONS ] [-PARTS ] [-METHOD ]
  -POLYGONS:   Polygons
	shapes, input
  -PARTS:      Parts
	shapes, output
  -METHOD:     Method
	choice
	Available Choices:
	[0] precise
	[1] fast
	[2] simple
	Default: 0