[GRASS-SVN] r44048 - in grass/trunk: gui/wxpython/xml
imagery/i.landsat.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 25 19:29:15 EDT 2010
Author: martinl
Date: 2010-10-25 16:29:15 -0700 (Mon, 25 Oct 2010)
New Revision: 44048
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
grass/trunk/imagery/i.landsat.toar/main.c
Log:
i.landsat.acca added to wxGUI menu
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2010-10-25 23:14:20 UTC (rev 44047)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2010-10-25 23:29:15 UTC (rev 44048)
@@ -720,7 +720,7 @@
<separator />
<menuitem>
<label>Change working environment</label>
- <help>Change current mapset.</help>
+ <help>Changes current mapset.</help>
<keywords>general,settings</keywords>
<handler>OnMenuCmd</handler>
<command>g.mapset</command>
@@ -845,8 +845,8 @@
</menuitem>
<menuitem>
<label>Timestamp</label>
- <help>Print/add/remove a timestamp for a raster map.</help>
- <keywords>raster</keywords>
+ <help>Modifies a timestamp for a raster map.</help>
+ <keywords>raster,metadata,timestamp</keywords>
<handler>OnMenuCmd</handler>
<command>r.timestamp</command>
</menuitem>
@@ -2643,6 +2643,13 @@
<command>i.landsat.toar</command>
</menuitem>
<menuitem>
+ <label>Landsat cloud cover assessment</label>
+ <help>Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA).</help>
+ <keywords>imagery,landsat,acca</keywords>
+ <handler>OnMenuCmd</handler>
+ <command>i.landsat.acca</command>
+ </menuitem>
+ <menuitem>
<label>Modis quality control</label>
<help>Extract quality control parameters from Modis QC layers</help>
<keywords>QC,Quality Control,surface reflectance,Modis</keywords>
Modified: grass/trunk/imagery/i.landsat.toar/main.c
===================================================================
--- grass/trunk/imagery/i.landsat.toar/main.c 2010-10-25 23:14:20 UTC (rev 44047)
+++ grass/trunk/imagery/i.landsat.toar/main.c 2010-10-25 23:29:15 UTC (rev 44048)
@@ -6,6 +6,7 @@
* AUTHOR(S): E. Jorge Tizado - ej.tizado at unileon.es
* Hamish Bowman (small grassification cleanups)
* Yann Chemin (v7 + L5TM _MTL.txt support)
+ * Adopted for GRASS 7 by Martin Landa <landa.martin gmail.com>
*
* PURPOSE: Calculate TOA Radiance or Reflectance and Kinetic Temperature
* for Landsat 1/2/3/4/5 MS, 4/5 TM or 7 ETM+
More information about the grass-commit
mailing list