[GRASS-SVN] r62127 - grass/branches/releasebranch_7_0/scripts/i.tasscap
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 28 13:46:26 PDT 2014
Author: neteler
Date: 2014-09-28 13:46:26 -0700 (Sun, 28 Sep 2014)
New Revision: 62127
Modified:
grass/branches/releasebranch_7_0/scripts/i.tasscap/i.tasscap.html
Log:
i.tasscap manual: update example to new user interface
Modified: grass/branches/releasebranch_7_0/scripts/i.tasscap/i.tasscap.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/i.tasscap/i.tasscap.html 2014-09-28 20:46:17 UTC (rev 62126)
+++ grass/branches/releasebranch_7_0/scripts/i.tasscap/i.tasscap.html 2014-09-28 20:46:26 UTC (rev 62127)
@@ -28,10 +28,9 @@
<div class="code"><pre>
g.region rast=lsat7_2002_10 -p
-i.tasscap -7 band1=lsat7_2002_10 band2=lsat7_2002_20 \
- band3=lsat7_2002_30 band4=lsat7_2002_40 \
- band5=lsat7_2002_50 band7=lsat7_2002_70 \
- outprefix=tasscap
+i.tasscap satellite=landsat7_etm \
+ input=lsat7_2002_10,lsat7_2002_20,lsat7_2002_30,lsat7_2002_40,lsat7_2002_50,lsat7_2002_70 \
+ basename=tasscap
</pre></div>
Results:
More information about the grass-commit
mailing list