SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Intersect

Calculates the geometric intersection of the overlayed polygon layers, i.e. layer A and layer 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--
OutputIntersectshapes, outputRESULT--
OptionsSplit PartsbooleanSPLITSet true if you want multipart polygons to become separate polygons.Default: 1

Command-line

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