rsaga.sink.removal(RSAGA)
rsaga.sink.removal()所属R语言包:RSAGA
Sink Removal
接收器去除
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Remove sinks from a digital elevation model by deepening
从数字高程模型,通过深化删除汇
用法----------Usage----------
rsaga.sink.removal(in.dem, in.sinkroute, out.dem, method = "fill", ...)
参数----------Arguments----------
参数:in.dem
input: digital elevation model (DEM) as SAGA grid file (default file extension: .sgrd)
输入:数字高程模型(DEM)SAGA的网格文件(默认文件扩展名:.sgrd)
参数:in.sinkroute
optional input: sink route grid file
可选输入:片路线的网格文件
参数:out.dem
output: modified DEM
输出:改性DEM
参数:method
character string or numeric value specifying the algorithm (partial string matching will be applied): "deepen drainage route" (or 0): reduce the elevation of pixels in order to achieve drainage out of the former sinks "fill sinks" (or 1): fill sinks until none are left
字符串或数字值,指定将部分字符串匹配算法():"deepen drainage route"(或0):减少的像素提升,以达到排水前汇"fill sinks"(或1 ):填写汇,直到没有离开
参数:...
optional arguments to be passed to rsaga.geoprocessor, including the env RSAGA geoprocessing environment
可选参数传递给rsaga.geoprocessor,包括env RSAGAGEO处理环境
值----------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 module 1 from SAGA library ta_preprocessor.
此功能使用模块1,从的SAGA库ta_preprocessor。
(作者)----------Author(s)----------
Alexander Brenning (R interface), Olaf Conrad (SAGA module)
参见----------See Also----------
rsaga.sink.route, rsaga.fill.sinks
rsaga.sink.route,rsaga.fill.sinks
实例----------Examples----------
## Not run: rsaga.sink.route("dem","sinkroute")[#不运行:“DEM”rsaga.sink.route(中,“sinkroute”)]
rsaga.sink.removal("dem","sinkroute","dem-preproc",method="deepen")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|