[GRASS-SVN] r50801 -
grass/branches/develbranch_6/scripts/i.landsat.rgb
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 13 11:24:10 EST 2012
Author: neteler
Date: 2012-02-13 08:24:10 -0800 (Mon, 13 Feb 2012)
New Revision: 50801
Added:
grass/branches/develbranch_6/scripts/i.landsat.rgb/i_landsat_rgb_corrected.jpg
grass/branches/develbranch_6/scripts/i.landsat.rgb/i_landsat_rgb_uncorrected.jpg
Modified:
grass/branches/develbranch_6/scripts/i.landsat.rgb/description.html
Log:
example added
Modified: grass/branches/develbranch_6/scripts/i.landsat.rgb/description.html
===================================================================
--- grass/branches/develbranch_6/scripts/i.landsat.rgb/description.html 2012-02-13 16:19:58 UTC (rev 50800)
+++ grass/branches/develbranch_6/scripts/i.landsat.rgb/description.html 2012-02-13 16:24:10 UTC (rev 50801)
@@ -28,13 +28,28 @@
the module (using <em>g.region</em>) and then back to the original resolution
afterwards.
-
<h2>EXAMPLE</h2>
+North Carolina sample dataset example:
+
<div class="code"><pre>
-i.landsat.rgb red=tm.3 green=tm.2 blue=tm.1
+g.region rast=lsat7_2002_10 -p
+d.rgb blue=lsat7_2002_10 green=lsat7_2002_20 red=lsat7_2002_30
+d.barscale at=55.312500,93.125000 bcolor=white tcolor=black -t
+
+i.landsat.rgb blue=lsat7_2002_10 green=lsat7_2002_20 red=lsat7_2002_30 strength=95
+d.rgb blue=lsat7_2002_10 green=lsat7_2002_20 red=lsat7_2002_30
+d.barscale at=55.312500,93.125000 bcolor=white tcolor=black -t
</pre></div>
+<center>
+<img src="i_landsat_rgb_uncorrected.jpg" alt="Uncorrected RGB composite of Landsat ETM channels B/G/R"><br>
+Uncorrected RGB composite of Landsat ETM channels B/G/R
+<p>
+<img src="i_landsat_rgb_corrected.jpg" alt="Color corrected RGB composite of Landsat ETM channels B/G/R"><br>
+Color corrected RGB composite of Landsat ETM channels B/G/R
+</center>
+
<h2>TODO</h2>
The <b>strength</b> option requires further refinement.
@@ -52,7 +67,7 @@
<h2>AUTHORS</h2>
-Markus Neteler<br>
+Markus Neteler, Trento, Italy<br>
M. Hamish Bowman, Dept. Marine Science, Otago University, New Zealand
<p><i>Last changed: $Date$</i>
Added: grass/branches/develbranch_6/scripts/i.landsat.rgb/i_landsat_rgb_corrected.jpg
===================================================================
(Binary files differ)
Property changes on: grass/branches/develbranch_6/scripts/i.landsat.rgb/i_landsat_rgb_corrected.jpg
___________________________________________________________________
Added: svn:mime-type
+ image/jpeg
Added: grass/branches/develbranch_6/scripts/i.landsat.rgb/i_landsat_rgb_uncorrected.jpg
===================================================================
(Binary files differ)
Property changes on: grass/branches/develbranch_6/scripts/i.landsat.rgb/i_landsat_rgb_uncorrected.jpg
___________________________________________________________________
Added: svn:mime-type
+ image/jpeg
More information about the grass-commit
mailing list