Skip to content

Commit

Permalink
add missing output map
Browse files Browse the repository at this point in the history
  • Loading branch information
hmitaso committed Nov 20, 2024
1 parent b59b647 commit 63b4175
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grass/hydrology_erosion.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ <h4>Compute soil detachment for spatially variable land cover</h4>
<pre><code>
d.erase
d.rast soillossbare_1m
d.legend -d soillossbare_1m at=2,40,2,6
d.legend soillossbare_1m at=2,40,2,6
d.out.file soillossbare
d.rast soillossgrow_1m
d.legend -d soillossgrow_1m at=2,40,2,6
d.legend soillossgrow_1m at=2,40,2,6
d.out.file soillosgrow
r.univar soillossbare_1m
r.univar soillossgrow_1m
Expand Down Expand Up @@ -181,6 +181,7 @@ <h3>Compute net erosion/deposition maps using USPED model</h3>
r.colors erdep rules=erdep_color.txt
d.rast erdep
d.legend erdep at=2,50,2,6 range=-5,5
d.out.file erosion_deposition
</code></pre>

<p>
Expand Down

0 comments on commit 63b4175

Please sign in to comment.