rsaga.esri.to.sgrd(RSAGA)
rsaga.esri.to.sgrd()所属R语言包:RSAGA
Convert ESRI ASCII/binary grids to SAGA grids
ESRI ASCII /二进制电网的SAGA电网
译者:生物统计家园网 机器人LoveR
描述----------Description----------
rsaga.esri.to.sgrd converts grid files from ESRI's ASCII (.asc) and binary (.flt) format to SAGA's (version 2)
rsaga.esri.to.sgrd网格文件转换成ESRI的ASCII(ASC)和二进制格式(FLT)SAGA的(第2版)
用法----------Usage----------
rsaga.esri.to.sgrd(in.grids, out.sgrds = set.file.extension(in.grids,".sgrd"),
in.path, ...)
参数----------Arguments----------
参数:in.grids
character vector of ESRI ASCII/binary grid files (default file extension: .asc); files should be located in folder in.path
字符向量的ESRI ASCII /二进制电网的文件(默认文件扩展名:.asc);文件应位于文件夹中的in.path
参数:out.sgrds
character vector of output SAGA grid files; defaults to in.grids with file extension being replaced by .sgrd, which is also the default extension if file names without extension are specified; files will be placed in the current SAGA workspace (default: rsaga.env()$workspace, or env$workspace if an env argument is provided
输出SAGA网格文件,默认的字符向量的in.grids与.sgrd,这也是默认的扩展名,如果文件名不带扩展名指定被替换的文件扩展名,文件将被放置在当前SAGA工作区(默认值:rsaga.env()$workspace或env$workspace如果env参数提供
参数:in.path
folder with in.grids
文件夹in.grids
参数:...
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) a character vector with the module's console output.
返回的对象的类型取决于intern参数传递的rsaga.geoprocessor。对于intern=FALSE它是一个数字错误代码(0:成功),或以其他方式(默认值)字符向量与模块的控制台输出。
If multiple in.grids are converted, the result will be a vector of numerical error codes of the same length, or the combination of
如果有多个in.grids被转换时,其结果将是具有相同的长度的数值的错误代码的向量,或组合
注意----------Note----------
This function uses module 1 from the SAGA library io_grid.
此功能使用1从的SAGA库io_grid中模块。
(作者)----------Author(s)----------
Alexander Brenning (R interface), Olaf Conrad (SAGA module)
参见----------See Also----------
rsaga.esri.wrapper for an efficient way of applying RSAGA to ESRI ASCII/binary grids;
rsaga.esri.wrapper RSAGA ESRI ASCII /二进制电网的一个有效的方法;
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|