SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Union

Calculates the geometric union of the overlayed polygon layers, i.e. the intersection plus the symmetrical difference of layers A and B.
Uses the free and open source software library Clipper created by Angus Johnson.
Clipper Homepage
Clipper at SourceForge

Parameters

 NameTypeIdentifierDescriptionConstraints
InputLayer Ashapes, inputA--
Layer Bshapes, inputB--
OutputUnionshapes, outputRESULT--
OptionsSplit PartsbooleanSPLITSet true if you want multipart polygons to become separate polygons.Default: 1

Command-line

Usage: saga_cmd shapes_polygons 17 [-A <str>] [-B <str>] [-RESULT <str>] [-SPLIT <str>]
  -A:<str>     	Layer A
	shapes, input
  -B:<str>     	Layer B
	shapes, input
  -RESULT:<str>	Union
	shapes, output
  -SPLIT:<str> 	Split Parts
	boolean
	Default: 1