lreis2415 / SEIMS

Spatially Explicit Integrated Modeling System --- open-source, cross-platform, and high performance computation
https://lreis2415.github.io/SEIMS/
GNU General Public License v3.0
50 stars 34 forks source link

An implementation of hillslope delineation algorithm / 一种坡面单元划分实现 #1

Closed crazyzlj closed 3 years ago

crazyzlj commented 7 years ago

增加了坡面划分代码

Latest update: 2017-7-21

houzw commented 7 years ago

手动点赞

crazyzlj commented 7 years ago

Hillslope algorithm in Whitebox GAT may have a bug in handling the situation that converging points of two upstream are adjacent to the head stream cell of their downstream (e.g., Fig. 1). The result can be found in Fig. 2. stream_with_flow_direction Fig. 1 Example of stream link with the arrow indicates D8 flow direction

hillslope_result_of_whitebox Fig.2 The hillslope result derived by Whitebox GAT 3.4.0.

After careful review, I have implemented a correct version integrated into the preprocessing script of SEIMS in Python. The result is shown in Fig. 3.

hillslope_result_of_seims Fig. 3 The hillslope result derived by SEIMS.

I have started an issue at Whitebox GAT's Github page.