rsaga.add.grid.values.to.points(RSAGA)
rsaga.add.grid.values.to.points()所属R语言包:RSAGA
Add Grid Values to Point Shapefile
添加网格值点坐标
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Pick values from SAGA grids and attach
选择值从的SAGA电网及附加
用法----------Usage----------
rsaga.add.grid.values.to.points(in.shapefile, in.grids, out.shapefile,
method = c("nearest.neighbour", "bilinear",
"idw", "bicubic.spline", "b.spline"), ...)
参数----------Arguments----------
参数:in.grids
Input: character vector with names of (one or more) SAGA grid files to be converted into a point shapefile.
输入字符的名称(一个或多个)SAGA网格文件被转换成一个点坐标,向量。
参数:in.shapefile, out.shapefile
In/Output: point shapefiles (default extension: .shp).
输入/输出点shape文件(默认扩展名:.shp)。
参数:method
interpolation method to be used; choices: nearest neighbour interpolation (default), bilinear interpolation, inverse distance weighting, bicubic spline interpolation, B-splines.
使用;选择:最近邻插值(默认),双线性插值法,反距离权重法,双三次样条插值,B样条插值方法。
参数:...
Optional arguments to be passed to rsaga.geoprocessor, including the env RSAGA geoprocessing environment.
可选参数被传递给rsaga.geoprocessor,包括env RSAGAGEO处理环境。
Details
详细信息----------Details----------
Retrieves information from the selected grids at the positions of the points of the selected points layer and adds
从所选择的网格点的位置处的选定点层中检索信息,并添加
注意----------Note----------
This function uses module Add Grid Values to Points
此功能使用模块Add Grid Values to Points
(作者)----------Author(s)----------
Alexander Brenning (R interface), Olaf Conrad (SAGA modules)
参见----------See Also----------
pick.from.points, pick.from.ascii.grid,
pick.from.points,pick.from.ascii.grid,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|