mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] run "sed -i s/sextante/processing/g *.rst" over saga help directory
This commit is contained in:
parent
0dd3ede8f1
commit
43f154ba55
@ -28,4 +28,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:accumulatedcostanisotropic', cost, direction, points, k, threshold, acccost)
|
||||
processing.runalg('saga:accumulatedcostanisotropic', cost, direction, points, k, threshold, acccost)
|
||||
|
@ -27,4 +27,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:accumulatedcostisotropic', cost, points, threshold, acccost, closestpt)
|
||||
processing.runalg('saga:accumulatedcostisotropic', cost, points, threshold, acccost, closestpt)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:addcoordinatestopoints', input, output)
|
||||
processing.runalg('saga:addcoordinatestopoints', input, output)
|
||||
|
@ -32,7 +32,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:addgridvaluestopoints', shapes, grids, interpol, result)
|
||||
processing.runalg('saga:addgridvaluestopoints', shapes, grids, interpol, result)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -26,7 +26,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:addgridvaluestoshapes', shapes, grids, interpol, result)
|
||||
processing.runalg('saga:addgridvaluestoshapes', shapes, grids, interpol, result)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -28,4 +28,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:addpolygonattributestopoints', input, polygons, field, output)
|
||||
processing.runalg('saga:addpolygonattributestopoints', input, polygons, field, output)
|
||||
|
@ -25,7 +25,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:aggregate', input, size, method)
|
||||
processing.runalg('saga:aggregate', input, size, method)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -34,4 +34,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:aggregatepointobservations', reference, reference_id, observations, x, y, track, date, time, parameter, eps_time, eps_space, aggregated)
|
||||
processing.runalg('saga:aggregatepointobservations', reference, reference_id, observations, x, y, track, date, time, parameter, eps_time, eps_space, aggregated)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:aggregationindex', input, maxnumclass, result)
|
||||
processing.runalg('saga:aggregationindex', input, maxnumclass, result)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:analyticalhierarchyprocess', grids, table, output)
|
||||
processing.runalg('saga:analyticalhierarchyprocess', grids, table, output)
|
||||
|
@ -28,7 +28,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:analyticalhillshading', elevation, method, azimuth, declination, exaggeration, shade)
|
||||
processing.runalg('saga:analyticalhillshading', elevation, method, azimuth, declination, exaggeration, shade)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -29,4 +29,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:bifurcation', iterations, nvalues, seed, range_min, range_max, step, table)
|
||||
processing.runalg('saga:bifurcation', iterations, nvalues, seed, range_min, range_max, step, table)
|
||||
|
@ -29,7 +29,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:bsplineapproximation', shapes, field, target, level, output_extent, user_size, user_grid)
|
||||
processing.runalg('saga:bsplineapproximation', shapes, field, target, level, output_extent, user_size, user_grid)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -27,7 +27,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:burnstreamnetworkintodem', dem, stream, method, epsilon, burn)
|
||||
processing.runalg('saga:burnstreamnetworkintodem', dem, stream, method, epsilon, burn)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -37,7 +37,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:catchmentareaflowtracing', elevation, sinkroute, weight, material, target, step, method, mindqv, correct, carea, cheight, cslope, accu_tot, accu_left, accu_right)
|
||||
processing.runalg('saga:catchmentareaflowtracing', elevation, sinkroute, weight, material, target, step, method, mindqv, correct, carea, cheight, cslope, accu_tot, accu_left, accu_right)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -33,7 +33,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:catchmentareamassfluxmethod', dem, method, b_slope, b_aspect, b_area, b_flow, area, g_slope, g_aspect, g_area, g_flow)
|
||||
processing.runalg('saga:catchmentareamassfluxmethod', dem, method, b_slope, b_aspect, b_area, b_flow, area, g_slope, g_aspect, g_area, g_flow)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -42,7 +42,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:catchmentareaparallel', elevation, sinkroute, weight, material, target, step, method, dolinear, linearthrs, linearthrs_grid, chdir_grid, convergence, carea, cheight, cslope, accu_tot, accu_left, accu_right, caspect, flwpath)
|
||||
processing.runalg('saga:catchmentareaparallel', elevation, sinkroute, weight, material, target, step, method, dolinear, linearthrs, linearthrs_grid, chdir_grid, convergence, carea, cheight, cslope, accu_tot, accu_left, accu_right, caspect, flwpath)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -38,7 +38,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:catchmentarearecursive', elevation, sinkroute, weight, material, target, step, targets, method, convergence, carea, cheight, cslope, accu_tot, accu_left, accu_right, flowlen)
|
||||
processing.runalg('saga:catchmentarearecursive', elevation, sinkroute, weight, material, target, step, targets, method, convergence, carea, cheight, cslope, accu_tot, accu_left, accu_right, flowlen)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -27,7 +27,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:cellbalance', dem, weights, weight, method, balance)
|
||||
processing.runalg('saga:cellbalance', dem, weights, weight, method, balance)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -33,7 +33,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:changedateformat', table, field, fmt_in, fmt_out, output)
|
||||
processing.runalg('saga:changedateformat', table, field, fmt_in, fmt_out, output)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -36,7 +36,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:changedetection', initial, ini_lut, ini_lut_min, ini_lut_max, ini_lut_nam, final, fin_lut, fin_lut_min, fin_lut_max, fin_lut_nam, nochange, output, change, changes)
|
||||
processing.runalg('saga:changedetection', initial, ini_lut, ini_lut_min, ini_lut_max, ini_lut_nam, final, fin_lut, fin_lut_min, fin_lut_max, fin_lut_nam, nochange, output, change, changes)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -26,7 +26,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:changegridvalues', grid_in, method, lookup, grid_out)
|
||||
processing.runalg('saga:changegridvalues', grid_in, method, lookup, grid_out)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -31,7 +31,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:changetimeformat', table, field, fmt_in, fmt_out, output)
|
||||
processing.runalg('saga:changetimeformat', table, field, fmt_in, fmt_out, output)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -28,4 +28,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:changevectoranalysis', a1, a2, b1, b2, dist, angle)
|
||||
processing.runalg('saga:changevectoranalysis', a1, a2, b1, b2, dist, angle)
|
||||
|
@ -34,7 +34,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:channelnetwork', elevation, sinkroute, init_grid, init_method, init_value, div_grid, div_cells, trace_weight, minlen, chnlntwrk, chnlroute, shapes)
|
||||
processing.runalg('saga:channelnetwork', elevation, sinkroute, init_grid, init_method, init_value, div_grid, div_cells, trace_weight, minlen, chnlntwrk, chnlroute, shapes)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -31,4 +31,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:channelnetworkanddrainagebasins', dem, threshold, direction, connection, order, basin, segments, basins, nodes)
|
||||
processing.runalg('saga:channelnetworkanddrainagebasins', dem, threshold, direction, connection, order, basin, segments, basins, nodes)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:clipgridwithpolygon', input, polygons, output)
|
||||
processing.runalg('saga:clipgridwithpolygon', input, polygons, output)
|
||||
|
@ -27,7 +27,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:clippointswithpolygons', points, polygons, field, method, clips)
|
||||
processing.runalg('saga:clippointswithpolygons', points, polygons, field, method, clips)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -26,4 +26,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:closegaps', input, mask, threshold, result)
|
||||
processing.runalg('saga:closegaps', input, mask, threshold, result)
|
||||
|
@ -32,7 +32,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:closegapswithspline', grid, mask, maxgapcells, maxpoints, localpoints, extended, neighbours, radius, relaxation, closed)
|
||||
processing.runalg('saga:closegapswithspline', grid, mask, maxgapcells, maxpoints, localpoints, extended, neighbours, radius, relaxation, closed)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -24,4 +24,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:closeonecellgaps', input, result)
|
||||
processing.runalg('saga:closeonecellgaps', input, result)
|
||||
|
@ -29,7 +29,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:clusteranalysisforgrids', grids, method, ncluster, normalise, oldversion, cluster, statistics)
|
||||
processing.runalg('saga:clusteranalysisforgrids', grids, method, ncluster, normalise, oldversion, cluster, statistics)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -26,7 +26,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:colorblending', grids, nsteps, range, grid)
|
||||
processing.runalg('saga:colorblending', grids, nsteps, range, grid)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -26,4 +26,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:combinegrids', grid1, grid2, lookup, result)
|
||||
processing.runalg('saga:combinegrids', grid1, grid2, lookup, result)
|
||||
|
@ -27,4 +27,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:contourlinesfromgrid', input, zmin, zmax, zstep, contour)
|
||||
processing.runalg('saga:contourlinesfromgrid', input, zmin, zmax, zstep, contour)
|
||||
|
@ -32,7 +32,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:convergenceindex', elevation, method, neighbours, result)
|
||||
processing.runalg('saga:convergenceindex', elevation, method, neighbours, result)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -31,7 +31,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:convergenceindexsearchradius', elevation, radius, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, slope, difference, convergence)
|
||||
processing.runalg('saga:convergenceindexsearchradius', elevation, radius, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, slope, difference, convergence)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -25,7 +25,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:convertdatastoragetype', input, type, output)
|
||||
processing.runalg('saga:convertdatastoragetype', input, type, output)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -28,4 +28,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:convertlinestopoints', lines, add, dist, points)
|
||||
processing.runalg('saga:convertlinestopoints', lines, add, dist, points)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:convertlinestopolygons', lines, polygons)
|
||||
processing.runalg('saga:convertlinestopolygons', lines, polygons)
|
||||
|
@ -24,4 +24,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:convertmultipointstopoints', multipoints, points)
|
||||
processing.runalg('saga:convertmultipointstopoints', multipoints, points)
|
||||
|
@ -27,4 +27,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:convertpointstolines', points, order, separate, lines)
|
||||
processing.runalg('saga:convertpointstolines', points, order, separate, lines)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:convertpolygonlineverticestopoints', shapes, points)
|
||||
processing.runalg('saga:convertpolygonlineverticestopoints', shapes, points)
|
||||
|
@ -26,4 +26,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:convertpolygonstolines', polygons, lines)
|
||||
processing.runalg('saga:convertpolygonstolines', polygons, lines)
|
||||
|
@ -28,4 +28,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:converttabletopoints', table, x, y, points)
|
||||
processing.runalg('saga:converttabletopoints', table, x, y, points)
|
||||
|
@ -26,7 +26,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:convexhull', shapes, polypoints, hulls, boxes)
|
||||
processing.runalg('saga:convexhull', shapes, polypoints, hulls, boxes)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -24,4 +24,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:countpointsinpolygons', points, polygons)
|
||||
processing.runalg('saga:countpointsinpolygons', points, polygons)
|
||||
|
@ -32,7 +32,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:creategraticule', extent, output_extent, distx, disty, type, graticule)
|
||||
processing.runalg('saga:creategraticule', extent, output_extent, distx, disty, type, graticule)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -27,4 +27,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:crossclassificationandtabulation', input, input2, maxnumclass, resultgrid, resulttable)
|
||||
processing.runalg('saga:crossclassificationandtabulation', input, input2, maxnumclass, resultgrid, resulttable)
|
||||
|
@ -28,4 +28,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:crossprofiles', dem, lines, dist_line, dist_profile, num_profile, profiles)
|
||||
processing.runalg('saga:crossprofiles', dem, lines, dist_line, dist_profile, num_profile, profiles)
|
||||
|
@ -32,7 +32,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:cubicsplineapproximation', shapes, field, target, npmin, npmax, nppc, k, output_extent, user_size, user_grid)
|
||||
processing.runalg('saga:cubicsplineapproximation', shapes, field, target, npmin, npmax, nppc, k, output_extent, user_size, user_grid)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -26,4 +26,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:curvatureclassification', cplan, cprof, threshold, class)
|
||||
processing.runalg('saga:curvatureclassification', cplan, cprof, threshold, class)
|
||||
|
@ -35,7 +35,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:cutshapeslayer', shapes, method, target, cut_ax, cut_bx, cut_ay, cut_by, cut_dx, cut_dy, shapes_shapes, polygons_polygons, cut, extent)
|
||||
processing.runalg('saga:cutshapeslayer', shapes, method, target, cut_ax, cut_bx, cut_ay, cut_by, cut_dx, cut_dy, shapes_shapes, polygons_polygons, cut, extent)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -43,7 +43,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:directionalstatisticsforsinglegrid', grid, points, direction, tolerance, maxdistance, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, mean, difmean, min, max, range, var, stddev, stddevlo, stddevhi, devmean, percent, points_out)
|
||||
processing.runalg('saga:directionalstatisticsforsinglegrid', grid, points, direction, tolerance, maxdistance, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, mean, difmean, min, max, range, var, stddev, stddevlo, stddevhi, devmean, percent, points_out)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -29,4 +29,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:distancematrix', points, table)
|
||||
processing.runalg('saga:distancematrix', points, table)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:diurnalanisotropicheating', dem, alpha_max, dah)
|
||||
processing.runalg('saga:diurnalanisotropicheating', dem, alpha_max, dah)
|
||||
|
@ -27,7 +27,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:downslopedistancegradient', dem, distance, output, gradient, difference)
|
||||
processing.runalg('saga:downslopedistancegradient', dem, distance, output, gradient, difference)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -28,4 +28,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:dtmfilterslopebased', input, radius, terrainslope, stddev, ground, nonground)
|
||||
processing.runalg('saga:dtmfilterslopebased', input, radius, terrainslope, stddev, ground, nonground)
|
||||
|
@ -24,4 +24,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:edgecontamination', dem, contamination)
|
||||
processing.runalg('saga:edgecontamination', dem, contamination)
|
||||
|
@ -35,7 +35,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:effectiveairflowheights', dem, dir, len, dir_const, oldver, maxdist, accel, pyramids, leefact, luvfact, dir_units, len_scale, afh)
|
||||
processing.runalg('saga:effectiveairflowheights', dem, dir, len, dir_const, oldver, maxdist, accel, pyramids, leefact, luvfact, dir_units, len_scale, afh)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -60,4 +60,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:enumeratetablefield', input, field, output)
|
||||
processing.runalg('saga:enumeratetablefield', input, field, output)
|
||||
|
@ -27,4 +27,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fastregiongrowingalgorithm', input, start, rep, result, mean)
|
||||
processing.runalg('saga:fastregiongrowingalgorithm', input, start, rep, result, mean)
|
||||
|
@ -27,4 +27,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fastrepresentativeness', input, lod, result, result_lod, seeds)
|
||||
processing.runalg('saga:fastrepresentativeness', input, lod, result, result_lod, seeds)
|
||||
|
@ -26,7 +26,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fillgapsinrecords', table, order, method, nogaps)
|
||||
processing.runalg('saga:fillgapsinrecords', table, order, method, nogaps)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fillsinksplanchondarboux2001', dem, minslope, result)
|
||||
processing.runalg('saga:fillsinksplanchondarboux2001', dem, minslope, result)
|
||||
|
@ -27,4 +27,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fillsinkswangliu', elev, minslope, filled, fdir, wshed)
|
||||
processing.runalg('saga:fillsinkswangliu', elev, minslope, filled, fdir, wshed)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fillsinksxxlwangliu', elev, minslope, filled)
|
||||
processing.runalg('saga:fillsinksxxlwangliu', elev, minslope, filled)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:filterclumps', grid, threshold, output)
|
||||
processing.runalg('saga:filterclumps', grid, threshold, output)
|
||||
|
@ -38,4 +38,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fireriskanalysis', dem, fuel, windspd, winddir, m1h, m10h, m100h, mherb, mwood, value, baseprob, montecarlo, interval, danger, compprob, priority)
|
||||
processing.runalg('saga:fireriskanalysis', dem, fuel, windspd, winddir, m1h, m10h, m100h, mherb, mwood, value, baseprob, montecarlo, interval, danger, compprob, priority)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fitnpointstoshape', shapes, numpoints, points)
|
||||
processing.runalg('saga:fitnpointstoshape', shapes, numpoints, points)
|
||||
|
@ -26,7 +26,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:flatdetection', dem, flat_output, noflats, flats)
|
||||
processing.runalg('saga:flatdetection', dem, flat_output, noflats, flats)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -28,7 +28,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:flowpathlength', elevation, seed, seeds_only, method, convergence, length)
|
||||
processing.runalg('saga:flowpathlength', elevation, seed, seeds_only, method, convergence, length)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -27,7 +27,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:flowwidthandspecificcatchmentarea', dem, tca, method, width, sca)
|
||||
processing.runalg('saga:flowwidthandspecificcatchmentarea', dem, tca, method, width, sca)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -24,4 +24,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fractaldimensionofgridsurface', input, result)
|
||||
processing.runalg('saga:fractaldimensionofgridsurface', input, result)
|
||||
|
@ -37,7 +37,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fragmentationalternative', classes, class, neighborhood_min, neighborhood_max, aggregation, border, weight, density_min, density_int, level_grow, density_mean, density, connectivity, fragmentation, fragstats)
|
||||
processing.runalg('saga:fragmentationalternative', classes, class, neighborhood_min, neighborhood_max, aggregation, border, weight, density_min, density_int, level_grow, density_mean, density, connectivity, fragmentation, fragstats)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -29,4 +29,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fragmentationclassesfromdensityandconnectivity', density, connectivity, border, weight, density_min, density_int, fragmentation)
|
||||
processing.runalg('saga:fragmentationclassesfromdensityandconnectivity', density, connectivity, border, weight, density_min, density_int, fragmentation)
|
||||
|
@ -37,7 +37,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fragmentationstandard', classes, class, neighborhood_min, neighborhood_max, aggregation, border, weight, density_min, density_int, circular, diagonal, density, connectivity, fragmentation, fragstats)
|
||||
processing.runalg('saga:fragmentationstandard', classes, class, neighborhood_min, neighborhood_max, aggregation, border, weight, density_min, density_int, circular, diagonal, density, connectivity, fragmentation, fragstats)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -28,4 +28,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:function', xmin, xmax, ymin, ymax, formul, result)
|
||||
processing.runalg('saga:function', xmin, xmax, ymin, ymax, formul, result)
|
||||
|
@ -30,7 +30,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fuzzify', input, a, b, c, d, type, autofit, output)
|
||||
processing.runalg('saga:fuzzify', input, a, b, c, d, type, autofit, output)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -25,7 +25,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fuzzyintersectionand', grids, type, and)
|
||||
processing.runalg('saga:fuzzyintersectionand', grids, type, and)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -25,7 +25,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:fuzzyunionor', grids, type, or)
|
||||
processing.runalg('saga:fuzzyunionor', grids, type, or)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -27,7 +27,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:gaussianfilter', input, sigma, mode, radius, result)
|
||||
processing.runalg('saga:gaussianfilter', input, sigma, mode, radius, result)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -28,7 +28,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:gaussianlandscapes', nx, ny, h, method, m, grid)
|
||||
processing.runalg('saga:gaussianlandscapes', nx, ny, h, method, m, grid)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -41,7 +41,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:geographicallyweightedmultipleregression', points, dependent, target, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, range, radius, mode, npoints, maxpoints, minpoints, output_extent, user_size, user_quality, user_intercept, grid_quality, grid_intercept)
|
||||
processing.runalg('saga:geographicallyweightedmultipleregression', points, dependent, target, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, range, radius, mode, npoints, maxpoints, minpoints, output_extent, user_size, user_quality, user_intercept, grid_quality, grid_intercept)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -35,7 +35,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:geographicallyweightedmultipleregressionpoints',
|
||||
processing.runalg('saga:geographicallyweightedmultipleregressionpoints',
|
||||
points, dependent, distance_weighting_weighting,
|
||||
distance_weighting_idw_power, distance_weighting_idw_offset,
|
||||
distance_weighting_bandwidth, range, radius, mode, npoints,
|
||||
|
@ -40,7 +40,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:geographicallyweightedmultipleregressionpointsgrids', predictors, parameters, points, dependent, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, range, radius, mode, npoints, maxpoints, minpoints, regression, quality, slopes, residuals)
|
||||
processing.runalg('saga:geographicallyweightedmultipleregressionpointsgrids', predictors, parameters, points, dependent, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, range, radius, mode, npoints, maxpoints, minpoints, regression, quality, slopes, residuals)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -42,7 +42,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:geographicallyweightedregression', points, dependent, predictor, target, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, range, radius, mode, npoints, maxpoints, minpoints, output_extent, user_size, user_grid, user_quality, user_intercept, user_slope)
|
||||
processing.runalg('saga:geographicallyweightedregression', points, dependent, predictor, target, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, range, radius, mode, npoints, maxpoints, minpoints, output_extent, user_size, user_grid, user_quality, user_intercept, user_slope)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -40,7 +40,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:geographicallyweightedregressionpointsgrid', predictor, points, dependent, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, range, radius, mode, npoints, maxpoints, minpoints, regression, quality, intercept, slope, residuals)
|
||||
processing.runalg('saga:geographicallyweightedregressionpointsgrid', predictor, points, dependent, distance_weighting_weighting, distance_weighting_idw_power, distance_weighting_idw_offset, distance_weighting_bandwidth, range, radius, mode, npoints, maxpoints, minpoints, regression, quality, intercept, slope, residuals)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -32,7 +32,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:geometricfigures', cell_count, cell_size, figure, plane, result)
|
||||
processing.runalg('saga:geometricfigures', cell_count, cell_size, figure, plane, result)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -28,4 +28,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:getshapesextents', shapes, parts, extents)
|
||||
processing.runalg('saga:getshapesextents', shapes, parts, extents)
|
||||
|
@ -25,7 +25,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:globalmoransiforgrids', grid, contiguity, result)
|
||||
processing.runalg('saga:globalmoransiforgrids', grid, contiguity, result)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -30,7 +30,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:gradientvectorfromcartesiantopolarcoordinates', dx, dy, units, system, system_zero, system_orient, dir, len)
|
||||
processing.runalg('saga:gradientvectorfromcartesiantopolarcoordinates', dx, dy, units, system, system_zero, system_orient, dir, len)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -30,7 +30,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:gradientvectorfrompolartocartesiancoordinates', dir, len, units, system, system_zero, system_orient, dx, dy)
|
||||
processing.runalg('saga:gradientvectorfrompolartocartesiancoordinates', dir, len, units, system, system_zero, system_orient, dx, dy)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -30,7 +30,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:gradientvectorsfromdirectionalcomponents', x, y, step, size_min, size_max, aggr, style, vectors)
|
||||
processing.runalg('saga:gradientvectorsfromdirectionalcomponents', x, y, step, size_min, size_max, aggr, style, vectors)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -30,7 +30,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:gradientvectorsfromdirectionandlength', dir, len, step, size_min, size_max, aggr, style, vectors)
|
||||
processing.runalg('saga:gradientvectorsfromdirectionandlength', dir, len, step, size_min, size_max, aggr, style, vectors)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -29,7 +29,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:gradientvectorsfromsurface', surface, step, size_min, size_max, aggr, style, vectors)
|
||||
processing.runalg('saga:gradientvectorsfromsurface', surface, step, size_min, size_max, aggr, style, vectors)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -26,7 +26,7 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:gridbuffer', features, dist, buffertype, buffer)
|
||||
processing.runalg('saga:gridbuffer', features, dist, buffertype, buffer)
|
||||
|
||||
Available options for selection parameters:
|
||||
|
||||
|
@ -58,4 +58,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:gridcalculator', grids, formula, use_nodata, result)
|
||||
processing.runalg('saga:gridcalculator', grids, formula, use_nodata, result)
|
||||
|
@ -25,4 +25,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:griddifference', a, b, c)
|
||||
processing.runalg('saga:griddifference', a, b, c)
|
||||
|
@ -26,4 +26,4 @@ Console usage
|
||||
|
||||
::
|
||||
|
||||
sextante.runalg('saga:griddivision', a, b, c)
|
||||
processing.runalg('saga:griddivision', a, b, c)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user