~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to scripts/r.blend/description.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>DESCRIPTION</h2>
2
 
 
3
 
<em>r.blend</em> blends color components of 2 raster maps by a
4
 
specificed percentage of the first map.
5
 
 
6
 
 
7
 
<h2>EXAMPLE</h2>
8
 
 
9
 
Blending the aspect map with the elevation map for a shaded map
10
 
(North Carolina sample dataset):
11
 
 
12
 
<div class="code"><pre>
13
 
g.region rast=aspect -p
14
 
r.blend first=aspect second=elevation output_prefix=elev_shade_blend
15
 
d.mon x0
16
 
d.rgb blue=elev_shade_blend.b green=elev_shade_blend.g red=elev_shade_blend.r
17
 
</pre></div>
18
 
 
19
 
<h2>SEE ALSO</h2>
20
 
 
21
 
<em>
22
 
<a href="d.shadedmap.html">d.shadedmap</a>,
23
 
<a href="g.region.html">g.region</a>,
24
 
<a href="r.mapcalc.html">r.mapcalc</a>,
25
 
<a href="r.colors.html">r.colors</a>,
26
 
<a href="r.support.html">r.support</a>
27
 
</em>
28
 
 
29
 
 
30
 
<h2>AUTHOR</h2>
31
 
 
32
 
Unknown: probably CERL<br>
33
 
Updated to GRASS 5.7 by Michael Barton, Arizona State University
34
 
 
35
 
<p>
36
 
<i>Last changed: $Date: 2013-09-01 09:16:13 +0200 (Sun, 01 Sep 2013) $</i>