diff --git a/src/raster/r.flowaccumulation/main.c b/src/raster/r.flowaccumulation/main.c index 7c7931dbb3..ff91a9e381 100644 --- a/src/raster/r.flowaccumulation/main.c +++ b/src/raster/r.flowaccumulation/main.c @@ -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"); diff --git a/src/raster/r.flowaccumulation/r.flowaccumulation.html b/src/raster/r.flowaccumulation/r.flowaccumulation.html index ff9fdc688d..c7f1fb37f1 100644 --- a/src/raster/r.flowaccumulation/r.flowaccumulation.html +++ b/src/raster/r.flowaccumulation/r.flowaccumulation.html @@ -12,8 +12,9 @@

NOTES

trace and accumulate the amount of flow draining through and including each cell. -r.flowaccumulation supports parallel computation of flow accumulation -using OpenMP while r.accumulate does not. +

r.flowaccumulation supports parallel computation of flow +accumulation using OpenMP while r.accumulate does not. +However, for weighted flow accumulation, use r.accumulate.

The module recognizes three different formats of flow directions: