[GRASS-SVN] r48859 - in grass/branches/develbranch_6:
gui/wxpython/xml imagery
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 19 15:24:28 EDT 2011
Author: martinl
Date: 2011-10-19 12:24:28 -0700 (Wed, 19 Oct 2011)
New Revision: 48859
Added:
grass/branches/develbranch_6/imagery/i.landsat.acca/
Modified:
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
grass/branches/develbranch_6/imagery/Makefile
Log:
include i.landsat.acca from add-ons
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2011-10-19 19:09:29 UTC (rev 48858)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2011-10-19 19:24:28 UTC (rev 48859)
@@ -2661,6 +2661,13 @@
<handler>OnMenuCmd</handler>
<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>
<separator />
<menuitem>
<label>Modis quality control</label>
Modified: grass/branches/develbranch_6/imagery/Makefile
===================================================================
--- grass/branches/develbranch_6/imagery/Makefile 2011-10-19 19:09:29 UTC (rev 48858)
+++ grass/branches/develbranch_6/imagery/Makefile 2011-10-19 19:24:28 UTC (rev 48859)
@@ -8,6 +8,7 @@
i.gensigset \
i.group \
i.his.rgb \
+ i.landsat.acca \
i.landsat.toar \
i.maxlik \
i.modis.qc \
More information about the grass-commit
mailing list