[GRASS-SVN] r34781 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 7 06:46:20 EST 2008
Author: martinl
Date: 2008-12-07 06:46:20 -0500 (Sun, 07 Dec 2008)
New Revision: 34781
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
Log:
revert menudata.py (sorry for mistake)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py 2008-12-07 11:08:57 UTC (rev 34780)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py 2008-12-07 11:46:20 UTC (rev 34781)
@@ -12,7 +12,7 @@
for details.
@author Michael Barton (Arizona State University)
- at author Yann Chemin <yann.chemin gmail.com>
+ at author Yann Chemin
@author Martin Landa <landa.martin gmail.com>
"""
@@ -320,7 +320,7 @@
(_("Multiple GPS export formats using GPSBabel"),
_("Exports a vector map to a GPS receiver or file format supported by GPSBabel."),
"self.OnMenuCmd",
- "v.out.gps"),
+ "v.out.gpsbabel"),
(_("POV-Ray export"),
_("Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y"),
@@ -854,17 +854,6 @@
"r.topmodel"),
("","","", ""),
- (_("USLE K Factor"),
- _("USLE K Factor: Soil Erodibility."),
- "self.OnMenuCmd",
- "r.uslek"),
-
- (_("USLE R Factor"),
- _("USLE R Factor: Rainfall Erosivity."),
- "self.OnMenuCmd",
- "r.usler"),
- ("","","", ""),
-
(_("Watershed subbasins"),
_("Generates a raster map layer showing watershed subbasins."),
"self.OnMenuCmd",
@@ -1658,43 +1647,6 @@
"i.ortho.photo"),
("","","", ""),
- (_("Basic RS processing"), (
-
- (_("MODIS Quality Flags"),
- _("Extract Modis Quality flags as raster values."),
- "self.OnMenuCmd",
- "i.modis.qc"),
-
- (_("Latitude/longitude maps"),
- _("Creates Latitude or Longitude map."),
- "self.OnMenuCmd",
- "i.latlong"),
-
- (_("Potential Sunshine Hours"),
- _("Creates Potential Sunshine Hours map."),
- "self.OnMenuCmd",
- "i.sunhours"),
- ("","","", ""),
-
- (_("Albedo"),
- _("Albedo from Modis, Aster, Landsat, AVHRR."),
- "self.OnMenuCmd",
- "i.albedo"),
-
- (_("Vegetation Indices"),
- _("14 types of vegetation Indices."),
- "self.OnMenuCmd",
- "i.vi"),
- ("","","", ""),
-
- (_("Emissivity"),
- _("Emissivity from NDVI."),
- "self.OnMenuCmd",
- "i.emissivity"),
- )
- ),
- ("","","", ""),
-
(_("Brovey sharpening"),
_("Brovey transform to merge multispectral and high-res panchromatic channels"),
"self.OnMenuCmd",
More information about the grass-commit
mailing list