rsaga.close.gaps(RSAGA)
rsaga.close.gaps()所属R语言包:RSAGA
SAGA Modules Close Gaps and Close One Cell Gaps
SAGA模块关闭的差距,并关闭一个单元间隙
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Close (Interpolate) Gaps
关闭(插值)的差距
用法----------Usage----------
rsaga.close.gaps(in.dem, out.dem, threshold = 0.1, ...)
rsaga.close.one.cell.gaps(in.dem, out.dem, ...)
参数----------Arguments----------
参数:in.dem
input: digital elevation model (DEM) as SAGA grid file (default file extension: .sgrd)
输入:数字高程模型(DEM)SAGA的网格文件(默认文件扩展名:.sgrd)
参数:out.dem
output: DEM grid file without no-data values (gaps). Existing files will be overwritten!
输出:DEM网格文件没有没有数据值(空白)。现有的文件将被覆盖!
参数:threshold
tension threshold for adjusting the interpolator (default: 0.1)
张力调整插补器的阈值(默认值:0.1)
参数:...
optional arguments to be passed to rsaga.geoprocessor, including the env RSAGA geoprocessing environment
可选参数传递给rsaga.geoprocessor,包括env RSAGAGEO处理环境
Details
详细信息----------Details----------
rsaga.close.one.cell.gaps only fill gaps whose neighbor grid cells have non-missing data.
rsaga.close.one.cell.gaps填补空白的邻居网格单元具有非缺失的数据。
In rsaga.close.gaps, larger tension thresholds can be used to reduce overshoots and undershoots in the surfaces used to fill (interpolate) the
在rsaga.close.gaps,较大的张力阈值可以用来减少过冲和下冲,在所使用的表面以填补(插值)
值----------Value----------
The type of object returned depends on the intern argument passed to the rsaga.geoprocessor. For intern=FALSE it is a numerical error code (0: success), or otherwise (default)
返回的对象的类型取决于intern参数传递的rsaga.geoprocessor。对于intern=FALSE它是一个数字错误代码(0:成功),或以其他方式(默认)
注意----------Note----------
This function uses modules 7 (rsaga.close.gaps and 6 rsaga.close.one.cell.gaps from the SAGA library grid_tools.
此功能使用模块7(rsaga.close.gaps6rsaga.close.one.cell.gaps从的SAGA库grid_tools的。
SAGA GIS 2.0.5+ has a new additional module Close Gaps with Spline, which can be accessed using rsaga.geoprocessor (currently no R wrapper available). See
SAGA GIS 2.0.5 +新的附加模块Close Gaps with Spline,可以访问使用rsaga.geoprocessor(目前没有R包装)。看
(作者)----------Author(s)----------
Alexander Brenning (R interface), Olaf Conrad (SAGA module)
参见----------See Also----------
rsaga.geoprocessor, rsaga.env
rsaga.geoprocessor,rsaga.env
实例----------Examples----------
## Not run: [#不运行:]
# using SAGA grids:[使用SAGA格:]
rsaga.close.gaps("rawdem.sgrd","dem.sgrd")
# using ASCII grids:[使用ASCII电网:]
rsaga.esri.wrapper(rsaga.close.gaps,in.dem="rawdem",out.dem="dem")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|