SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Populate Polygons with Points

For each selected polygon of the input layer or for all polygons, if none is selected, a multi-point record is created with evenly distributed points trying to meet the specified number of points per polygon.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputPolygonsshapes, inputPOLYGONS--
OutputPointsshapes, outputPOINTS--
OptionsNumber of Points (*)table fieldNUMFIELDDesired number of points per polygon.-
Number of Pointsinteger numberNUMPOINTSDesired number of points per polygon.Minimum: 1
Default: 100
Maximum Iterationsinteger numberMAXITER-Minimum: 1
Default: 30
(*) optional

Command-line

Usage: saga_cmd shapes_points 4 [-POLYGONS <str>] [-POINTS <str>] [-NUMFIELD <str>] [-NUMPOINTS <num>] [-MAXITER <num>]
  -POLYGONS:<str> 	Polygons
	shapes, input
  -POINTS:<str>   	Points
	shapes, output
  -NUMFIELD:<str> 	Number of Points
	table field
  -NUMPOINTS:<num>	Number of Points
	integer number
	Minimum: 1
	Default: 100
  -MAXITER:<num>  	Maximum Iterations
	integer number
	Minimum: 1
	Default: 30