Skip to content

Commit

Permalink
r.stream.extract: Fix typos in the manual (#1352)
Browse files Browse the repository at this point in the history
* r.stream.extract: Fix typos in the manual

* Add a comma

* Grammar
  • Loading branch information
HuidaeCho committed Feb 20, 2021
1 parent 2463b42 commit 2ac698c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions raster/r.stream.extract/r.stream.extract.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h2>NOTES</h2>
method for channel initiation is used, the cell value of the
accumulation input map is multiplied by <tt>(tan(local
slope))<sup>mexp</sup></tt> and then compared
to <b>threshold</b>. If <b>mexp</b> is given than the method of
Montgomery and Foufoula-Georgiou (1993) to initiate a stream with this
to <b>threshold</b>. If <b>mexp</b> is given, then the method of
Montgomery and Foufoula-Georgiou (1993) is used to initiate a stream with this
value. The cell value of the accumulation input map is multiplied
by <tt>(tan(local slope))<sup>mexp</sup></tt> and then compared
to <b>threshold</b>. If threshold is reached or exceeded, a new stream
Expand Down Expand Up @@ -75,9 +75,9 @@ <h3>Stream extraction</h3>
calculated as the number of cells draining through a cell.

<p>
If <b>accumulation</b> is given than the accumulation values of the
If <b>accumulation</b> is given, then the accumulation values of the
provided <b>accumulation</b> map are used and not calculated from the
input <b>elevation</b> map. In this case the <b>elevation</b> map must
input <b>elevation</b> map. In this case, the <b>elevation</b> map must
be exactly the same map used to calculate
<b>accumulation</b>. If <b>accumulation</b> was calculated with
<em><a href="r.terraflow.html">r.terraflow</a></em>, the filled
Expand Down

0 comments on commit 2ac698c

Please sign in to comment.