flowlength(topmodel)
flowlength()所属R语言包:topmodel
Calculates the flow distance towards the catchment outlet
计算流量对流域出口的距离
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a digital elevation model and the coordinates of the catchment outlet, this function calculates the flowlength of each gridcell to the outlet, based on a single flow direction algorithm (D8).
给定一个数字高程模型和集水出口的坐标,此函数计算每个gridcell flowlength到出口,一个单一的流动方向算法(D8)的基础上。
用法----------Usage----------
flowlength(DEM,outlet)
参数----------Arguments----------
参数:DEM
A matrix representing a digital elevation model [m] with equally sized pixels and equal NS and EW resolution
一个矩阵[M]与同样大小的像素和平等的NS和EW分辨率的数字高程模型
参数:outlet
A vector containing the row and column indices of the pixel representing the catchment outlet.
一个向量,包含的行和列的像素的排水渠道。
Details
详细信息----------Details----------
The function returns the flowlength in cell size units. So you have to multiply by the map resolution to get the flow in meters.
该函数返回的flowlength在单元大小单位。因此,我们必须乘以图分辨率,以获得流米。
值----------Value----------
A matrix of the same size as DEM
A矩阵的大小相同DEM
(作者)----------Author(s)----------
Wouter Buytaert, Imperial College London, based on an implementation from the Hydrology Group of Lancaster University
参考文献----------References----------
<h3>See Also</h3>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|