SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Polygon-Line Intersection

Polygon-line intersection. Splits polygons with lines. Complex self-intersecting lines might result in unwanted artifacts. In this case the method option line-by-line might improve the result.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPolygonsshapes, inputPOLYGONS--
Linesshapes, inputLINES--
OutputIntersectionshapes, outputINTERSECT--
OptionsSplit PartsbooleanSPLIT_PARTS-Default: 1
MethodchoiceMETHOD-Available Choices:
[0] all lines at once
[1] line-by-line
Default: 0

Command-line

Usage: saga_cmd shapes_polygons 8 [-POLYGONS <str>] [-LINES <str>] [-INTERSECT <str>] [-SPLIT_PARTS <str>] [-METHOD <str>]
  -POLYGONS:<str>   	Polygons
	shapes, input
  -LINES:<str>      	Lines
	shapes, input
  -INTERSECT:<str>  	Intersection
	shapes, output
  -SPLIT_PARTS:<str>	Split Parts
	boolean
	Default: 1
  -METHOD:<str>     	Method
	choice
	Available Choices:
	[0] all lines at once
	[1] line-by-line
	Default: 0