` `
Adds the X and Y coordinates of feature in the attribute table of input layer.
processing.runalg('saga:addcoordinatestopoints', input, output)
Adds the specified field of the polygons layer to the attribute table of the points layer. The new attributes added for each point depend on the value of the background polygon layer.
processing.runalg('saga:addpolygonattributestopoints', input, polygons, field, output)
<put algorithm description here>
<put parameter description here>
Default: 60.0
<put parameter description here>
Default: 0.002
processing.runalg('saga:aggregatepointobservations', reference, reference_id, observations, x, y, track, date, time, parameter, eps_time, eps_space, aggregated)
<put algorithm description here>
<put parameter description here>
Options:
Default: 0
processing.runalg('saga:clippointswithpolygons', points, polygons, field, method, clips)
Converts lines layer into a points.
Determines whether to add additional nodes or not.
Default: True
Distance between the additional points.
Default: 1.0
processing.runalg('saga:convertlinestopoints', lines, add, dist, points)
<put algorithm description here>
processing.runalg('saga:convertmultipointstopoints', multipoints, points)
<put algorithm description here>
<put parameter description here>
Options:
Default: 0
processing.runalg('saga:convexhull', shapes, polypoints, hulls, boxes)
Generates a distance matrix between each point of the input layer. A unique ID will be created in the first row of the resulting matrix (symmetric matrix), while every other cell reflects the distance between the points.
processing.runalg('saga:distancematrix', points, table)
<put algorithm description here>
<put parameter description here>
Default: 10
processing.runalg('saga:fitnpointstoshape', shapes, numpoints, points)
<put algorithm description here>
<put parameter description here>
Default: 1
<put parameter description here>
Default: 0
<put parameter description here>
Default: 0
<put parameter description here>
Default: True
<put parameter description here>
Options:
Default: 0
<put parameter description here>
Default: 0.0
<put parameter description here>
Default: 50
processing.runalg('saga:pointsfilter', points, field, radius, minnum, maxnum, quadrants, method, tolerance, percent, filter)
<put algorithm description here>
<put parameter description here>
Default: 1.0
processing.runalg('saga:pointsthinning', points, field, resolution, thinned)
<put algorithm description here>
<put parameter description here>
Options:
Default: 0
<put parameter description here>
Options:
Default: 0
processing.runalg('saga:removeduplicatepoints', points, field, method, numeric, result)
<put algorithm description here>
<put parameter description here>
Default: 4
<put parameter description here>
Default: 5
processing.runalg('saga:separatepointsbydirection', points, directions, tolerance, output)