Skip to content

Commit

Permalink
r.blend: add screenshot in documentation (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
baharmon authored and petrasovaa committed Jun 10, 2023
1 parent 2758119 commit faef2c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions scripts/r.blend/r.blend.html
Expand Up @@ -9,12 +9,18 @@ <h2>EXAMPLE</h2>
(North Carolina sample dataset):

<div class="code"><pre>
g.region raster=aspect -p
r.blend first=aspect second=elevation output=elev_shade_blend
d.mon wx0
d.rgb blue=elev_shade_blend.b green=elev_shade_blend.g red=elev_shade_blend.r
g.region raster=elevation
r.relief input=elevation output=relief zscale=10
r.blend -c first=elevation second=relief output=blend percent=75
</pre></div>

<div align="center" style="margin: 10px">
<a href="r_blend.png">
<img src="r_blend.png" width="600" height="540" alt="r.blend example" border="0">
</a><br>
<i>Figure: Elevation blended with shaded relief</i>
</div>

<h2>SEE ALSO</h2>

<em>
Expand Down
Binary file added scripts/r.blend/r_blend.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit faef2c6

Please sign in to comment.