要获取QGIS的算法列表,可以直接通过在QGIS提供的python console中取得。
点击中间python图标,打开QGIS自带的python console。
输入以下,打印出QGIS的算法列表
from qgis.core import QgsApplication
for alg in QgsApplication.processingRegistry().algorithms():
print("{}:{} --> {}".format(alg.provider().name(), alg.name(), alg.displayName()))
附:我得到的算法列表
QGIS (3D):tessellate --> 镶嵌
GDAL:aspect --> 坡向
GDAL:assignprojection --> 指定投影
GDAL:buffervectors --> 矢量缓冲区
GDAL:buildvirtualraster --> 构建虚拟栅格
GDAL:buildvirtualvector --> 构建虚拟矢量
GDAL:cliprasterbyextent --> 按范围裁剪栅格
GDAL:cliprasterbymasklayer --> 按掩膜图层裁剪栅格
GDAL:clipvectorbyextent --> 按范围裁剪矢量
GDAL:clipvectorbypolygon --> 按掩膜图层裁剪矢量
GDAL:colorrelief --> 彩色地貌
GDAL:contour --> 等高线
GDAL:contour_polygon --> 等高线多边形
GDAL:convertformat --> 格式转换
GDAL:dissolve --> 融合
GDAL:executesql --> 执行SQL语句
GDAL:extractprojection --> 提取投影
GDAL:fillnodata --> 填充无数据区域
GDAL:gdal2tiles --> gdal2tiles
GDAL:gdal2xyz --> gdal2xyz(GDAL支持的栅格转XYZ ASCII点文件)
GDAL:gdalinfo --> 栅格信息
GDAL:gridaverage --> 网格化 (滑动平均法)
GDAL:griddatametrics --> 网格化 (数据度规法)
GDAL:gridinversedistance --> 网格化 (距离倒数乘方法)
GDAL:gridinversedistancenearestneighbor --> 网格化 (最近邻搜索反距离权重法)
GDAL:gridlinear --> 网格化 (线性插值法)
GDAL:gridnearestneighbor --> 网格化 (最近邻算法)
GDAL:hillshade --> 山体阴影
GDAL:importvectorintopostgisdatabaseavailableconnections --> 导出到PostgreSQL(可用连接)
GDAL:importvectorintopostgisdatabasenewconnection --> 导出到PostgreSQL(新建连接)
GDAL:merge --> 合并
GDAL:nearblack --> 边框转换
GDAL:offsetcurve --> 偏移曲线
GDAL:ogrinfo --> 矢量信息
GDAL:onesidebuffer --> 单边缓冲区
GDAL:overviews --> 构建鹰眼图 (金字塔)
GDAL:pansharp --> 全色锐化
GDAL:pcttorgb --> PCT转RGB
GDAL:pointsalonglines --> 沿线创建点
GDAL:polygonize --> 栅格矢量化 (栅格转矢量)
GDAL:proximity --> 邻近分析 (生成栅格距离图)
GDAL:rastercalculator --> 栅格计算器
GDAL:rasterize --> 矢量栅格化 (矢量转栅格)
GDAL:rasterize_over --> 栅格化 (使用属性替换)
GDAL:rasterize_over_fixed_value --> 栅格化 (使用固定值替换)
GDAL:rearrange_bands --> 重排波段
GDAL:retile --> 重新分割瓦片
GDAL:rgbtopct --> RGB转PCT
GDAL:roughness --> 粗糙度
GDAL:sieve --> 滤除碎斑
GDAL:slope --> 坡度
GDAL:tileindex --> 瓦片索引
GDAL:tpitopographicpositionindex --> 地形位置指数 (TPI)
GDAL:translate --> 转换 (格式转换)
GDAL:triterrainruggednessindex --> 地形耐用指数 (TRI)
GDAL:viewshed --> 视域
GDAL:warpreproject --> 变形 (重投影)
GRASS:i.albedo --> i.albedo
GRASS:i.aster.toar --> i.aster.toar
GRASS:i.atcorr --> i.atcorr
GRASS:i.biomass --> i.biomass
GRASS:i.cca --> i.cca
GRASS:i.cluster --> i.cluster
GRASS:i.colors.enhance --> i.colors.enhance
GRASS:i.eb.eta --> i.eb.eta
GRASS:i.eb.evapfr --> i.eb.evapfr
GRASS:i.eb.hsebal01.coords --> i.eb.hsebal01.coords
GRASS:i.eb.netrad --> i.eb.netrad
GRASS:i.eb.soilheatflux --> i.eb.soilheatflux
GRASS:i.emissivity --> i.emissivity
GRASS:i.evapo.mh --> i.evapo.mh
GRASS:i.evapo.pm --> i.evapo.pm
GRASS:i.evapo.pt --> i.evapo.pt
GRASS:i.evapo.time --> i.evapo.time
GRASS:i.fft --> i.fft
GRASS:i.gensig --> i.gensig
GRASS:i.gensigset --> i.gensigset
GRASS:i.group --> i.group
GRASS:i.his.rgb --> i.his.rgb
GRASS:i.ifft --> i.ifft
GRASS:i.image.mosaic --> i.image.mosaic
GRASS:i.in.spotvgt --> i.in.spotvgt
GRASS:i.landsat.acca --> i.landsat.acca
GRASS:i.landsat.toar --> i.landsat.toar
GRASS:i.maxlik --> i.maxlik
GRASS:i.modis.qc --> i.modis.qc
GRASS:i.oif --> i.oif
GRASS:i.pansharpen --> i.pansharpen
GRASS:i.pca --> i.pca
GRASS:i.rgb.his --> i.rgb.his
GRASS:i.segment --> i.segment
GRASS:i.smap --> i.smap
GRASS:i.tasscap --> i.tasscap
GRASS:i.topo.coor.ill --> i.topo.coor.ill
GRASS:i.topo.corr --> i.topo.corr
GRASS:i.vi --> i.vi
GRASS:i.zc --> i.zc
GRASS:m.cogo --> m.cogo
GRASS:nviz --> nviz
GRASS:r.basins.fill --> r.basins.fill
GRASS:r.blend.combine --> r.blend.combine
GRASS:r.blend.rgb --> r.blend.rgb
GRASS:r.buffer --> r.buffer
GRASS:r.buffer.lowmem --> r.buffer.lowmem
GRASS:r.carve --> r.carve
GRASS:r.category --> r.category
GRASS:r.category.out --> r.category.out
GRASS:r.circle --> r.circle
GRASS:r.clump --> r.clump
GRASS:r.coin --> r.coin
GRASS:r.colors --> r.colors
GRASS:r.colors.out --> r.colors.out
GRASS:r.colors.stddev --> r.colors.stddev
GRASS:r.composite --> r.composite
GRASS:r.contour --> r.contour
GRASS:r.cost --> r.cost
GRASS:r.covar --> r.covar
GRASS:r.cross --> r.cross
GRASS:r.describe --> r.describe
GRASS:r.distance --> r.distance
GRASS:r.drain --> r.drain
GRASS:r.fill.dir --> r.fill.dir
GRASS:r.fill.stats --> r.fill.stats
GRASS:r.fillnulls --> r.fillnulls
GRASS:r.flow --> r.flow
GRASS:r.geomorphon --> r.geomorphon
GRASS:r.grow --> r.grow
GRASS:r.grow.distance --> r.grow.distance
GRASS:r.gwflow --> r.gwflow
GRASS:r.his --> r.his
GRASS:r.horizon --> r.horizon
GRASS:r.horizon.height --> r.horizon.height
GRASS:r.in.lidar --> r.in.lidar
GRASS:r.in.lidar.info --> r.in.lidar.info
GRASS:r.info --> r.info
GRASS:r.kappa --> r.kappa
GRASS:r.lake --> r.lake
GRASS:r.latlong --> r.latlong
GRASS:r.li.cwed --> r.li.cwed
GRASS:r.li.cwed.ascii --> r.li.cwed.ascii
GRASS:r.li.dominance --> r.li.dominance
GRASS:r.li.dominance.ascii --> r.li.dominance.ascii
GRASS:r.li.edgedensity --> r.li.edgedensity
GRASS:r.li.edgedensity.ascii --> r.li.edgedensity.ascii
GRASS:r.li.mpa --> r.li.mpa
GRASS:r.li.mpa.ascii --> r.li.mpa.ascii
GRASS:r.li.mps --> r.li.mps
GRASS:r.li.mps.ascii --> r.li.mps.ascii
GRASS:r.li.padcv --> r.li.padcv
GRASS:r.li.padcv.ascii --> r.li.padcv.ascii
GRASS:r.li.padrange --> r.li.padrange
GRASS:r.li.padrange.ascii --> r.li.padrange.ascii
GRASS:r.li.padsd --> r.li.padsd
GRASS:r.li.padsd.ascii --> r.li.padsd.ascii
GRASS:r.li.patchdensity --> r.li.patchdensity
GRASS:r.li.patchdensity.ascii --> r.li.patchdensity.ascii
GRASS:r.li.patchnum --> r.li.patchnum
GRASS:r.li.patchnum.ascii --> r.li.patchnum.ascii
GRASS:r.li.pielou --> r.li.pielou
GRASS:r.li.pielou.ascii --> r.li.pielou.ascii
GRASS:r.li.renyi --> r.li.renyi
GRASS:r.li.renyi.ascii --> r.li.renyi.ascii
GRASS:r.li.richness --> r.li.richness
GRASS:r.li.richness.ascii --> r.li.richness.ascii
GRASS:r.li.shannon --> r.li.shannon
GRASS:r.li.shannon.ascii --> r.li.shannon.ascii
GRASS:r.li.shape --> r.li.shape
GRASS:r.li.shape.ascii --> r.li.shape.ascii
GRASS:r.li.simpson --> r.li.simpson
GRASS:r.li.simpson.ascii --> r.li.simpson.ascii
GRASS:r.mapcalc.simple --> r.mapcalc.simple
GRASS:r.mask.rast --> r.mask.rast
GRASS:r.mask.vect --> r.mask.vect
GRASS:r.mfilter --> r.mfilter
GRASS:r.mode --> r.mode
GRASS:r.neighbors --> r.neighbors
GRASS:r.null --> r.null
GRASS:r.out.ascii --> r.out.ascii
GRASS:r.out.gridatb --> r.out.gridatb
GRASS:r.out.mat --> r.out.mat
GRASS:r.out.mpeg --> r.out.mpeg
GRASS:r.out.png --> r.out.png
GRASS:r.out.pov --> r.out.pov
GRASS:r.out.ppm --> r.out.ppm
GRASS:r.out.ppm3 --> r.out.ppm3
GRASS:r.out.vrml --> r.out.vrml
GRASS:r.out.vtk --> r.out.vtk
GRASS:r.out.xyz --> r.out.xyz
GRASS:r.param.scale --> r.param.scale
GRASS:r.patch --> r.patch
GRASS:r.path --> r.path
GRASS:r.path.coordinate.txt --> r.path.coordinate.txt
GRASS:r.plane --> r.plane
GRASS:r.profile --> r.profile
GRASS:r.proj --> r.proj
GRASS:r.quant --> r.quant
GRASS:r.quantile --> r.quantile
GRASS:r.quantile.plain --> r.quantile.plain
GRASS:r.random --> r.random
GRASS:r.random.cells --> r.random.cells
GRASS:r.random.surface --> r.random.surface
GRASS:r.reclass --> r.reclass
GRASS:r.reclass.area --> r.reclass.area
GRASS:r.recode --> r.recode
GRASS:r.regression.line --> r.regression.line
GRASS:r.regression.multi --> r.regression.multi
GRASS:r.relief --> r.relief
GRASS:r.relief.scaling --> r.relief.scaling
GRASS:r.report --> r.report
GRASS:r.resamp.bspline --> r.resamp.bspline
GRASS:r.resamp.filter --> r.resamp.filter
GRASS:r.resamp.interp --> r.resamp.interp
GRASS:r.resamp.rst --> r.resamp.rst
GRASS:r.resamp.stats --> r.resamp.stats
GRASS:r.resample --> r.resample
GRASS:r.rescale --> r.rescale
GRASS:r.rescale.eq --> r.rescale.eq
GRASS:r.rgb --> r.rgb
GRASS:r.ros --> r.ros
GRASS:r.series --> r.series
GRASS:r.series.accumulate --> r.series.accumulate
GRASS:r.series.interp --> r.series.interp
GRASS:r.shade --> r.shade
GRASS:r.sim.sediment --> r.sim.sediment
GRASS:r.sim.water --> r.sim.water
GRASS:r.slope.aspect --> r.slope.aspect
GRASS:r.solute.transport --> r.solute.transport
GRASS:r.spread --> r.spread
GRASS:r.spreadpath --> r.spreadpath
GRASS:r.statistics --> r.statistics
GRASS:r.stats --> r.stats
GRASS:r.stats.quantile.out --> r.stats.quantile.out
GRASS:r.stats.quantile.rast --> r.stats.quantile.rast
GRASS:r.stats.zonal --> r.stats.zonal
GRASS:r.stream.extract --> r.stream.extract
GRASS:r.sun.incidout --> r.sun.incidout
GRASS:r.sun.insoltime --> r.sun.insoltime
GRASS:r.sunhours --> r.sunhours
GRASS:r.sunmask.datetime --> r.sunmask.datetime
GRASS:r.sunmask.position --> r.sunmask.position
GRASS:r.surf.area --> r.surf.area
GRASS:r.surf.contour --> r.surf.contour
GRASS:r.surf.fractal --> r.surf.fractal
GRASS:r.surf.gauss --> r.surf.gauss
GRASS:r.surf.idw --> r.surf.idw
GRASS:r.surf.random --> r.surf.random
GRASS:r.terraflow --> r.terraflow
GRASS:r.texture --> r.texture
GRASS:r.thin --> r.thin
GRASS:r.tile --> r.tile
GRASS:r.tileset --> r.tileset
GRASS:r.to.vect --> r.to.vect
GRASS:r.topidx --> r.topidx
GRASS:r.topmodel --> r.topmodel
GRASS:r.topmodel.topidxstats --> r.topmodel.topidxstats
GRASS:r.transect --> r.transect
GRASS:r.univar --> r.univar
GRASS:r.uslek --> r.uslek
GRASS:r.usler --> r.usler
GRASS:r.viewshed --> r.viewshed
GRASS:r.volume --> r.volume
GRASS:r.walk.coords --> r.walk.coords
GRASS:r.walk.points --> r.walk.points
GRASS:r.walk.rast --> r.walk.rast
GRASS:r.water.outlet --> r.water.outlet
GRASS:r.watershed --> r.watershed
GRASS:r.what.color --> r.what.color
GRASS:r.what.coords --> r.what.coords
GRASS:r.what.points --> r.what.points
GRASS:v.buffer --> v.buffer
GRASS:v.build.check --> v.build.check
GRASS:v.build.polylines --> v.build.polylines
GRASS:v.class --> v.class
GRASS:v.clean --> v.clean
GRASS:v.cluster --> v.cluster
GRASS:v.db.select --> v.db.select
GRASS:v.decimate --> v.decimate
GRASS:v.delaunay --> v.delaunay
GRASS:v.dissolve --> v.dissolve
GRASS:v.distance --> v.distance
GRASS:v.drape --> v.drape
GRASS:v.edit --> v.edit
GRASS:v.extract --> v.extract
GRASS:v.extrude --> v.extrude
GRASS:v.generalize --> v.generalize
GRASS:v.hull --> v.hull
GRASS:v.in.ascii --> v.in.ascii
GRASS:v.in.dxf --> v.in.dxf
GRASS:v.in.e00 --> v.in.e00
GRASS:v.in.geonames --> v.in.geonames
GRASS:v.in.lidar --> v.in.lidar
GRASS:v.in.lines --> v.in.lines
GRASS:v.in.mapgen --> v.in.mapgen
GRASS:v.in.wfs --> v.in.wfs
GRASS:v.info --> v.info
GRASS:v.kcv --> v.kcv
GRASS:v.kernel.rast --> v.kernel.rast
GRASS:v.kernel.vector --> v.kernel.vector
GRASS:v.lidar.correction --> v.lidar.correction
GRASS:v.lidar.edgedetection --> v.lidar.edgedetection
GRASS:v.lidar.growing --> v.lidar.growing
GRASS:v.mkgrid --> v.mkgrid
GRASS:v.neighbors --> v.neighbors
GRASS:v.net --> v.net
GRASS:v.net.alloc --> v.net.alloc
GRASS:v.net.allpairs --> v.net.allpairs
GRASS:v.net.bridge --> v.net.bridge
GRASS:v.net.centrality --> v.net.centrality
GRASS:v.net.components --> v.net.components
GRASS:v.net.connectivity --> v.net.connectivity
GRASS:v.net.distance --> v.net.distance
GRASS:v.net.flow --> v.net.flow
GRASS:v.net.iso --> v.net.iso
GRASS:v.net.nreport --> v.net.nreport
GRASS:v.net.path --> v.net.path
GRASS:v.net.report --> v.net.report
GRASS:v.net.salesman --> v.net.salesman
GRASS:v.net.spanningtree --> v.net.spanningtree
GRASS:v.net.steiner --> v.net.steiner
GRASS:v.net.timetable --> v.net.timetable
GRASS:v.net.visibility --> v.net.visibility
GRASS:v.normal --> v.normal
GRASS:v.out.ascii --> v.out.ascii
GRASS:v.out.dxf --> v.out.dxf
GRASS:v.out.postgis --> v.out.postgis
GRASS:v.out.pov --> v.out.pov
GRASS:v.out.svg --> v.out.svg
GRASS:v.out.vtk --> v.out.vtk
GRASS:v.outlier --> v.outlier
GRASS:v.overlay --> v.overlay
GRASS:v.pack --> v.pack
GRASS:v.parallel --> v.parallel
GRASS:v.patch --> v.patch
GRASS:v.perturb --> v.perturb
GRASS:v.proj --> v.proj
GRASS:v.qcount --> v.qcount
GRASS:v.random --> v.random
GRASS:v.rast.stats --> v.rast.stats
GRASS:v.reclass --> v.reclass
GRASS:v.rectify --> v.rectify
GRASS:v.report --> v.report
GRASS:v.sample --> v.sample
GRASS:v.segment --> v.segment
GRASS:v.select --> v.select
GRASS:v.split --> v.split
GRASS:v.surf.bspline --> v.surf.bspline
GRASS:v.surf.idw --> v.surf.idw
GRASS:v.surf.rst --> v.surf.rst
GRASS:v.surf.rst.cvdev --> v.surf.rst.cvdev
GRASS:v.to.3d --> v.to.3d
GRASS:v.to.lines --> v.to.lines
GRASS:v.to.points --> v.to.points
GRASS:v.to.rast --> v.to.rast
GRASS:v.transform --> v.transform
GRASS:v.type --> v.type
GRASS:v.univar --> v.univar
GRASS:v.vect.stats --> v.vect.stats
GRASS:v.voronoi --> v.voronoi
GRASS:v.voronoi.skeleton --> v.voronoi.skeleton
GRASS:v.what.rast --> v.what.rast
GRASS:v.what.vect --> v.what.vect
QGIS(原生C++):addautoincrementalfield --> 添加自增量字段
QGIS(原生C++):addfieldtoattributestable --> 添加字段到属性表
QGIS(原生C++):adduniquevalueindexfield --> 添加唯一值索引字段
QGIS(原生C++):addxyfields --> 添加X/Y字段到图层
QGIS(原生C++):affinetransform --> 仿射变换
QGIS(原生C++):aggregate --> 聚合
QGIS(原生C++):angletonearest --> 对齐点到要素
QGIS(原生C++):antimeridiansplit --> 在逆子午线分割测地线
QGIS(原生C++):arrayoffsetlines --> 偏移(平行)线数组
QGIS(原生C++):arraytranslatedfeatures --> 转换要素数组
QGIS(原生C++):aspect --> 坡向
QGIS(原生C++):assignprojection --> 指定投影
QGIS(原生C++):atlaslayouttoimage --> 地图集布局导出为图像
QGIS(原生C++):atlaslayouttopdf --> 将地图集布局导出为PDF文件
QGIS(原生C++):batchnominatimgeocoder --> 批处理 Nominatim 地理编码
QGIS(原生C++):bookmarkstolayer --> 转换空间书签到图层
QGIS(原生C++):boundary --> 边界
QGIS(原生C++):boundingboxes --> 边界框
QGIS(原生C++):buffer --> 缓冲区
QGIS(原生C++):bufferbym --> 可变宽度缓冲区 (按M值)
QGIS(原生C++):calculatevectoroverlaps --> 重叠分析
QGIS(原生C++):categorizeusingstyle --> 根据样式创建分类渲染
QGIS(原生C++):cellstackpercentile --> 像元堆栈百分比
QGIS(原生C++):cellstackpercentrankfromrasterlayer --> 来自栅格图层的像元堆栈百分比排位
QGIS(原生C++):cellstackpercentrankfromvalue --> 来自值的像元堆栈百分比排位
QGIS(原生C++):cellstatistics --> 像元统计
QGIS(原生C++):centroids --> 质心
QGIS(原生C++):clip --> 裁剪
QGIS(原生C++):collect --> 聚合几何图形
QGIS(原生C++):combinestyles --> 合并样式数据库
QGIS(原生C++):condition --> 条件分支
QGIS(原生C++):convertgpsdata --> 转换GPS数据
QGIS(原生C++):convertgpxfeaturetype --> 转换GPX要素类型
QGIS(原生C++):converttocurves --> 转换为弯曲的几何图形
QGIS(原生C++):convexhull --> 凸包
QGIS(原生C++):countpointsinpolygon --> 统计点在多边形中的数量
QGIS(原生C++):createattributeindex --> 创建属性索引
QGIS(原生C++):createconstantrasterlayer --> 创建固定值栅格图层
QGIS(原生C++):createdirectory --> 创建目录
QGIS(原生C++):creategrid --> 创建网格
QGIS(原生C++):createpointslayerfromtable --> 从表格创建点图层
QGIS(原生C++):createrandombinomialrasterlayer --> 创建随机栅格图层(二项分布)
QGIS(原生C++):createrandomexponentialrasterlayer --> 创建随机栅格图层(指数分布)
QGIS(原生C++):createrandomgammarasterlayer --> 创建随机栅格图层(伽玛分布)
QGIS(原生C++):createrandomgeometricrasterlayer --> 创建随机栅格图层(几何分布)
QGIS(原生C++):createrandomnegativebinomialrasterlayer --> 创建随机栅格图层(负二项分布)
QGIS(原生C++):createrandomnormalrasterlayer --> 创建随机栅格图层(正态分布)
QGIS(原生C++):createrandompoissonrasterlayer --> 创建随机栅格图层(泊松分布)
QGIS(原生C++):createrandomuniformrasterlayer --> 创建随机栅格图层(连续型均匀分布)
QGIS(原生C++):createspatialindex --> 创建空间索引
QGIS(原生C++):dbscanclustering --> DBSCAN聚类
QGIS(原生C++):deletecolumn --> 删除字段
QGIS(原生C++):deleteduplicategeometries --> 删除重复几何图形
QGIS(原生C++):deleteholes --> 删除空洞
QGIS(原生C++):densifygeometries --> 按数量增密
QGIS(原生C++):densifygeometriesgivenaninterval --> 按间隔增密
QGIS(原生C++):detectvectorchanges --> 检测数据集更改
QGIS(原生C++):difference --> 差异
QGIS(原生C++):dissolve --> 融合
QGIS(原生C++):downloadgpsdata --> 从设备下载GPS数据
QGIS(原生C++):dropgeometries --> 丢弃几何图形
QGIS(原生C++):dropmzvalues --> 删除M/Z值
QGIS(原生C++):dxfexport --> 导出图层到DXF
QGIS(原生C++):equaltofrequency --> 等于频率
QGIS(原生C++):explodehstorefield --> 分解HStore字段
QGIS(原生C++):explodelines --> 分解线
QGIS(原生C++):exportlayersinformation --> 导出图层信息
QGIS(原生C++):exportmeshedges --> 导出网孔边线
QGIS(原生C++):exportmeshfaces --> 导出网孔面
QGIS(原生C++):exportmeshongrid --> 导出网格上的网孔
QGIS(原生C++):exportmeshvertices --> 导出网孔顶点
QGIS(原生C++):exporttospreadsheet --> 导出到电子表格
QGIS(原生C++):extendlines --> 延长线
QGIS(原生C++):extenttolayer --> 从范围创建图层
QGIS(原生C++):extractbinary --> 提取二进制字段
QGIS(原生C++):extractbyattribute --> 按属性提取
QGIS(原生C++):extractbyexpression --> 按表达式提取
QGIS(原生C++):extractbyextent --> 按范围提取/裁剪
QGIS(原生C++):extractbylocation --> 按位置提取
QGIS(原生C++):extractmvalues --> 提取M值
QGIS(原生C++):extractspecificvertices --> 提取特定的顶点
QGIS(原生C++):extractvertices --> 提取顶点
QGIS(原生C++):extractwithindistance --> 提取距离以内
QGIS(原生C++):extractzvalues --> 提取Z值
QGIS(原生C++):fieldcalculator --> 字段计算器
QGIS(原生C++):filedownloader --> 下载文件
QGIS(原生C++):fillnodata --> 填充无数据像元
QGIS(原生C++):filter --> 要素过滤器
QGIS(原生C++):filterbygeometry --> 按几何图形类型过滤
QGIS(原生C++):filterlayersbytype --> 按类型过滤图层
QGIS(原生C++):filterverticesbym --> 以M值过滤顶点
QGIS(原生C++):filterverticesbyz --> 以Z值过滤顶点
QGIS(原生C++):fixgeometries --> 修正几何图形
QGIS(原生C++):flattenrelationships --> 一维化关系
QGIS(原生C++):forcerhr --> 强制右手定则
QGIS(原生C++):fuzzifyrastergaussianmembership --> 模糊栅格(高斯隶属度)
QGIS(原生C++):fuzzifyrasterlargemembership --> 模糊栅格(大值隶属度)
QGIS(原生C++):fuzzifyrasterlinearmembership --> 模糊栅格(线性隶属度)
QGIS(原生C++):fuzzifyrasternearmembership --> 模糊栅格(邻近隶属度)
QGIS(原生C++):fuzzifyrasterpowermembership --> 模糊栅格(幂隶属度)
QGIS(原生C++):fuzzifyrastersmallmembership --> 模糊栅格(小值隶属度)
QGIS(原生C++):generatepointspixelcentroidsinsidepolygons --> 在多边形内部生成点(像素质心)
QGIS(原生C++):geometrybyexpression --> 几何图形表达式
QGIS(原生C++):greaterthanfrequency --> 大于频率
QGIS(原生C++):highestpositioninrasterstack --> 栅格堆栈中的最高位置
QGIS(原生C++):hillshade --> 山体阴影
QGIS(原生C++):hublines --> 按线连接(枢纽线)
QGIS(原生C++):importphotos --> 导入带有地理标签的照片
QGIS(原生C++):interpolatepoint --> 在线上插值点
QGIS(原生C++):intersection --> 相交
QGIS(原生C++):joinattributesbylocation --> 按位置连接属性
QGIS(原生C++):joinattributestable --> 按字段值连接属性
QGIS(原生C++):joinbynearest --> 按最近的方式连接属性
QGIS(原生C++):kmeansclustering --> K均值聚类算法
QGIS(原生C++):layertobookmarks --> 将图层转换为空间书签
QGIS(原生C++):lessthanfrequency --> 小于频率
QGIS(原生C++):linedensity --> 线密度
QGIS(原生C++):lineintersections --> 线相交
QGIS(原生C++):linesubstring --> 线子字符串
QGIS(原生C++):loadlayer --> 将图层加载工程
QGIS(原生C++):lowestpositioninrasterstack --> 栅格堆栈中的最低位置
QGIS(原生C++):meancoordinates --> 平均坐标
QGIS(原生C++):mergelines --> 合并线
QGIS(原生C++):mergevectorlayers --> 合并矢量图层
QGIS(原生C++):meshcontours --> 导出等高线
QGIS(原生C++):meshexportcrosssection --> 从网孔导出线上的剖面数据集值
QGIS(原生C++):meshexporttimeseries --> 从网孔数据集中的点导出时间序列值
QGIS(原生C++):meshrasterize --> 栅格化网孔数据集
QGIS(原生C++):minimumenclosingcircle --> 最小包含圆
QGIS(原生C++):multiparttosingleparts --> 多部件转单部件
QGIS(原生C++):multiringconstantbuffer --> 多环缓冲区(固定距离)
QGIS(原生C++):nearestneighbouranalysis --> 最近邻分析
QGIS(原生C++):offsetline --> 偏移线
QGIS(原生C++):orderbyexpression --> 按表达式排序
QGIS(原生C++):orientedminimumboundingbox --> 定向最小边界框
QGIS(原生C++):orthogonalize --> 正交化
QGIS(原生C++):package --> 打包图层
QGIS(原生C++):pixelstopoints --> 栅格像素转点
QGIS(原生C++):pixelstopolygons --> 栅格像素转多边形
QGIS(原生C++):pointonsurface --> 曲面上的点
QGIS(原生C++):pointsalonglines --> 沿几何图形的点
QGIS(原生C++):pointstopath --> 点转线 - 创建路径
QGIS(原生C++):pointtolayer --> 从点创建图层
QGIS(原生C++):poleofinaccessibility --> 难抵极点
QGIS(原生C++):polygonfromlayerextent --> 提取图层范围
QGIS(原生C++):polygonize --> 多边形化
QGIS(原生C++):polygonstolines --> 多边形转线
QGIS(原生C++):postgisexecutesql --> PostgreSQL执行SQL语句
QGIS(原生C++):printlayoutmapextenttolayer --> 将布局地图范围打印到图层
QGIS(原生C++):printlayouttoimage --> 将打印布局导出为图像
QGIS(原生C++):printlayouttopdf --> 将打印布局导出为PDF
QGIS(原生C++):projectpointcartesian --> 投影点(笛卡尔坐标)
QGIS(原生C++):promotetomulti --> 提升为多部件
QGIS(原生C++):raiseexception --> 引发异常
QGIS(原生C++):raisewarning --> 发出警告
QGIS(原生C++):randomextract --> 随机提取
QGIS(原生C++):randompointsinextent --> 范围内随机生成点
QGIS(原生C++):randompointsinpolygons --> 多边形内的随机点
QGIS(原生C++):randompointsonlines --> 线上的随机点
QGIS(原生C++):rasterbooleanand --> 栅格布尔与运算
QGIS(原生C++):rasterize --> 将地图转为栅格
QGIS(原生C++):rasterlayerproperties --> 栅格图层属性
QGIS(原生C++):rasterlayerstatistics --> 栅格图层统计
QGIS(原生C++):rasterlayeruniquevaluesreport --> 栅格图层唯一值报告
QGIS(原生C++):rasterlayerzonalstats --> 栅格图层分区统计
QGIS(原生C++):rasterlogicalor --> 栅格布尔或运算
QGIS(原生C++):rastersampling --> 对栅格值取样
QGIS(原生C++):rastersurfacevolume --> 栅格表面体积
QGIS(原生C++):reclassifybylayer --> 按图层重分类
QGIS(原生C++):reclassifybytable --> 按表格重分类
QGIS(原生C++):rectanglesovalsdiamonds --> 创建矩形,椭圆,菱形
QGIS(原生C++):refactorfields --> 重构字段
QGIS(原生C++):removeduplicatesbyattribute --> 删除重复属性
QGIS(原生C++):removeduplicatevertices --> 移除重复的顶点
QGIS(原生C++):removenullgeometries --> 移除空的几何图形
QGIS(原生C++):renamelayer --> 重命名图层
QGIS(原生C++):renametablefield --> 重命名字段
QGIS(原生C++):repairshapefile --> 修复Shapeflie
QGIS(原生C++):reprojectlayer --> 重投影图层
QGIS(原生C++):rescaleraster --> 重缩放栅格值域
QGIS(原生C++):retainfields --> 保留字段
QGIS(原生C++):reverselinedirection --> 反转线方向
QGIS(原生C++):rotatefeatures --> 旋转
QGIS(原生C++):roundrastervalues --> 舍入栅格
QGIS(原生C++):ruggednessindex --> 耐用指数
QGIS(原生C++):savefeatures --> 将矢量要素保存到文件
QGIS(原生C++):savelog --> 保存日志到文件
QGIS(原生C++):saveselectedfeatures --> 提取选中的要素
QGIS(原生C++):segmentizebymaxangle --> 按最大角度分段
QGIS(原生C++):segmentizebymaxdistance --> 通过最大距离分段
QGIS(原生C++):selectbylocation --> 按位置选择
QGIS(原生C++):selectwithindistance --> 选择距离以内
QGIS(原生C++):serviceareafromlayer --> 服务区(从图层)
QGIS(原生C++):serviceareafrompoint --> 服务区(从点)
QGIS(原生C++):setlayerencoding --> 设置图层编码
QGIS(原生C++):setlayerstyle --> 设置图层样式
QGIS(原生C++):setmfromraster --> 从栅格设置 M 值
QGIS(原生C++):setmvalue --> 设置M值
QGIS(原生C++):setprojectvariable --> 设置工程变量
QGIS(原生C++):setzfromraster --> 贴加(从栅格设置 Z 值)
QGIS(原生C++):setzvalue --> 设置Z值
QGIS(原生C++):shortestpathlayertopoint --> 最短路径(图层到点)
QGIS(原生C++):shortestpathpointtolayer --> 最短路径(点到图层)
QGIS(原生C++):shortestpathpointtopoint --> 最短路径(点到点)
QGIS(原生C++):shpencodinginfo --> 提取Shapefile编码
QGIS(原生C++):simplifygeometries --> 简化
QGIS(原生C++):singlesidedbuffer --> 单边缓冲区
QGIS(原生C++):slope --> 坡度
QGIS(原生C++):smoothgeometry --> 平滑
QGIS(原生C++):snapgeometries --> 将几何图形捕捉到图层
QGIS(原生C++):snappointstogrid --> 点捕捉到网格
QGIS(原生C++):spatialiteexecutesql --> SpatiaLite执行SQL语句
QGIS(原生C++):spatialiteexecutesqlregistered --> SpatiaLite执行SQL语句(注册的数据库)
QGIS(原生C++):splitfeaturesbycharacter --> 按字符分割要素
QGIS(原生C++):splitlinesbylength --> 按最大长度分割线
QGIS(原生C++):splitvectorlayer --> 分割矢量图层
QGIS(原生C++):splitwithlines --> 用线分割
QGIS(原生C++):stdbscanclustering --> ST-DBSCAN聚类
QGIS(原生C++):stringconcatenation --> 字符串连接
QGIS(原生C++):stylefromproject --> 从工程创建样式数据库
QGIS(原生C++):subdivide --> 再分
QGIS(原生C++):sumlinelengths --> 计算线总长
QGIS(原生C++):swapxy --> 交换X和Y的坐标
QGIS(原生C++):symmetricaldifference --> 交集取反
QGIS(原生C++):taperedbuffer --> 锥形缓冲区
QGIS(原生C++):tinmeshcreation --> 从不规则三角网网孔创建
QGIS(原生C++):transect --> 样带线
QGIS(原生C++):transferannotationsfrommain --> 从主图层迁移注记
QGIS(原生C++):translategeometry --> 偏移
QGIS(原生C++):truncatetable --> 快速清空表格
QGIS(原生C++):union --> 联合
QGIS(原生C++):uploadgpsdata --> 将GPS数据上传到设备
QGIS(原生C++):wedgebuffers --> 建立楔形缓冲区
QGIS(原生C++):writevectortiles_mbtiles --> 写入矢量瓦片 (MBTiles)
QGIS(原生C++):writevectortiles_xyz --> 写入矢量瓦片 (XYZ)
QGIS(原生C++):zonalhistogram --> 带状直方图
QGIS(原生C++):zonalstatistics --> 分区统计(适当位置)
QGIS(原生C++):zonalstatisticsfb --> 分区统计
QGIS:advancedpythonfieldcalculator --> 高级Python字段计算器
QGIS:barplot --> 条形图
QGIS:basicstatisticsforfields --> 字段基本统计
QGIS:boxplot --> 箱形图
QGIS:checkvalidity --> 检查有效性
QGIS:climbalongline --> 沿线爬升
QGIS:concavehull --> 凹包 (alpha形状)
QGIS:convertgeometrytype --> 转换几何图形类型
QGIS:definecurrentprojection --> 定义 Shapefile 投影
QGIS:delaunaytriangulation --> 德洛内三角网
QGIS:distancematrix --> 距离矩阵
QGIS:distancetonearesthublinetohub --> 距最近枢纽(线到枢纽)
QGIS:distancetonearesthubpoints --> 距最近枢纽(点)
QGIS:eliminateselectedpolygons --> 清除选中的多边形
QGIS:executesql --> 执行SQL语句
QGIS:exportaddgeometrycolumns --> 添加几何图形属性
QGIS:findprojection --> 查找投影
QGIS:generatepointspixelcentroidsalongline --> 沿线生成点(像素质心)
QGIS:heatmapkerneldensityestimation --> 热力图(核密度估计)
QGIS:hypsometriccurves --> 测高曲线(等深线或等高线)
QGIS:idwinterpolation --> 反距离加权法插值
QGIS:importintopostgis --> 导出到PostgreSQL
QGIS:importintospatialite --> 导出到SpatiaLite
QGIS:joinbylocationsummary --> 按位置连接属性(摘要)
QGIS:keepnbiggestparts --> 保留N个最大的部分
QGIS:knearestconcavehull --> 凹包 (K-最近邻算法)
QGIS:linestopolygons --> 线转多边形
QGIS:listuniquevalues --> 列出唯一值
QGIS:meanandstandarddeviationplot --> 均值和标准差图
QGIS:minimumboundinggeometry --> 最小边界几何图形
QGIS:pointsdisplacement --> 点的位移
QGIS:polarplot --> 极坐标图
QGIS:postgisexecuteandloadsql --> PostgreSQL执行并加载SQL语句
QGIS:randomextractwithinsubsets --> 子集内随机提取
QGIS:randompointsalongline --> 沿线生成随机点
QGIS:randompointsinlayerbounds --> 图层边界内生成随机点
QGIS:randompointsinsidepolygons --> 多边形内部的随机点
QGIS:randomselection --> 随机选择
QGIS:randomselectionwithinsubsets --> 子集内随机选择
QGIS:rastercalculator --> Raster calculator
QGIS:rasterlayerhistogram --> 栅格图层直方图
QGIS:rectanglesovalsdiamondsvariable --> 矩形,椭圆,菱形(可变)
QGIS:regularpoints --> 生成规则点
QGIS:relief --> 地貌
QGIS:scatter3dplot --> 矢量图层3D散点图
QGIS:selectbyattribute --> 按属性选择
QGIS:selectbyexpression --> 按表达式选择
QGIS:setstyleforrasterlayer --> 设置栅格图层样式
QGIS:setstyleforvectorlayer --> 设置矢量图层样式
QGIS:statisticsbycategories --> 按类别统计
QGIS:texttofloat --> 文本型转浮点型
QGIS:tilesxyzdirectory --> 生成 XYZ 瓦片(目录)
QGIS:tilesxyzmbtiles --> 生成 XYZ 瓦片(MBTiles)
QGIS:tininterpolation --> 不规则三角网插值
QGIS:topologicalcoloring --> 拓扑着色
QGIS:variabledistancebuffer --> 可变距离缓冲区
QGIS:vectorlayerhistogram --> 矢量图层直方图
QGIS:vectorlayerscatterplot --> 矢量图层散点图
QGIS:voronoipolygons --> 泰森多边形
SAGA:accumulatedcost --> Accumulated cost
SAGA:accumulatedcostanisotropic --> Accumulated cost (anisotropic)
SAGA:accumulatedcostisotropic --> Accumulated cost (isotropic)
SAGA:accumulationfunctions --> Accumulation functions
SAGA:addcoordinatestopoints --> Add coordinates to points
SAGA:addindicatorfieldsforcategories --> Add indicator fields for categories
SAGA:addpointattributestopolygons --> Add point attributes to polygons
SAGA:addpolygonattributestopoints --> Add polygon attributes to points
SAGA:addrastervaluestofeatures --> Add raster values to features
SAGA:addrastervaluestopoints --> Add raster values to points
SAGA:aggregate --> Aggregate
SAGA:aggregatepointobservations --> Aggregate point observations
SAGA:aggregationindex --> Aggregation index
SAGA:analyticalhierarchyprocess --> Analytical hierarchy process
SAGA:analyticalhillshading --> Analytical hillshading
SAGA:angmap --> Angmap
SAGA:angulardistanceweighted --> Angular distance weighted
SAGA:artificialneuralnetworkclassificationopencv --> Artificial neural network classification (opencv)
SAGA:aspectslopegrid --> Aspect-slope grid
SAGA:automatedcloudcoverassessment --> Automated cloud cover assessment
SAGA:averagewithmask1 --> Average with mask 1
SAGA:averagewithmask2 --> Average with mask 2
SAGA:averagewiththereshold1 --> Average with thereshold 1
SAGA:averagewiththereshold2 --> Average with thereshold 2
SAGA:averagewiththereshold3 --> Average with thereshold 3
SAGA:basicterrainanalysis --> Basic terrain analysis
SAGA:binaryerosionreconstruction --> Binary erosion-reconstruction
SAGA:bioclimaticvariables --> Bioclimatic variables
SAGA:boostingclassificationopencv --> Boosting classification (opencv)
SAGA:bsplineapproximation --> B-spline approximation
SAGA:burnstreamnetworkintodem --> Burn stream network into dem
SAGA:catchmentarea --> Catchment area
SAGA:catchmentareaflowtracing --> Catchment area (flow tracing)
SAGA:catchmentarearecursive --> Catchment area (recursive)
SAGA:categoricalcoincidence --> Categorical coincidence
SAGA:cellbalance --> Cell balance
SAGA:changedatastorage --> Change data storage
SAGA:changedateformat --> Change date format
SAGA:changedetection --> Change detection
SAGA:changetimeformat --> Change time format
SAGA:channelnetwork --> Channel network
SAGA:channelnetworkanddrainagebasins --> Channel network and drainage basins
SAGA:clippointswithpolygons --> Clip points with polygons
SAGA:cliprasterwithpolygon --> Clip raster with polygon
SAGA:closegaps --> Close gaps
SAGA:closegapswithspline --> Close gaps with spline
SAGA:closegapswithstepwiseresampling --> Close gaps with stepwise resampling
SAGA:closeonecellgaps --> Close one cell gaps
SAGA:clusteranalysis --> Cluster analysis
SAGA:clusteranalysisshapes --> Cluster analysis (shapes)
SAGA:concentration --> Concentration
SAGA:confusionmatrixpolygonsgrid --> Confusion matrix (polygons / grid)
SAGA:confusionmatrixtwogrids --> Confusion matrix (two grids)
SAGA:connectivityanalysis --> Connectivity analysis
SAGA:constantgrid --> Constant grid
SAGA:contourlines --> Contour lines
SAGA:convergenceindex --> Convergence index
SAGA:convergenceindexsearchradius --> Convergence index (search radius)
SAGA:convertdatastoragetype --> Convert data storage type
SAGA:convertlinestopoints --> Convert lines to points
SAGA:convertlinestopolygons --> Convert lines to polygons
SAGA:convertmultipointstopoints --> Convert multipoints to points
SAGA:convertpointstolines --> Convert points to line(s)
SAGA:convertpolygonlineverticestopoints --> Convert polygon/line vertices to points
SAGA:convertpolygonstolines --> Convert polygons to lines
SAGA:convexhull --> Convex hull
SAGA:covereddistance --> Covered distance
SAGA:createlinesgraticule --> Create lines graticule
SAGA:createpointgrid --> Create point grid
SAGA:createpolygonsgraticule --> Create polygons graticule
SAGA:croptodata --> Crop to data
SAGA:crossclassificationandtabulation --> Cross-classification and tabulation
SAGA:crossprofiles --> Cross profiles
SAGA:curvatureclassification --> Curvature classification
SAGA:cutvectorlayer --> Cut vector layer
SAGA:decisiontreeclassificationopencv --> Decision tree classification (opencv)
SAGA:destriping --> Destriping
SAGA:destripingwithmask --> Destriping with mask
SAGA:difference --> Difference
SAGA:diffusepollutionrisk --> Diffuse pollution risk
SAGA:diffusivehillslopeevolutionadi --> Diffusive hillslope evolution (adi)
SAGA:diffusivehillslopeevolutionftcs --> Diffusive hillslope evolution (ftcs)
SAGA:directionalaverage --> Directional average
SAGA:directionalstatisticsforrasterlayer --> Directional statistics for raster layer
SAGA:distancevigra --> Distance (vigra)
SAGA:diurnalanisotropicheating --> Diurnal anisotropic heating
SAGA:diversityofcategories --> Diversity of categories
SAGA:downslopedistancegradient --> Downslope distance gradient
SAGA:dtmfilterslopebased --> Dtm filter (slope-based)
SAGA:earthsorbitalparameters --> Earth's orbital parameters
SAGA:edgecontamination --> Edge contamination
SAGA:edgedetectionvigra --> Edge detection (vigra)
SAGA:effectiveairflowheights --> Effective air flow heights
SAGA:enhancedvegetationindex --> Enhanced vegetation index
SAGA:enumeratetablefield --> Enumerate table field
SAGA:fastregiongrowingalgorithm --> Fast region growing algorithm
SAGA:fastrepresentativeness --> Fast representativeness
SAGA:featureextents --> Feature extents
SAGA:fieldstatistics --> Field statistics
SAGA:fillgapsinrecords --> Fill gaps in records
SAGA:fillsinks --> Fill sinks
SAGA:fillsinksqmofesp --> Fill sinks (qm of esp)
SAGA:fillsinkswangliu --> Fill sinks (wang & liu)
SAGA:fillsinksxxlwangliu --> Fill sinks xxl (wang & liu)
SAGA:findfieldofextremevalue --> Find field of extreme value
SAGA:fireriskanalysis --> Fire risk analysis
SAGA:fitnpointsinpolygon --> Fit n points in polygon
SAGA:fixeddistancebuffer --> Fixed distance buffer
SAGA:flatdetection --> Flat detection
SAGA:flattenpolygonlayer --> Flatten polygon layer
SAGA:flowaccumulationqmofesp --> Flow accumulation (qm of esp)
SAGA:flowpathlength --> Flow path length
SAGA:flowwidthandspecificcatchmentarea --> Flow width and specific catchment area
SAGA:fourierfiltervigra --> Fourier filter (vigra)
SAGA:fouriertransformationopencv --> Fourier transformation (opencv)
SAGA:fouriertransforminversevigra --> Fourier transform inverse (vigra)
SAGA:fouriertransformrealvigra --> Fourier transform (real, vigra)
SAGA:fouriertransformvigra --> Fourier transform (vigra)
SAGA:fragmentationalternative --> Fragmentation (alternative)
SAGA:fragmentationclassesfromdensityandconnectivity --> Fragmentation classes from density and connectivity
SAGA:fragmentationstandard --> Fragmentation (standard)
SAGA:function --> Function
SAGA:functionfit --> Function fit
SAGA:fuzzify --> Fuzzify
SAGA:fuzzyintersectionand --> Fuzzy intersection (and)
SAGA:fuzzylandformelementclassification --> Fuzzy landform element classification
SAGA:fuzzyunionor --> Fuzzy union (or)
SAGA:gaussianfilter --> Gaussian filter
SAGA:generateshapes --> Generate shapes
SAGA:geodesicmorphologicalreconstruction --> Geodesic morphological reconstruction
SAGA:geographiccoordinategrids --> Geographic coordinate grids
SAGA:geometricfigures --> Geometric figures
SAGA:globalmoransiforrasterlayer --> Global moran's i for raster layer
SAGA:gradientvectorfromcartesiantopolarcoordinates --> Gradient vector from cartesian to polar coordinates
SAGA:gradientvectorfrompolartocartesiancoordinates --> Gradient vector from polar to cartesian coordinates
SAGA:gradientvectorsfromdirectionalcomponents --> Gradient vectors from directional components
SAGA:gradientvectorsfromdirectionandlength --> Gradient vectors from direction and length
SAGA:gradientvectorsfromsurface --> Gradient vectors from surface
SAGA:gridcombination --> Gridcombination
SAGA:gridstatisticsforpoints --> Grid statistics for points
SAGA:gwrformultiplepredictorlayers --> Gwr for multiple predictor layers
SAGA:gwrformultiplepredictors --> Gwr for multiple predictors
SAGA:gwrformultiplepredictorsgriddedmodeloutput --> Gwr for multiple predictors (gridded model output)
SAGA:gwrforsinglepredictorgriddedmodeloutput --> Gwr for single predictor (gridded model output)
SAGA:gwrforsinglepredictorlayer --> Gwr for single predictor layer
SAGA:histogramsurface --> Histogram surface
SAGA:hypsometry --> Hypsometry
SAGA:imcorrfeaturetracking --> Imcorr - feature tracking
SAGA:interpolatecubicspline --> Interpolate (cubic spline)
SAGA:intersect --> Intersect
SAGA:inversedistanceweightedinterpolation --> Inverse distance weighted interpolation
SAGA:invertdatanodata --> Invert data/no-data
SAGA:invertgrid --> Invert grid
SAGA:isodataclusteringforgrids --> Isodata clustering for grids
SAGA:kerneldensityestimation --> Kernel density estimation
SAGA:kmeansclusteringforgrids --> K-means clustering for grids
SAGA:knearestneighboursclassificationopencv --> K-nearest neighbours classification (opencv)
SAGA:lakeflood --> Lake flood
SAGA:landsurfacetemperature --> Land surface temperature
SAGA:landusescenariogenerator --> Land use scenario generator
SAGA:laplacianfilter --> Laplacian filter
SAGA:layerofextremevalue --> Layer of extreme value
SAGA:leastcostpaths --> Least cost paths
SAGA:linedissolve --> Line dissolve
SAGA:linepolygonintersection --> Line-polygon intersection
SAGA:lineproperties --> Line properties
SAGA:linesimplification --> Line simplification
SAGA:linesmoothing --> Line smoothing
SAGA:localminimaandmaxima --> Local minima and maxima
SAGA:lsfactor --> Ls factor
SAGA:lsfactorfieldbased --> Ls-factor, field based
SAGA:majorityfilter --> Majority filter
SAGA:massbalanceindex --> Mass balance index
SAGA:maximumentropypresenceprediction --> Maximum entropy presence prediction
SAGA:maximumflowpathlength --> Maximum flow path length
SAGA:mergevectorlayers --> Merge vector layers
SAGA:meshdenoise --> Mesh denoise
SAGA:metricconversions --> Metric conversions
SAGA:minimumdistanceanalysis --> Minimum distance analysis
SAGA:mirrorgrid --> Mirror grid
SAGA:modifiedquadraticshepardinterpolation --> Modified quadratic shepard interpolation
SAGA:monthlyglobalbylatitude --> Monthly global by latitude
SAGA:morphologicalfilter --> Morphological filter
SAGA:morphologicalfilteropencv --> Morphological filter (opencv)
SAGA:morphologicalfiltervigra --> Morphological filter (vigra)
SAGA:morphometricfeatures --> Morphometric features
SAGA:morphometricprotectionindex --> Morphometric protection index
SAGA:mosaicrasterlayers --> Mosaic raster layers
SAGA:multibandvariation --> Multi-band variation
SAGA:multidirectionleefilter --> Multi direction lee filter
SAGA:multilevelbsplineinterpolation --> Multilevel b-spline interpolation
SAGA:multilevelbsplineinterpolationforcategories --> Multilevel b-spline interpolation for categories
SAGA:multilevelbsplineinterpolationfromraster --> Multilevel b-spline interpolation (from raster)
SAGA:multiplelinearregressionanalysis --> Multiple linear regression analysis
SAGA:multiplelinearregressionanalysisshapes --> Multiple linear regression analysis (shapes)
SAGA:multipleregressionanalysisgridandpredictorgrids --> Multiple regression analysis (grid and predictor grids)
SAGA:multipleregressionanalysispointsandpredictorgrids --> Multiple regression analysis (points and predictor grids)
SAGA:multipleregressionanalysispointsraster --> Multiple regression analysis (points/raster)
SAGA:multipleregressionanalysisrasterraster --> Multiple regression analysis (raster/raster)
SAGA:multiresolutionindexofvalleybottomflatnessmrvbf --> Multiresolution index of valley bottom flatness (mrvbf)
SAGA:naturalneighbour --> Natural neighbour
SAGA:nearestneighbour --> Nearest neighbour
SAGA:normalbayesclassificationopencv --> Normal bayes classification (opencv)
SAGA:orderedweightedaveraging --> Ordered weighted averaging
SAGA:ordinarykriging --> Ordinary kriging
SAGA:overlandflowdistancetochannelnetwork --> Overland flow distance to channel network
SAGA:overlandflowkinematicwaved8 --> Overland flow - kinematic wave d8
SAGA:paramemeltonruggednessnumber --> Paramemelton ruggedness number
SAGA:patching --> Patching
SAGA:patternanalysis --> Pattern analysis
SAGA:petafterhargreavesgrid --> Pet (after hargreaves, grid)
SAGA:petafterhargreavestable --> Pet (after hargreaves, table)
SAGA:pointdistances --> Point distances
SAGA:pointsfilter --> Points filter
SAGA:pointstatisticsforpolygons --> Point statistics for polygons
SAGA:pointsthinning --> Points thinning
SAGA:polartocartesiancoordinates --> Polar to cartesian coordinates
SAGA:polygoncentroids --> Polygon centroids
SAGA:polygonclipping --> Polygon clipping
SAGA:polygondissolveallpolygons --> Polygon dissolve (all polygons)
SAGA:polygondissolvebyattribute --> Polygon dissolve (by attribute)
SAGA:polygonidentity --> Polygon identity
SAGA:polygonlineintersection --> Polygon-line intersection
SAGA:polygonpartstoseparatepolygons --> Polygon parts to separate polygons
SAGA:polygonproperties --> Polygon properties
SAGA:polygonselfintersection --> Polygon self-intersection
SAGA:polygonshapeindices --> Polygon shape indices
SAGA:polygonstoedgesandnodes --> Polygons to edges and nodes
SAGA:polygonunion --> Polygon union
SAGA:polygonupdate --> Polygon update
SAGA:polynomialregression --> Polynomial regression
SAGA:principlecomponentsanalysis --> Principle components analysis
SAGA:profilefrompointstable --> Profile from points table
SAGA:profilesfromlines --> Profiles from lines
SAGA:proximityraster --> Proximity raster
SAGA:quadtreestructuretopolygons --> Quadtree structure to polygons
SAGA:radiusofvarianceraster --> Radius of variance (raster)
SAGA:randomfield --> Random field
SAGA:randomforestclassificationopencv --> Random forest classification (opencv)
SAGA:randomforestpresencepredictionvigra --> Random forest presence prediction (vigra)
SAGA:randomterrain --> Random terrain
SAGA:rankfilter --> Rank filter
SAGA:rasterbuffer --> Raster buffer
SAGA:rastercalculator --> Raster calculator
SAGA:rastercellindex --> Raster cell index
SAGA:rasterdifference --> Raster difference
SAGA:rasterdivision --> Raster division
SAGA:rasterize --> Rasterize
SAGA:rastermasking --> Raster masking
SAGA:rasternormalisation --> Raster normalisation
SAGA:rasterorientation --> Raster orientation
SAGA:rasterproduct --> Raster product
SAGA:rasterproximitybuffer --> Raster proximity buffer
SAGA:rasterskeletonization --> Raster skeletonization
SAGA:rasterssum --> Rasters sum
SAGA:rasterstandardisation --> Raster standardisation
SAGA:rasterstatisticsforpolygons --> Raster statistics for polygons
SAGA:rastervaluestopoints --> Raster values to points
SAGA:rastervaluestopointsrandomly --> Raster values to points (randomly)
SAGA:rastervolume --> Raster volume
SAGA:realsurfacearea --> Real surface area
SAGA:reclassifyvalues --> Reclassify values
SAGA:reclassifyvaluesrange --> Reclassify values (range)
SAGA:reclassifyvaluessimple --> Reclassify values (simple)
SAGA:reclassifyvaluessingle --> Reclassify values (single)
SAGA:reclassifyvaluestable --> Reclassify values (table)
SAGA:regressionanalysis --> Regression analysis
SAGA:regressionanalysispointsandpredictorgrid --> Regression analysis (points and predictor grid)
SAGA:regressionkriging --> Regression kriging
SAGA:relativeheightsandslopepositions --> Relative heights and slope positions
SAGA:removeduplicatepoints --> Remove duplicate points
SAGA:removesmallpixelclumpstonodata --> Remove small pixel clumps (to no-data)
SAGA:representativeness --> Representativeness
SAGA:resampling --> Resampling
SAGA:resamplingfilter --> Resampling filter
SAGA:residualanalysis --> Residual analysis
SAGA:rgbcomposite --> Rgb composite
SAGA:riverbasin --> Riverbasin
SAGA:rivergridgeneration --> Rivergridgeneration
SAGA:runningaverage --> Running average
SAGA:sagawetnessindex --> Saga wetness index
SAGA:seededregiongrowing --> Seeded region growing
SAGA:seedgeneration --> Seed generation
SAGA:separatepointsbydirection --> Separate points by direction
SAGA:sharedpolygonedges --> Shared polygon edges
SAGA:shrinkandexpand --> Shrink and expand
SAGA:sievingclasses --> Sieving classes
SAGA:simplefilter --> Simple filter
SAGA:simplefilterwithinshapes --> Simple filter within shapes
SAGA:simplekriging --> Simple kriging
SAGA:simpleregiongrowing --> Simple region growing
SAGA:simulation --> Simulation
SAGA:singlevaluedecompositionopencv --> Single value decomposition (opencv)
SAGA:sinkdrainageroutedetection --> Sink drainage route detection
SAGA:sinkremoval --> Sink removal
SAGA:skyviewfactor --> Sky view factor
SAGA:slopeaspectcurvature --> Slope, aspect, curvature
SAGA:slopelength --> Slope length
SAGA:slopelimitedflowaccumulation --> Slope limited flow accumulation
SAGA:smoothingvigra --> Smoothing (vigra)
SAGA:snappointstogrid --> Snap points to grid
SAGA:snappointstolines --> Snap points to lines
SAGA:snappointstopoints --> Snap points to points
SAGA:soiltextureclassification --> Soil texture classification
SAGA:spatialpointpatternanalysis --> Spatial point pattern analysis
SAGA:splitlinesatpoints --> Split lines at points
SAGA:splitlineswithlines --> Split lines with lines
SAGA:splitrgbbands --> Split RGB bands
SAGA:splitshapeslayerrandomly --> Split shapes layer randomly
SAGA:statisticsforrasters --> Statistics for rasters
SAGA:strahlerorder --> Strahler order
SAGA:streampowerindex --> Stream power index
SAGA:successiveflowrouting --> Successive flow routing
SAGA:supervisedclassification --> Supervised classification
SAGA:supervisedclassificationforgrids --> Supervised classification for grids
SAGA:supervisedclassificationforshapes --> Supervised classification for shapes
SAGA:supportvectormachineclassificationopencv --> Support vector machine classification (opencv)
SAGA:surfaceandgradient --> Surface and gradient
SAGA:surfacegradientandconcentration --> Surface, gradient and concentration
SAGA:surfacespecificpoints --> Surface specific points
SAGA:svmclassification --> Svm classification
SAGA:symmetricaldifference --> Symmetrical difference
SAGA:tasseledcaptransformation --> Tasseled cap transformation
SAGA:tcilow --> Tci low
SAGA:terrainmapview --> Terrain map view
SAGA:terrainruggednessindextri --> Terrain ruggedness index (tri)
SAGA:terrainsurfaceclassificationiwahashiandpike --> Terrain surface classification (iwahashi and pike)
SAGA:terrainsurfaceconvexity --> Terrain surface convexity
SAGA:terrainsurfacetexture --> Terrain surface texture
SAGA:thiessenpolygons --> Thiessen polygons
SAGA:thinplatespline --> Thin plate spline
SAGA:thinplatesplinetin --> Thin plate spline (tin)
SAGA:thresholdrasterbuffer --> Threshold raster buffer
SAGA:topofatmospherereflectance --> Top of atmosphere reflectance
SAGA:topographiccorrection --> Topographic correction
SAGA:topographicopenness --> Topographic openness
SAGA:topographicpositionindextpi --> Topographic position index (tpi)
SAGA:topographicwetnessindextwi --> Topographic wetness index (twi)
SAGA:tpibasedlandformclassification --> Tpi based landform classification
SAGA:transectthroughpolygonshapefile --> Transect through polygon shapefile
SAGA:transformvectorlayer --> Transform vector layer
SAGA:transposerasterlayers --> Transpose raster layers
SAGA:triangulation --> Triangulation
SAGA:universalkriging --> Universal kriging
SAGA:upslopeanddownslopecurvature --> Upslope and downslope curvature
SAGA:upslopearea --> Upslope area
SAGA:userdefinedfilter --> User defined filter
SAGA:valleyandridgedetectiontophatapproach --> Valley and ridge detection (top hat approach)
SAGA:valleydepth --> Valley depth
SAGA:variabledistancebuffer --> Variable distance buffer
SAGA:variogramcloud --> Variogram cloud
SAGA:variogramsurface --> Variogram surface
SAGA:vectorisinggridclasses --> Vectorising grid classes
SAGA:vectorruggednessmeasurevrm --> Vector ruggedness measure (vrm)
SAGA:vegetationindexdistancebased --> Vegetation index (distance based)
SAGA:vegetationindexslopebased --> Vegetation index (slope based)
SAGA:verticaldistancetochannelnetwork --> Vertical distance to channel network
SAGA:warpingshapes --> Warping shapes
SAGA:waterretentioncapacity --> Water retention capacity
SAGA:watershedbasins --> Watershed basins
SAGA:watershedsegmentation --> Watershed segmentation
SAGA:watershedsegmentationvigra --> Watershed segmentation (vigra)
SAGA:windeffect --> Wind effect
SAGA:windexpositionindex --> Wind exposition index
SAGA:zonalmultipleregressionanalysispointsandpredictorgrids --> Zonal multiple regression analysis (points and predictor grids)
SAGA:zonalrasterstatistics --> Zonal raster statistics