Skip to content

Commit

Permalink
r.flowaccumulation: Add a suggestion for weighted flow accumulation i…
Browse files Browse the repository at this point in the history
…n the manual
  • Loading branch information
HuidaeCho committed Oct 17, 2023
1 parent e02167c commit 729bb36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/raster/r.flowaccumulation/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int main(int argc, char *argv[])
module->description =
_("Calculates flow accumulation from a flow direction raster map using "
"the Memory-Efficient Flow Accumulation (MEFA) parallel algorithm by "
"Cho (2023)");
"Cho (2023).");

opt.dir = G_define_standard_option(G_OPT_R_INPUT);
opt.dir->description = _("Name of input direction raster map");
Expand Down
5 changes: 3 additions & 2 deletions src/raster/r.flowaccumulation/r.flowaccumulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ <h2>NOTES</h2>
trace and accumulate the amount of flow draining through and including each
cell.

<em>r.flowaccumulation</em> supports parallel computation of flow accumulation
using OpenMP while <em>r.accumulate</em> does not.
<p><em>r.flowaccumulation</em> supports parallel computation of flow
accumulation using OpenMP while <em>r.accumulate</em> does not.
However, for weighted flow accumulation, use <em>r.accumulate</em>.

<p>The module recognizes three different formats of flow directions:
<div align="center">
Expand Down

0 comments on commit 729bb36

Please sign in to comment.