[GRASS-SVN] r30577 - grass-addons/gipe
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 16 00:23:02 EDT 2008
Author: ychemin
Date: 2008-03-16 00:23:02 -0400 (Sun, 16 Mar 2008)
New Revision: 30577
Modified:
grass-addons/gipe/menudata.py
Log:
updated gipe/menudata.py after change of format of main wxpython menudata.py
Modified: grass-addons/gipe/menudata.py
===================================================================
--- grass-addons/gipe/menudata.py 2008-03-16 03:24:03 UTC (rev 30576)
+++ grass-addons/gipe/menudata.py 2008-03-16 04:23:02 UTC (rev 30577)
@@ -1,21 +1,19 @@
"""
-MODULE: menudata.py
+ at package menudata.py
-CLASSES:
- * Data
+ at brief Complex list for main menu entries for GRASS wxPython GUI.
-PURPOSE: Complex list for main menu entries for GRASS wxPython GUI.
+Classes:
+ - Data
-AUTHORS: The GRASS Development Team
- Michael Barton (Arizona State University)
- Yann Chemin
- Martin Landa <landa.martin gmail.com>
-
COPYRIGHT: (C) 2007-2008 by the GRASS Development Team
- This program is free software under the GNU General Public
- License (>=v2). Read the file COPYING that comes with GRASS
- for details.
+This program is free software under the GNU General Public
+License (>=v2). Read the file COPYING that comes with GRASS
+for details.
+ at author Michael Barton (Arizona State University)
+ at author Yann Chemin
+ at author Martin Landa <landa.martin gmail.com>
"""
import os
@@ -25,594 +23,1731 @@
Probably could be changed to XML or *.dtd file.'''
def GetMenu(self):
return [(
- ("File", (
- ("Workspace", (
- ("New workspace", "Create new workspace file (erase current workspace settings first)", "self.OnWorkspaceNew", ""),
- ("Open existing workspace", "Open existing workspace file", "self.OnWorkspaceOpen", ""),
- ("Load map layers", "Load map layers into layer tree", "self.OnWorkspaceLoad", ""),
- ("Save workspace", "Save current workspace to file", "self.OnWorkspaceSave", ""),
- ("Save workspace as", "Save current workspace as file", "self.OnWorkspaceSaveAs", ""),
- ("Close current workspace", "Close current workspace", "self.OnWorkspaceClose", ""),
- )),
- ("","","", ""),
- ("Import raster map", (
- ("Multiple import formats using GDAL", "Import multiple formats using GDAL", "self.OnMenuCmd", "r.in.gdal"),
- ("","","", ""),
- ("Aggregate ASCII xyz import", "Import aggregate ASCII xyz data", "self.OnMenuCmd", "r.in.xyz"),
- ("ASCII grid import", "Import ASCII GRID (includes GRASS ASCII)", "self.OnMenuCmd", "r.in.ascii"),
- ("ASCII polygons and lines import", "Import Polygons and lines from ASCII file", "self.OnMenuCmd", "r.in.poly"),
- ("","","", ""),
- ("Binary import", "Import binary file (includes GTOPO30 format)", "self.OnMenuCmd", "r.in.bin"),
- ("ESRI ASCII grid import", "Import ESRI Arc/Info ASCII grid", "self.OnMenuCmd", "r.in.arc"),
- ("GRIDATB.FOR import", "Import GRIDATB.FOR map file (TOPMODEL)", "self.OnMenuCmd", "r.in.gridatb"),
- ("MAT-File (v.4) import", "Import MAT-File (v.4) array (Matlab or Octave)", "self.OnMenuCmd", "r.in.mat"),
- ("SPOT NDVI import", "Import SPOT vegetation NDVI data sets", "self.OnMenuCmd", "r.in.spotvgt"),
- ("SRTM HGT import", "Import SRTM hgt files", "self.OnMenuCmd", "r.in.srtm"),
- ("Terra ASTER HDF import", "Import Terra ASTER HDF files", "self.OnMenuCmd", "r.in.aster"),
- ("","","", ""),
- ("WMS import", "Import Web Mapping Server", "self.OnMenuCmd", "r.in.wms"),
- )),
- ("Import vector map", (
- ("Multiple import formats using OGR", "Import multiple formats using OGR", "self.OnMenuCmd", "v.in.ogr"),
- ("","","", ""),
- ("ASCII points/GRASS ASCII vector import", "Import ASCII points file or GRASS ASCII vector file", "self.OnMenuCmd", "v.in.ascii"),
- ("Old GRASS vector import", "Import old GRASS vector format", "self.OnMenuCmd", "v.convert"),
- ("","","", ""),
- ("DXF import", "Import DXF file", "self.OnMenuCmd", "v.in.dxf"),
- ("ESRI e00 import", "Import ESRI e00 file", "self.OnMenuCmd", "v.in.e00"),
- ("Garmin GPS import", "Import Garmin GPS Waypoints/Routes/Tracks", "self.OnMenuCmd", "v.in.garmin"),
- ("GPSBabel GPS import", "Import GPS Waypoints/Routes/Tracks using GPSBabel", "self.OnMenuCmd", "v.in.gpsbabel"),
- ("GEOnet import", "Import GEOnet Name server country files (US-NGA GNS)", "self.OnMenuCmd", "v.in.gns"),
- ("Matlab and MapGen import", "Import Matlab and MapGen files", "self.OnMenuCmd", "v.in.mapgen"),
- )),
- ("Import grid 3D volume", (
- ("ASCII 3D import", "Import ASCII 3D file", "self.OnMenuCmd", "r3.in.ascii"),
- ("Vis5D import", "Import Vis5D file", "self.OnMenuCmd", "r3.in.v5d"),
- )),
- ("Import database table", (
- ("Multiple import formats using OGR", "Import multiple formats using OGR", "self.OnMenuCmd", "db.in.ogr"),
- )),
- ("","","", ""),
- ("Export raster map", (
- ("Multiple export formats using GDAL", "Export multiple formats using GDAL", "self.OnMenuCmd", "r.out.gdal"),
- ("","","", ""),
- ("ASCII grid export", "Export ASCII grid (for GRASS, Surfer, Modflow, etc)", "self.OnMenuCmd", "r.out.ascii"),
- ("ASCII x,y,z export", "Export ASCII x,y,z values of cell centers", "self.OnMenuCmd", "r.out.xyz"),
- ("","","", ""),
- ("ESRI ASCII grid export", "Export ESRI Arc/Info ASCII grid", "self.OnMenuCmd", "r.out.arc"),
- ("GRIDATB.FOR export", "Export GRIDATB.FOR map file (TOPMODEL)", "self.OnMenuCmd", "r.out.gridatb"),
- ("MAT-File (v.4) export", "Export MAT-File (v.4) array (Matlab or Octave)", "self.OnMenuCmd", "r.out.mat"),
- ("","","", ""),
- ("Binary export", "Export binary file", "self.OnMenuCmd", "r.out.bin"),
- ("","","", ""),
- ("MPEG-1 export", "Export MPEG-1 animations", "self.OnMenuCmd", "r.out.mpeg"),
- ("PNG export", "Export PNG image (not georeferenced)", "self.OnMenuCmd", "r.out.png"),
- ("PPM export", "Export PPM image (24bit)", "self.OnMenuCmd", "r.out.ppm"),
- ("PPM from RGB export", "Export PPM image from red, green, blue raster maps", "self.OnMenuCmd", "r.out.ppm3"),
- ("POV-Ray export", "Export POVray height-field", "self.OnMenuCmd", "r.out.pov"),
- ("TIFF export", "Export TIFF image (8/24bit)", "self.OnMenuCmd", "r.out.tiff"),
- ("VRML export", "Export VRML file", "self.OnMenuCmd", "r.out.vrml"),
- ("VTK export", "Export VTK ASCII file", "self.OnMenuCmd", "r.out.vtk"),
- )),
- ("Export vector map", (
- ("Multiple export formats using OGR", "Export multiple formats using OGR", "self.OnMenuCmd", "v.out.ogr"),
- ("","","", ""),
- ("ASCII points/GRASS ASCII vector export", "Import ASCII points file or GRASS ASCII vector file", "self.OnMenuCmd", "v.out.ascii"),
- ("DXF export", "Export DXF file", "self.OnMenuCmd", "v.out.dxf"),
- ("POV-Ray export", "Export POV-Ray format file", "self.OnMenuCmd", "v.out.pov"),
- ("SVG export", "Export SVG file", "self.OnMenuCmd", "v.out.svg"),
- ("VTK export", "Export VTK ASCII file", "self.OnMenuCmd", "v.out.vtk"),
- )),
- ("Export grid 3D volume", (
- ("ASCII 3D export", "Export ASCII 3D file", "self.OnMenuCmd", "r3.out.ascii"),
- ("Vis5D export", "Export Vis5D file", "self.OnMenuCmd", "r3.out.v5d"),
- ("VTK export", "Export VTK ASCII file", "self.OnMenuCmd", "r3.out.vtk"),
- )),
- ("","","", ""),
- ("Manage maps and volumes", (
- ("Copy", "Copy maps within mapsets or between mapsets", "self.OnMenuCmd", "g.copy"),
- ("","","", ""),
- ("List", "List maps by type", "self.OnMenuCmd", "list"),
- ("List filtered", "List maps filtered by expressions and wildcards", "self.OnMenuCmd", "g.mlist"),
- ("","","", ""),
- ("Rename", "Rename maps", "self.OnMenuCmd", "g.rename"),
- ("","","", ""),
- ("Delete", "Delete maps", "self.OnMenuCmd", "g.remove"),
- ("Delete filtered", "Delete maps using expressions and wildcards", "self.OnMenuCmd", "g.mremove"),
- )),
- ("Map type conversions", (
- ("Raster to vector", "Convert raster to vector map", "self.OnMenuCmd", "r.to.vect"),
- ("Raster series to volume", "Convert raster map series to volume", "self.OnMenuCmd", "r.to.rast3"),
- ("Raster 2.5D to volume", "Convert raster 2.5D map to volume", "self.OnMenuCmd", "r.to.rast3elev"),
- ("","","", ""),
- ("Vector to raster", "Convert vector to raster map", "self.OnMenuCmd", "v.to.rast"),
- ("Vector to volume", "Convert vector 3D points to volume voxels", "self.OnMenuCmd", "v.to.rast3"),
- ("Sites to vector", "Convert sites (GRASS 5) to vector map", "self.OnMenuCmd", "v.in.sites"),
- ("","","", ""),
- ("Volume to raster series", "Convert raster to vector map", "self.OnMenuCmd", "r3.to.rast"),
- )),
- ("","","", ""),
- ("Georectify", "Georectify raster and vector maps", "self.OnGeorectify", ""),
- ("","","", ""),
- ("NViz (requires TclTk)", "N-Dimensional visualization of maps and volumes", "self.OnMenuCmd", "nviz"),
- ("","","", ""),
- ("Bearing/distance to coordinates", "Convert between bearing/distance and coordinates", "self.OnMenuCmd", "m.cogo"),
- ("","","", ""),
- ("Postscript plot", "Create cartographic PostScript plot", "self.OnMenuCmd", "ps.map"),
- ("","","", ""),
- ("E&xit", "Exit from wxgui.py", "self.OnCloseWindow", ""),
- )),
- ("Config", (
- ("Region", (
- ("Display region", "Display region settings", "self.RunMenuCmd", "g.region -p"),
- ("Set region", "Change region settings", "self.OnMenuCmd", "g.region"),
- )),
- ("GRASS working environment", (
- ("Mapset access", "Set/unset access to other mapsets in current location", "self.OnMapsets", ""),
- ("Change working environment", "Change current working session to new mapset, location, or data directory", "self.OnMenuCmd", "g.mapset"),
- ("User access", "Change access by other users to current mapset", "self.OnMenuCmd", "g.access"),
- ("Show settings", "Show current GRASS environment settings", "self.RunMenuCmd", "g.gisenv"),
- ("Change settings", "Change GRASS environment settings", "self.OnMenuCmd", "g.gisenv"),
- ("Version", "Show current GRASS version", "self.RunMenuCmd", "g.version -c"),
- )),
- ("Manage projections", (
- ("Manage projections", "Show projection information and create projection files", "self.OnMenuCmd", "g.proj"),
- ("Projection for current location", "Create/edit projection information for current location", "self.OnXTerm", "g.setproj"),
- ("","","", ""),
- ("Convert coordinates", "Convert coordinates from one projection to another", "self.OnMenuCmd", "m.proj"),
- )),
- ("Preferences", "User preferences (display font, etc.)", "self.OnPreferences", ""),
- )),
- ("Raster", (
- ("Develop map", (
- ("Digitize raster (requires XTerm)", "Digitize new raster map", "self.OnXTerm", "r.digit"),
- ("","","", ""),
- ("Compress/decompress", "Compress/decompress raster file", "self.OnMenuCmd", "r.compress"),
- ("","","", ""),
- ("Boundaries", "Manage boundary definition", "self.OnMenuCmd", "r.region"),
- ("Manage NULL values", "Manage NULL values", "self.OnMenuCmd", "r.null"),
- ("Quantization", "Quantization for floating-point maps", "self.OnMenuCmd", "r.quant"),
- ("Timestamp", "Manage timestamp for files", "self.OnMenuCmd", "r.timestamp"),
- ("","","", ""),
- ("Resample using aggregate statistics", "Resample (change resolution) using aggregate statistics", "self.OnMenuCmd", "r.resamp.stats"),
- ("Resample using multiple methods", "Resample (change resolution) using nearest neighbor, bilinear, or bicubic interpolation", "self.OnMenuCmd", "r.resamp.interp"),
- ("Resample using nearest neighbor", "Resample (change resolution) using nearest neighbor interpolation", "self.OnMenuCmd", "r.resample"),
- ("Resample using spline tension", "Resample (change resolution) using regularized spline tension", "self.OnMenuCmd", "r.resamp.rst"),
- ("","","", ""),
- ("Support file maintenance", "Support file creation and maintenance", "self.OnMenuCmd", "r.support"),
- ("Update map statistics", "Update map statistics", "self.OnMenuCmd", "r.support.stats"),
- ("","","", ""),
- ("Reproject raster", "Reproject raster from other location", "self.OnMenuCmd", "r.proj"),
- ("Tiling", "Generate tiling for other projection", "self.OnMenuCmd", "r.tileset"),
- )),
- ("Manage map colors", (
- ("Color tables", "Set colors to predefined color tables", "self.OnMenuCmd", "r.colors"),
- ("Color rules", "Set colors interactively by entering color rules", "self.RulesCmd", "r.colors"),
- ("","","", ""),
- ("Blend 2 color maps", "Blend 2 color maps to produce 3 RGB files", "self.OnMenuCmd", "r.blend"),
- ("Create RGB", "Create color image from RGB files", "self.OnMenuCmd", "r.composite"),
- ("RGB to HIS", "Create 3 RGB (red, green, blue) maps from 3 HIS (hue, intensity, saturation) maps", "self.OnMenuCmd", "r.his"),
- )),
- ("Query by coordinates", "Query by coordinates", "self.OnMenuCmd", "r.what"),
- ("","","", ""),
- ("Buffer rasters", "Create raster buffers around raster objects", "self.OnMenuCmd", "r.buffer"),
- ("Closest points", "r.distance", "self.OnMenuCmd", "r.distance"),
- ("MASK", "Develop raster mask", "self.OnMenuCmd", "r.mask"),
- ("Map calculator", "Map calculator for map algebra", "self.DispMapCalculator", ""),
- ("Neighborhood analysis", (
- ("Moving window", "Moving window analysis of raster cells", "self.OnMenuCmd", "r.neighbors"),
- ("Neighborhood points", "Analyze vector points in neighborhood of raster cells", "self.OnMenuCmd", "v.neighbors"),
- )),
- ("Overlay maps", (
- ("Cross product", "Cross product", "self.OnMenuCmd", "r.cross"),
- ("Map series", "Function of map series (time series)", "self.OnMenuCmd", "r.series"),
- ("Patch raster maps", "Patch maps", "self.OnMenuCmd", "r.patch"),
- ("","","", ""),
- ("Statistical overlay", "Statistical calculations for cover map over base map", "self.OnMenuCmd", "r.statistics"),
- )),
- ("Solar radiance and shadows", (
- ("Solar irradiance and irradiation", "Solar irradiance and daily irradiation", "self.OnMenuCmd", "r.sun"),
- ("Shadows map", "Shadows map for sun position or date/time", "self.OnMenuCmd", "r.sunmask"),
- )),
- ("Terrain analysis", (
- ("Cumulative movement costs", "Calculate cumulative movement costs between locales", "self.OnMenuCmd", "r.walk"),
- ("Cost surface", "cost surface", "self.OnMenuCmd", "r.cost"),
- ("Least cost route or flow", "Least cost route or flow", "self.OnMenuCmd", "r.drain"),
- ("","","", ""),
- ("Shaded relief", "Shaded relief map", "self.OnMenuCmd", "r.shaded.relief"),
- ("","","", ""),
- ("Slope and aspect", "Slope and aspect", "self.OnMenuCmd", "r.slope.aspect"),
- ("Terrain parameters", "Terrain parameters", "self.OnMenuCmd", "r.param.scale"),
- ("Textural features", "Textural features", "self.OnMenuCmd", "r.texture"),
- ("","","", ""),
- ("Visibility", "Visibility and line of sight", "self.OnMenuCmd", "r.los"),
- )),
- ("Transform features", (
- ("Clump", "Clump small areas (statistics calculated by r.volume)", "self.OnMenuCmd", "r.clump"),
- ("Grow", "Grow areas", "self.OnMenuCmd", "r.grow"),
- ("Thin", "Thin linear features", "self.OnMenuCmd", "r.thin"),
- )),
- ("","","", ""),
- ("Universal Soil Loss Equation (USLE)", (
- ("Rainfall Erosivity (R)", "Rainfall Erosivity (R)", "self.OnMenuCmd", "r.usler"),
- ("Soil Erodibility (K)", "Soil Erodibility (K)", "self.OnMenuCmd", "r.uslek"),
- ("Length Slope and Slope (LS)", "Length Slope and Slope (LS)", "self.OnMenuCmd", "r.watershed"),
- )),
- ("Hydrologic modeling", (
- ("CASC2D", "CASC2D hydrological model", "self.OnMenuCmd", "r.hydro.CASC2D"),
- ("Carve stream channels", "Carve stream channels into elevation map using vector streams map", "self.OnMenuCmd", "r.carve"),
- ("Fill lake", "Fill lake from seed point to specified level", "self.OnMenuCmd", "r.lake"),
- ("","","", ""),
- ("Depressionless map and flowlines", "Depressionless elevation map and flowline map", "self.OnMenuCmd", "r.fill.dir"),
- ("Flow accumulation", "Flow accumulation for massive grids", "self.OnMenuCmd", "r.terraflow"),
- ("Flow lines", "Generate flow lines for raster map", "self.OnMenuCmd", "r.flow"),
- ("","","", ""),
- ("SIMWE Overland flow modeling", "SIMWE overland flow modeling", "self.OnMenuCmd", "r.sim.water"),
- ("SIMWE Sediment flux modeling", "SIMWE sediment erosion, transport, deposition modeling", "self.OnMenuCmd", "r.sim.sediment"),
- ("","","", ""),
- ("Topographic index map", "Topographic index map", "self.OnMenuCmd", "r.topidx"),
- ("TOPMODEL simulation", "TOPMODEL simulation", "self.OnMenuCmd", "r.topmodel"),
- ("","","", ""),
- ("Watershed subbasins", "Watershed subbasins", "self.OnMenuCmd", "r.basins.fill"),
- ("Watershed analysis", "Watershed analysis", "self.OnMenuCmd", "r.watershed"),
- ("Watershed basin creation", "Watershed basin creation", "self.OnMenuCmd", "r.water.outlet"),
- )),
- ("Landscape structure modeling", (
- ("Set up (requires XTerm)", "Set up sampling and analysis framework", "self.OnXTerm", "r.le.setup"),
- ("","","", ""),
- ("Analyze landscape", "Analyze landscape characteristics", "self.OnMenuCmd", "r.le.pixel"),
- ("Analyze patches", "Analyze landscape patch characteristics", "self.OnMenuCmd", "r.le.patch"),
- ("Output", "Output landscape patch information", "self.OnMenuCmd", "r.le.trace"),
- )),
- ("Landscape patch analysis", (
- ("Set up sampling and analysis framework", "Configure and create patch map for analysis", "self.OnMenuCmd", "r.li.setup"),
- ("","","", ""),
- ("Edge density", "Calculate edge density index using a 4 neighbour algorithm", "self.OnMenuCmd", "r.li.edgedensity"),
- ("Contrast weighted edge density", "Calculate contrast weighted edge density index", "self.OnMenuCmd", "r.li.cwed"),
- ("","","", ""),
- ("Patch area mean", "Calculate mean patch size index using a 4 neighbour algorithm", "self.OnMenuCmd", "r.li.mps"),
- ("Patch area range", "Calculate range of patch area size", "self.OnMenuCmd", "r.li.padrange"),
- ("Patch area Std Dev", "Calculate standard deviation of patch area", "self.OnMenuCmd", "r.li.padsd"),
- ("Patch area Coeff Var", "Calculate coefficient of variation of patch area", "self.OnMenuCmd", "r.li.padcv"),
- ("Patch density", "Calculate patch density index using a 4 neighbour algorithm", "self.OnMenuCmd", "r.li.patchdensity"),
- ("Patch number", "Calculate patch number index using a 4 neighbour algorithm", "self.OnMenuCmd", "r.li.patchnum"),
- ("","","", ""),
- ("Dominance's diversity", "Calculate Dominance's diversity index", "self.OnMenuCmd", "r.li.dominance"),
- ("Shannon's diversity", "Calculate Shannon's diversity index", "self.OnMenuCmd", "r.li.shannon"),
- ("Simpson's diversity", "Calculate Simpson's diversity index", "self.OnMenuCmd", "r.li.simpson"),
- ("","","", ""),
- ("Richness", "Calculate richness index", "self.OnMenuCmd", "r.li.richness"),
- ("Shape index", "Calculate shape index", "self.OnMenuCmd", "r.li.shape"),
- )),
- ("Wildfire modeling", (
- ("Rate of spread", "Generate rate of spread (ROS) maps", "self.OnMenuCmd", "r.ros"),
- ("Least-cost spread paths", "Generate least-cost spread paths", "self.OnMenuCmd", "r.spreadpath"),
- ("Anisotropic spread simulation", "Simulate anisotropic spread phenomena", "self.OnMenuCmd", "r.spread"),
- )),
- ("","","", ""),
- ("Change category values and labels", (
- ("Interactively edit category values", "Edit category values of individual cells for displayed raster map", "self.OnMenuCmd", "d.rast.edit"),
- ("","","", ""),
- ("Reclassify by size", "Reclassify categories for areas of specified sizes", "self.OnMenuCmd", "r.reclass.area"),
- ("Reclassify interactively", "Reclassify categories interactively by entering reclass rules", "self.RulesCmd", "r.reclass"),
- ("Reclassify using rules file", "Reclassify categories by inputting reclass rules from a text file", "self.OnMenuCmd", "r.reclass"),
- ("","","", ""),
- ("Recode interactively", "Recode categories interactively by entering recode rules (create new map)", "self.RulesCmd", "r.recode"),
- ("Recode using rules file", "Recode categories by inputting recode rules from a text file (create new map)", "self.OnMenuCmd", "r.recode.file"),
- ("","","", ""),
- ("Rescale", "Rescale categories (create new map)", "self.OnMenuCmd", "r.rescale"),
- ("Rescale with histogram", "Rescale categories with equalized histogram (create new map)", "self.OnMenuCmd", "r.rescale.eq"),
- )),
- ("","","", ""),
- ("Concentric circles", "Generate concentric circles around points", "self.OnMenuCmd", "r.circle"),
- ("Generate random cells", (
- ("Random cells", "Generate random cells", "self.OnMenuCmd", "r.random.cells"),
- ("Random cells and vector points ", "Generate random cells and vector points from raster map", "self.OnMenuCmd", "r.random"),
- )),
- ("Generate surfaces", (
- ("Fractal surface", "Generate fractal surface", "self.OnMenuCmd", "r.surf.fractal"),
- ("","","", ""),
- ("Gaussian kernel density surface", "Generate density surface using moving Gaussian kernel", "self.OnMenuCmd", "v.kernel"),
- ("Gaussian deviates surface", "Generate gaussian deviates surface", "self.OnMenuCmd", "r.surf.gauss"),
- ("","","", ""),
- ("Plane", "Generate plane", "self.OnMenuCmd", "r.plane"),
- ("","","", ""),
- ("Random deviates surface", "Generate random deviates surface", "self.OnMenuCmd", "r.surf.random"),
- ("Random surface with spatial dependence", "Generate random surface with spatial dependence", "self.OnMenuCmd", "r.random.surface"),
- )),
- ("Generate contour lines", "Generate vector contour lines", "self.OnMenuCmd", "r.contour"),
- ("Interpolate surfaces", (
- ("Bilinear from raster points", "Bilinear interpolation from raster points", "self.OnMenuCmd", "r.bilinear"),
- ("Bilinear and bicubic from vector points", "Bicubic and bilinear interpolation with Tykhonov regularization from vector points", "self.OnMenuCmd", "v.surf.bspline"),
- ("","","", ""),
- ("IDW from raster points", "Inverse distance weighted interpolation from raster points", "self.OnMenuCmd", "r.surf.idw"),
- ("IDW from vector points", "Inverse distance weighted interpolation from vector points", "self.OnMenuCmd", "v.surf.idw"),
- ("","","", ""),
- ("Raster contours", "Interpolation from raster contour", "self.OnMenuCmd", "r.surf.contour"),
- ("Regularized spline tension ", "Regularized spline tension interpolation from vector points or contours", "self.OnMenuCmd", "v.surf.rst"),
- ("","","", ""),
- ("Fill NULL cells", "Fill NULL cells by interpolation using regularized spline tension", "self.OnMenuCmd", "r.fillnulls"),
- )),
- ("","","", ""),
- ("Report and statistics", (
- ("Basic raster information", "Report basic file information", "self.OnMenuCmd", "r.info"),
- ("Manage category information", "Manage category labels and values", "self.OnMenuCmd", "r.category"),
- ("","","", ""),
- ("General statistics", "General statistics", "self.OnMenuCmd", "r.stats"),
- ("Range of category values", "Range of all category values", "self.OnMenuCmd", "r.describe"),
- ("Sum cell category values", "Sum all cell category values", "self.OnMenuCmd", "r.sum"),
- ("Sum area by map and category", "Sum area by map and category", "self.OnMenuCmd", "r.report"),
- ("Statistics for clumped cells", "Summary statistics for clumped cells (work with r.clump)", "self.OnMenuCmd", "r.volume"),
- ("Total corrected area", "Total surface area corrected for topography", "self.OnMenuCmd", "r.surf.area"),
- ("Univariate raster statistics", "Calculate univariate statistics for raster categories", "self.OnMenuCmd", "r.univar"),
- ("","","", ""),
- ("Sample transects", "Sample values along transects", "self.OnMenuCmd", "r.profile"),
- ("Sample transects (bearing/distance)", "Sample values along transects (use azimuth, distance)", "self.OnMenuCmd", "r.transect"),
- ("","","", ""),
- ("Covariance/correlation", "Covariance/correlation", "self.OnMenuCmd", "r.covar"),
- ("Linear regression", "Linear regression between 2 maps", "self.OnMenuCmd", "r.regression.line"),
- ("Mutual category occurrences", "Mutual category occurrences (coincidence)", "self.OnMenuCmd", "r.coin"),
- )),
- )),
- ("Vector", (
- ("Develop vector map", (
- ("Create empty vector map", "Create new empty vector map", "self.OnMenuCmd", "v.edit tool=create"),
- ("Digitize vector map", "Digitize/edit vector map", "self.OnMenuCmd", "v.digit"),
- ("","","", ""),
- ("Create/rebuild topology", "Create or rebuild topology of vector objects", "self.OnMenuCmd", "v.build"),
- ("Clean vector map", "Clean vector objects", "self.OnMenuCmd", "v.clean"),
- ("Generalization", "Smooth, simplify, displace, or generalize a vector map", "self.OnMenuCmd", "v.generalize"),
- ("","","", ""),
- ("Convert object types", "Convert vector objects from one feature type to another", "self.OnMenuCmd", "v.type.sh"),
- ("","","", ""),
- ("Add centroids", "Add centroids to closed boundaries to create areas", "self.OnMenuCmd", "v.centroids"),
- ("","","", ""),
- ("Build polylines", "Build polylines from adjacent segments", "self.OnMenuCmd", "v.build.polylines"),
- ("Split polylines", "Split polylines into points and segments", "self.OnMenuCmd", "v.segment"),
- ("Parallel lines", "Create lines parallel to existing lines", "self.OnMenuCmd", "v.parallel"),
- ("","","", ""),
- ("Dissolve boundaries", "Dissolve common boundaries of areas", "self.OnMenuCmd", "v.dissolve"),
- ("","","", ""),
- ("Create 3D vector map over raster", "Create 3D objects by sampling raster with 2D vector", "self.OnMenuCmd", "v.drape"),
- ("Extrude 3D vector map", "Extrude 3D objects from 2D vector", "self.OnMenuCmd", "v.extrude"),
- ("","","", ""),
- ("Link to OGR", "Create new vector as link to external OGR layer", "self.OnMenuCmd", "v.external"),
- ("","","", ""),
- ("Create labels", "Create text label file for vector features", "self.OnMenuCmd", "v.label"),
- ("","","", ""),
- ("Reposition vector map", "Reposition (shift, rotate, skew) vector file in coordinate space", "self.OnMenuCmd", "v.transform"),
- ("Reproject vector map", "Reproject vector from other location", "self.OnMenuCmd", "v.proj"),
- )),
- ("","","", ""),
- ("Query with attributes", "Query vector objects by attribute values", "self.OnMenuCmd", "v.extract"),
- ("Query with coordinate(s)", "Query vector objects by coordinate(s)", "self.OnMenuCmd", "v.what"),
- ("Query with another vector map", "Query objects using objects from a second map", "self.OnMenuCmd", "v.select"),
- ("","","", ""),
- ("Buffer vectors", "Create vector buffers around vector objects", "self.OnMenuCmd", "v.buffer"),
- ("Lidar analysis", (
- ("Detect edges", "Detect object edges in Lidar data", "self.OnMenuCmd", "v.lidar.edgedetection"),
- ("Detect interiors", "Detect interiors of objects in Lidar data", "self.OnMenuCmd", "v.lidar.growing"),
- ("Correct and reclassify objects", "Correct and reclassify objects detected in Lidar data", "self.OnMenuCmd", "v.lidar.correction"),
- )),
- ("Linear referencing", (
- ("Create LRS", "Create linear reference system", "self.OnMenuCmd", "v.lrs.create"),
- ("Create stationing", "Create stationing from input lines, and linear reference system", "self.OnMenuCmd", "v.lrs.label"),
- ("Create points/segments", "Create points/segments from input lines, linear reference system and positions read from stdin", "self.OnMenuCmd", "v.lrs.segment"),
- ("Find line id and offset", "Find line id and real km+offset for given points in vector map using linear reference system", "self.OnMenuCmd", "v.lrs.where"),
- )),
- ("Nearest features", "Locate nearest feature to points or centroids", "self.OnMenuCmd", "v.distance"),
- ("Network analysis", (
- ("Allocate subnets", "Allocate subnets for nearest centers", "self.OnMenuCmd", "v.net.alloc"),
- ("Network maintenance", "Network maintenance", "self.OnMenuCmd", "v.net"),
- ("Visibility network", "Create and maintain a visibility network", "self.OnMenuCmd", "v.net.visibility"),
- ("Shortest route", "Calculate shortest route along network between 2 nodes", "self.OnMenuCmd", "v.net.path"),
- ("Display shortest route (requires XTerm)", " Display shortest route along network between 2 nodes (visualization only)", "self.OnXTerm", "d.path"),
- ("Split net", "Split net into bands between cost isolines", "self.OnMenuCmd", "v.net.iso"),
- ("Steiner tree", "Create Steiner tree for network and given terminals", "self.OnMenuCmd", "v.net.steiner"),
- ("Traveling salesman analysis", "Calculate shortest route connecting given set of nodes (Traveling salesman analysis)", "self.OnMenuCmd", "v.net.salesman"),
- )),
- ("Overlay vector maps", (
- ("Overlay vector maps", "Boolean overlay of 2 vector maps", "self.OnMenuCmd", "v.overlay"),
- ("Patch vector maps", "Patch/combine multiple maps (Boolean OR)", "self.OnMenuCmd", "v.patch"),
- )),
- ("","","", ""),
- ("Change attributes", (
- ("Manage or report categories", "Attach/delete, or report categories", "self.OnMenuCmd", "v.category"),
- ("Reclassify objects interactively", "Reclassify vector objects interactively by entering SQL rules", "self.RulesCmd", "v.reclass"),
- ("Reclassify objects using rules file", "Reclassify vector objects by inputting SQL rules from a text file", "self.OnMenuCmd", "v.reclass"),
- )),
- ("","","", ""),
- ("Generate area for current region", "Generate area object for extent of current region", "self.OnMenuCmd", "v.in.region"),
- ("Generate areas from points", (
- ("Convex hull", "Generate convex hull for point set", "self.OnMenuCmd", "v.hull"),
- ("Delaunay triangles", "Generate Delaunay triangles for point set", "self.OnMenuCmd", "v.delaunay"),
- ("Voronoi diagram/Thiessen polygons", "Generate Voronoi diagram/Thiessen polygons for point set", "self.OnMenuCmd", "v.voronoi"),
- )),
- ("Generate grid", "Generate rectangular vector grid", "self.OnMenuCmd", "v.mkgrid"),
- ("Generate points", (
- ("Generate from database", "Generate points from database with x/y coordinates", "self.OnMenuCmd", "v.in.db"),
- ("Generate points along lines", "Generate points along vector lines/boundaries", "self.OnMenuCmd", "v.to.points"),
- ("Generate random points", "Generate random points", "self.OnMenuCmd", "v.random"),
- ("Perturb points", "Random perturbations of point locations", "self.OnMenuCmd", "v.perturb"),
- )),
- ("","","", ""),
- ("Remove outliers in point sets", "Remove outliers from vector point set", "self.OnMenuCmd", "v.outlier"),
- ("Test/training point sets", "Partition points into test/training sets for k-fold cross validation", "self.OnMenuCmd", "v.kcv"),
- ("","","", ""),
- ("Update area attributes from raster", "Update area attribute data from univariate statistics on raster map", "self.OnMenuCmd", "v.rast.stats"),
- ("Update point attributes from areas", "Update point attribute data from vector area map", "self.OnMenuCmd", "v.what.vect"),
- ("Update point attributes from raster", (
- ("Sample raster maps at point locations", "Sample raster maps at point locations", "self.OnMenuCmd", "v.what.rast"),
- ("Sample raster neighborhood around points", "Sample raster neighborhood around points", "self.OnMenuCmd", "v.sample"),
- )),
- ("","","", ""),
- ("Reports and statistics", (
- ("Basic vector information", "Basic vector information", "self.OnMenuCmd", "v.info"),
- ("","","", ""),
- ("Report topology by category", "Report areas for vector attribute categories", "self.OnMenuCmd", "v.report"),
- ("Upload or report topology", "Update database fields or create reports from vector topology", "self.OnMenuCmd", "v.to.db"),
- ("","","", ""),
- ("Univariate attribute statistics", "Calculate univariate statistics for vector attributes", "self.OnMenuCmd", "v.univar"),
- ("","","", ""),
- ("Quadrat indices", "Indices of point counts in quadrats", "self.OnMenuCmd", "v.qcount"),
- ("Test normality", "Test normality of point distribution", "self.OnMenuCmd", "v.normal"),
- )),
- )),
- ("Imagery", (
- ("Develop images and groups", (
- ("Create/edit group", "Create/edit imagery group", "self.OnMenuCmd", "i.group"),
- ("Target group", "Target imagery group", "self.OnMenuCmd", "i.target"),
- ("","","", ""),
- ("Mosaic images", "Mosaic up to 4 adjacent images", "self.OnMenuCmd", "i.image.mosaic"),
- )),
- ("Manage image colors", (
- ("Color balance for RGB", "Color balance and enhance color tables of multiband imagery for rgb display", "self.OnMenuCmd", "i.landsat.rgb"),
- ("HIS to RGB", "Transform HIS (Hue/Intensity/Saturation) color image to RGB (Red/Green/Blue)", "self.OnMenuCmd", "i.his.rgb"),
- ("RGB to HIS", "Transform RGB (Red/Green/Blue) color image to HIS (Hue/Intensity/Saturation)", "self.OnMenuCmd", "i.rgb.his"),
- )),
- ("Rectify image or raster", "Rectifies raster using information in previously created POINTS file", "self.OnMenuCmd", "i.rectify"),
- ("Ortho photo rectification (requires Xterm)", "Ortho Photo rectification", "self.OnXTerm", "i.ortho.photo"),
- ("","","", ""),
- ("Brovey sharpening", "Brovey transformation and pan sharpening", "self.OnMenuCmd", "i.fusion.brovey"),
- ("Classify image", (
- ("Clustering input for unsupervised classification", "Clustering input for unsupervised classification", "self.OnMenuCmd", "i.cluster"),
- ("","","", ""),
- ("Maximum likelihood classification (MLC)", "Maximum likelihood Classification", "self.OnMenuCmd", "i.maxlik"),
- ("Sequential maximum a posteriori classification (SMAP)", "Sequential maximum a posteriori classification (SMAP)", "self.OnMenuCmd", "i.smap"),
- ("","","", ""),
- ("Interactive input for supervised classification (requires Xterm)", "Interactive input for supervised classification", "self.OnXTerm", "i.class"),
- ("Input for supervised MLC", "Non-interactive input for supervised classification (MLC)", "self.OnMenuCmd", "i.gensig"),
- ("Input for supervised SMAP", "Non-interactive input for supervised classification (SMAP)", "self.OnMenuCmd", "i.gensigset"),
- )),
- ("","","", ""),
- ("RS Pre-Processing (DN->Rad->Ref)", (
- ("Landsat 7 ETM+", "Landsat 7 ETM+", "self.RunMenuCmd", "i.dn2ref.l7"),
- ("Landsat 7 ETM+ (from .met)", "Landsat 7 ETM+ (from .met)", "self.RunMenuCmd", "i.dn2full.l7"),
- ("Terra-Aster", "Terra-Aster", "self.RunMenuCmd", "i.dn2ref.ast"),
- ("","","", ""),
- ("Atmospheric correction", "Atmospheric correction", "self.RunMenuCmd", "i.atcorr"),
- ("Dehaze Landsat", "Dehaze Landsat", "self.RunMenuCmd", "i.landsat.dehaze"),
- )),
- ("RS Processing (Basic)", (
- ("Vegetation Index (Tasseled cap)", "Vegetation index (Tasseled cap)", "self.OnMenuCmd", "i.tasscap"),
- ("Vegetation Indices (13 types)", "Vegetation Indices (13 types)", "self.RunMenuCmd", "i.vi"),
- ("Vegetation Indices (13 types) cluster", "Vegetation Indices (13 types) cluster", "self.RunMenuCmd", "i.vi.mpi"),
- ("","","", ""),
- ("Albedo", "Albedo", "self.RunMenuCmd", "i.albedo"),
- ("Emissivity (generic from NDVI)", "Emissivity (generic from NDVI)", "self.RunMenuCmd", "i.emissivity"),
- ("","","", ""),
- ("Latitude map", "Latitude map", "self.RunMenuCmd", "i.latitude"),
- ("Longitude map", "Longitude map", "self.RunMenuCmd", "i.longitude"),
- ("Sunshine hours (potential)", "Sunshine hours (potential)", "self.RunMenuCmd", "i.sunhours"),
- ("Satellite overpass time", "Satellite overpass time", "self.RunMenuCmd", "i.sattime"),
- )),
- ("RS Processing (Advanced)", (
- ("ETo, ETP, ETa", (
- ("Reference ET (Hargreaves)", "Reference ET (Hargreaves)", "self.RunMenuCmd", "r.evapo.MH"),
- ("","","", ""),
- ("Potential ET (Penman-Monteith)", "Potential ET (Penman-Monteith)", "self.OnMenuCmd", "r.evapo.PM"),
- ("Potential ET (Prestley and Taylor)", "Potential ET (Prestley and Taylor)", "self.RunMenuCmd", "i.evapo.PT"),
- ("Potential ET (Radiative)", "Potential ET (Radiative)", "self.RunMenuCmd", "i.evapo.potrad"),
- ("Potential ET (Radiative) from L7DN (.met)", "Potential ET (Radiative) from L7DN (.met)", "self.RunMenuCmd", "i.dn2potrad.l7"),
- ("","","", ""),
- ("Actual ET (SEBAL)", "Actual ET (SEBAL)", "self.RunMenuCmd", "i.eb.eta"),
- ("Actual ET (TSA)", "Actual ET (TSA) NOT WORKING YET", "self.RunMenuCmd", "i.evapo.TSA"),
- )),
- ("Energy Balance", (
- ("Surface roughness", "surface roughness", "self.RunMenuCmd", "i.eb.z0m"),
- ("Delta T", "delta T", "self.RunMenuCmd", "i.eb.deltat"),
- ("Net radiation", "net radiation", "self.RunMenuCmd", "i.eb.netrad"),
- ("","","", ""),
- ("Displacement height", "Displacement height", "self.RunMenuCmd", "i.eb.disp"),
- ("Atmospheric Air Density", "Atmospheric Air Density", "self.RunMenuCmd", "i.eb.rohair"),
- ("","","", ""),
- ("Monin-Obukov Length", "Monin-Obukov Length", "self.RunMenuCmd", "i.eb.molength"),
- ("Psichrometric param. for heat", "psichrometric param. for heat", "self.RunMenuCmd", "i.eb.psi"),
- ("Blending height wind speed", "blending height wind speed", "self.RunMenuCmd", "i.eb.ublend"),
- ("Nominal wind speed", "nominal wind speed", "self.RunMenuCmd", "i.eb.ustar"),
- ("Aerod. resis. to heat transp.", "aerod. resis. to heat transp.", "self.RunMenuCmd", "i.eb.rah"),
- ("","","", ""),
- ("Soil heat flux", "soil heat flux", "self.RunMenuCmd", "i.eb.g0"),
- ("Sensible heat flux", "sensible heat flux", "self.RunMenuCmd", "i.eb.h0"),
- ("Sensible heat flux iteration (fixed delta T)", "sensible heat flux iteration (fixed delta T)", "self.RunMenuCmd", "i.eb.h_iter"),
- ("Sensible heat flux iteration (SEBAL95)", "sensible heat flux iteration (SEBAL95)", "self.RunMenuCmd", "i.eb.h_SEBAL95"),
- ("","","", ""),
- ("Evaporative fraction", "evaporative fraction", "self.RunMenuCmd", "i.eb.evapfr"),
- )),
- ("","","", ""),
- ("Biomass growth", "Biomass growth", "self.RunMenuCmd", "i.biomass"),
- )),
- ("","","", ""),
- ("Filter image", (
- ("Edge detection", "Zero edge crossing detection", "self.OnMenuCmd", "i.zc"),
- ("Matrix/convolving filter", "User defined matrix/convolving filter", "self.OnMenuCmd", "r.mfilter"),
- )),
- ("Histogram image", "Histogram image", "self.DispHistogram", ""),
- ("Spectral response", "Spectral response", "self.OnMenuCmd", "i.spectral"),
- ("Tasseled cap vegetation index", "Tasseled cap vegetation index", "self.OnMenuCmd", "i.tasscap"),
- ("Transform image", (
- ("Canonical correlation", "Canonical correlation (discriminant analysis)", "self.OnMenuCmd", "i.cca"),
- ("Principal components", "Principal components analysis", "self.OnMenuCmd", "i.pca"),
- ("Fast Fourier", "Fast Fourier Transform", "self.OnMenuCmd", "i.fft"),
- ("Inverse Fast Fourier", "Inverse Fast Fourier Transform", "self.OnMenuCmd", "i.ifft"),
- )),
- ("","","", ""),
- ("Report and statistics", (
- ("Bit pattern comparison ", "Bit pattern comparison for ID of low quality pixels", "self.OnMenuCmd", "r.bitpattern"),
- ("Kappa analysis", "Kappa classification accuracy assessment", "self.OnMenuCmd", "r.kappa"),
- ("OIF for LandSat TM", "Optimum index factor for LandSat TM", "self.OnMenuCmd", "i.oif"),
- )),
- )),
- ("Volumes", (
- ("Develop grid3D volumes", (
- ("Manage 3d NULL values", "Manage NULL values for grid3D volume", "self.OnMenuCmd", "r3.null"),
- ("Manage timestamp", "Manage timestamp for grid3D volume", "self.OnMenuCmd", "r3.timestamp"),
- )),
- ("","","", ""),
- ("3D MASK", "Create 3D mask for grid3D operations", "self.OnMenuCmd", "r3.mask"),
- ("3D map calculator", "Map calculator for volumetric map algebra", "self.Disp3DMapCalculator", ""),
- ("Cross section", "Create 2D raster cross section from grid3d volume", "self.OnMenuCmd", "r3.cross.rast"),
- ("Interpolate volume from points", "Interpolate volume from vector points using splines", "self.OnMenuCmd", "v.vol.rst"),
- ("","","", ""),
- ("Report and Statistics", (
- ("Basic volume information", "Report basic information about grid3D volume", "self.OnMenuCmd", "r3.info"),
- )),
- )),
- ("Database", (
- ("Database information", (
- ("Describe table", "Describe table structure and attributes", "self.OnMenuCmd", "db.describe"),
- ("List columns", "List columns for selected table", "self.OnMenuCmd", "db.columns"),
- ("List drivers", "List available database drivers", "self.OnMenuCmd", "db.drivers"),
- ("List tables", "List tables in database", "self.OnMenuCmd", "db.tables"),
- )),
- ("","","", ""),
- ("Manage databases", (
- ("Connect", "Connect to database", "self.OnMenuCmd", "db.connect"),
- ("Login", "Login to database", "self.OnMenuCmd", "db.login"),
- ("","","", ""),
- ("Copy table", "Copy attribute table", "self.OnMenuCmd", "db.copy"),
- ("New table", "Create and connect new attribute table to vector map", "self.OnMenuCmd", "v.db.addtable"),
- ("Remove table", "Remove existing attribute table for vector map", "self.OnMenuCmd", "db.login"),
- ("","","", ""),
- ("Add columns", "Add columns to table", "self.OnMenuCmd", "v.db.addcol"),
- ("Change values", "Change values in a column", "self.OnMenuCmd", "v.db.update"),
- ("Rename column", "Rename a column", "self.OnMenuCmd", "v.db.renamecol"),
- ("","","", ""),
- ("Test", "Test database", "self.OnMenuCmd", "db.test"),
- )),
- ("Query", (
- ("Query any table", "Query data in any table", "self.OnMenuCmd", "db.select"),
- ("Query vector attribute table", "Query vector attribute data", "self.OnMenuCmd", "v.db.select"),
- ("SQL statement", "Execute SQL statement", "self.OnMenuCmd", "db.execute"),
- )),
- ("","","", ""),
- ("Vector<->database connections", (
- ("Reconnect vector to database", "Reconnect vector map to attribute database", "self.OnMenuCmd", "v.db.reconnect.all"),
- ("Set vector - database connection", "Set database connection for vector attributes", "self.OnMenuCmd", "v.db.connect"),
- )),
- )),
- ("Help", (
- ("GRASS GIS help", "GRASS GIS Reference Manual", "self.RunMenuCmd", "g.manual -i"),
- ("GRASS GIS GUI help", "GUI-related Reference Manual", "self.RunMenuCmd", "g.manual wxGUI"),
- ("About GRASS GIS", "About GRASS GIS", "self.OnAboutGRASS", ""),
- )))]
+ (_("File"), (
+ (_("Workspace"), (
+ (_("New workspace"),
+ _("Create new workspace file (erase current workspace settings first)"),
+ "self.OnWorkspaceNew",
+ ""),
+ (_("Open existing workspace"),
+ _("Open existing workspace file"),
+ "self.OnWorkspaceOpen",
+ ""),
+ (_("Load map layers"),
+ _("Load map layers into layer tree"),
+ "self.OnWorkspaceLoad",
+ ""),
+ (_("Save workspace"),
+ _("Save current workspace to file"),
+ "self.OnWorkspaceSave",
+ ""),
+ (_("Save workspace as"),
+ _("Save current workspace as file"),
+ "self.OnWorkspaceSaveAs",
+ ""),
+ (_("Close current workspace"),
+ _("Close current workspace file"),
+ "self.OnWorkspaceClose",
+ ""),
+ )
+ ),
+ ("","","", ""),
+ (_("Import raster map"), (
+ (_("Multiple import formats using GDAL"),
+ _("Import file in format supported by GDAL"),
+ "self.OnMenuCmd",
+ "r.in.gdal"),
+ ("","","", ""),
+ (_("Aggregate ASCII xyz import"),
+ _("Import aggregated ASCII xyz data"),
+ "self.OnMenuCmd",
+ "r.in.xyz"),
+ (_("ASCII grid import"),
+ _("Import ASCII GRID (includes GRASS ASCII)"),
+ "self.OnMenuCmd",
+ "r.in.ascii"),
+ (_("ASCII polygons and lines import"),
+ _("Import polygons and lines from ASCII file"),
+ "self.OnMenuCmd",
+ "r.in.poly"),
+ ("","","", ""),
+ (_("Binary file import"),
+ _("Import binary file (includes GTOPO30 format)"),
+ "self.OnMenuCmd",
+ "r.in.bin"),
+ (_("ESRI ASCII grid import"),
+ _("Import ESRI Arc/Info ASCII grid"),
+ "self.OnMenuCmd",
+ "r.in.arc"),
+ (_("GRIDATB.FOR import"),
+ _("Import GRIDATB.FOR map file (TOPMODEL)"),
+ "self.OnMenuCmd",
+ "r.in.gridatb"),
+ (_("MAT-File (v.4) import"),
+ _("Import MAT-File (v.4) array (Matlab or Octave)"),
+ "self.OnMenuCmd",
+ "r.in.mat"),
+ (_("SPOT NDVI import"),
+ _("Import SPOT vegetation NDVI data sets"),
+ "self.OnMenuCmd",
+ "r.in.spotvgt"),
+ (_("SRTM HGT import"),
+ _("Import SRTM HGT files"),
+ "self.OnMenuCmd", "r.in.srtm"),
+ (_("Terra ASTER HDF import"),
+ _("Import Terra ASTER HDF files"),
+ "self.OnMenuCmd",
+ "r.in.aster"),
+ ("","","", ""),
+ (_("WMS import"),
+ _("Import Web Mapping Server layer"),
+ "self.OnMenuCmd",
+ "r.in.wms"),
+ )
+ ),
+ (_("Import vector map"), (
+ (_("Multiple import formats using OGR"),
+ _("Import file in format supported by OGR (e.g. Shapefile)"),
+ "self.OnMenuCmd",
+ "v.in.ogr"),
+ ("","","", ""),
+ (_("ASCII points/GRASS ASCII vector import"),
+ _("Import ASCII points file or GRASS ASCII vector file"),
+ "self.OnMenuCmd",
+ "v.in.ascii"),
+ (_("Old GRASS vector import"),
+ _("Import file in old GRASS vector format"),
+ "self.OnMenuCmd",
+ "v.convert"),
+ ("","","", ""),
+ (_("DXF import"),
+ _("Import DXF file"),
+ "self.OnMenuCmd",
+ "v.in.dxf"),
+ (_("ESRI e00 import"),
+ _("Import ESRI e00 file"),
+ "self.OnMenuCmd",
+ "v.in.e00"),
+ (_("Garmin GPS import"),
+ _("Import Garmin GPS Waypoints/Routes/Tracks"),
+ "self.OnMenuCmd",
+ "v.in.garmin"),
+ (_("GPSBabel GPS import"),
+ _("Import GPS Waypoints/Routes/Tracks using GPSBabel"),
+ "self.OnMenuCmd",
+ "v.in.gpsbabel"),
+ (_("GEOnet import"),
+ _("Import GEOnet Name server country files (US-NGA GNS)"),
+ "self.OnMenuCmd",
+ "v.in.gns"),
+ (_("Matlab and MapGen import"),
+ _("Import Matlab and MapGen files"),
+ "self.OnMenuCmd",
+ "v.in.mapgen"),
+ )
+ ),
+ (_("Import grid 3D volume"), (
+ (_("ASCII 3D import"),
+ _("Import ASCII Raster 3D file"),
+ "self.OnMenuCmd",
+ "r3.in.ascii"),
+ (_("Vis5D import"),
+ _("Import Vis5D file"),
+ "self.OnMenuCmd",
+ "r3.in.v5d"),
+ )
+ ),
+ (_("Import database table"), (
+ (_("Multiple import formats using OGR"),
+ _("Import database file in format supported by OGR"),
+ "self.OnMenuCmd",
+ "db.in.ogr"),
+ )
+ ),
+ ("","","", ""),
+ (_("Export raster map"), (
+ (_("Multiple export formats using GDAL"),
+ _("Export raster map to format supported by GDAL"),
+ "self.OnMenuCmd",
+ "r.out.gdal"),
+ ("","","", ""),
+ (_("ASCII grid export"),
+ _("Export ASCII grid (for GRASS, Surfer, Modflow, etc.)"),
+ "self.OnMenuCmd",
+ "r.out.ascii"),
+ (_("ASCII x,y,z export"),
+ _("Export ASCII x,y,z values of cell centers"),
+ "self.OnMenuCmd",
+ "r.out.xyz"),
+ ("","","", ""),
+ (_("ESRI ASCII grid export"),
+ _("Export ESRI Arc/Info ASCII grid"),
+ "self.OnMenuCmd",
+ "r.out.arc"),
+ (_("GRIDATB.FOR export"),
+ _("Export GRIDATB.FOR map file (TOPMODEL)"),
+ "self.OnMenuCmd",
+ "r.out.gridatb"),
+ (_("MAT-File (v.4) export"),
+ _("Export MAT-File (v.4) array (Matlab or Octave)"),
+ "self.OnMenuCmd",
+ "r.out.mat"),
+ ("","","", ""),
+ (_("Binary export"),
+ _("Export binary file"),
+ "self.OnMenuCmd",
+ "r.out.bin"),
+ ("","","", ""),
+ (_("MPEG-1 export"),
+ _("Export MPEG-1 animations"),
+ "self.OnMenuCmd",
+ "r.out.mpeg"),
+ (_("PNG export"),
+ _("Export PNG image (not georeferenced)"),
+ "self.OnMenuCmd",
+ "r.out.png"),
+ (_("PPM export"),
+ _("Export PPM image (24bit)"),
+ "self.OnMenuCmd",
+ "r.out.ppm"),
+ (_("PPM from RGB export"),
+ _("Export PPM image from red, green, blue raster maps"),
+ "self.OnMenuCmd",
+ "r.out.ppm3"),
+ (_("POV-Ray export"),
+ _("Export POVray height-field"),
+ "self.OnMenuCmd",
+ "r.out.pov"),
+ (_("TIFF export"),
+ _("Export TIFF image (8/24bit)"),
+ "self.OnMenuCmd",
+ "r.out.tiff"),
+ (_("VRML export"),
+ _("Export VRML file"),
+ "self.OnMenuCmd",
+ "r.out.vrml"),
+ (_("VTK export"),
+ _("Export VTK ASCII file"),
+ "self.OnMenuCmd",
+ "r.out.vtk"),
+ )
+ ),
+ (_("Export vector map"), (
+ (_("Multiple export formats using OGR"),
+ _("Export vector map to format supported by OGR (e.g. Shapefile)"),
+ "self.OnMenuCmd",
+ "v.out.ogr"),
+ ("","","", ""),
+ (_("ASCII points/GRASS ASCII vector export"),
+ _("Export vector map into ASCII points file or GRASS ASCII vector file"),
+ "self.OnMenuCmd",
+ "v.out.ascii"),
+ (_("DXF export"),
+ _("Export vector map into DXF file"),
+ "self.OnMenuCmd",
+ "v.out.dxf"),
+ (_("POV-Ray export"),
+ _("Export vector map into POV-Ray format file"),
+ "self.OnMenuCmd",
+ "v.out.pov"),
+ (_("SVG export"),
+ _("Export vector map into SVG file"),
+ "self.OnMenuCmd",
+ "v.out.svg"),
+ (_("VTK export"),
+ _("Export vector map into VTK ASCII file"),
+ "self.OnMenuCmd",
+ "v.out.vtk"),
+ )
+ ),
+ (_("Export grid 3D volume"), (
+ (_("ASCII 3D export"),
+ _("Export ASCII 3D file"),
+ "self.OnMenuCmd",
+ "r3.out.ascii"),
+ (_("Vis5D export"),
+ _("Export Vis5D file"),
+ "self.OnMenuCmd",
+ "r3.out.v5d"),
+ (_("VTK export"),
+ _("Export VTK ASCII file"),
+ "self.OnMenuCmd",
+ "r3.out.vtk"),
+ )
+ ),
+ ("","","", ""),
+ (_("Manage maps and volumes"), (
+ (_("Copy"),
+ _("Copy maps (GIS elements) within mapsets or between mapsets"),
+ "self.OnMenuCmd",
+ "g.copy"),
+ ("","","", ""),
+ (_("List"),
+ _("List by type"),
+ "self.OnMenuCmd",
+ "g.list"),
+ (_("List filtered"),
+ _("List maps (GIS elements) filtered by expressions and wildcards"),
+ "self.OnMenuCmd",
+ "g.mlist"),
+ ("","","", ""),
+ (_("Rename"),
+ _("Rename maps (GIS elements)"),
+ "self.OnMenuCmd",
+ "g.rename"),
+ ("","","", ""),
+ (_("Delete"),
+ _("Delete maps (GIS elements)"),
+ "self.OnMenuCmd",
+ "g.remove"),
+ (_("Delete filtered"),
+ _("Delete maps (GIS elements) using expressions and wildcards"),
+ "self.OnMenuCmd",
+ "g.mremove"),
+ )
+ ),
+ (_("Map type conversions"), (
+ (_("Raster to vector"),
+ _("Convert raster to vector map"),
+ "self.OnMenuCmd",
+ "r.to.vect"),
+ (_("Raster series to volume"),
+ _("Convert raster map series to volume"),
+ "self.OnMenuCmd",
+ "r.to.rast3"),
+ (_("Raster 2.5D to volume"),
+ _("Convert raster 2.5D map to volume"),
+ "self.OnMenuCmd",
+ "r.to.rast3elev"),
+ ("","","", ""),
+ (_("Vector to raster"),
+ _("Convert vector to raster map"),
+ "self.OnMenuCmd",
+ "v.to.rast"),
+ (_("Vector to volume"),
+ _("Convert vector 3D points to volume voxels"),
+ "self.OnMenuCmd",
+ "v.to.rast3"),
+ (_("Sites to vector"),
+ _("Convert sites (GRASS 5) to vector map"),
+ "self.OnMenuCmd",
+ "v.in.sites"),
+ ("","","", ""),
+ (_("Volume to raster series"),
+ _("Convert 3D raster to raster series map"),
+ "self.OnMenuCmd",
+ "r3.to.rast"),
+ )
+ ),
+ ("","","", ""),
+ (_("Georectify"),
+ _("Georectify raster and vector maps"),
+ "self.OnGeorectify",
+ ""),
+ ("","","", ""),
+ (_("NVIZ (requires Tcl/Tk)"),
+ _("N-Dimensional visualization of 2D and 3D raster/vector maps"),
+ "self.OnMenuCmd",
+ "nviz"),
+ ("","","", ""),
+ (_("Bearing/distance to coordinates"),
+ _("Convert between bearing/distance and coordinates"),
+ "self.OnMenuCmd",
+ "m.cogo"),
+ ("","","", ""),
+ (_("Postscript plot"),
+ _("Create cartographic PostScript plot"),
+ "self.OnMenuCmd",
+ "ps.map"),
+ ("","","", ""),
+ (_("E&xit"),
+ _("Exit GUI"),
+ "self.OnCloseWindow",
+ ""),
+ )
+ ),
+ (_("Config"), (
+ (_("Region"), (
+ (_("Display region"),
+ _("Display region settings (bounding box and resolution)"),
+ "self.RunMenuCmd",
+ "g.region -p"),
+ (_("Set region"),
+ _("Change region settings"),
+ "self.OnMenuCmd",
+ "g.region"),
+ )
+ ),
+ (_("GRASS working environment"), (
+ (_("Mapset access"),
+ _("Set/unset access to other mapsets in current location"),
+ "self.OnMapsets",
+ ""),
+ (_("Change working environment"),
+ _("Change current working session to new mapset, location, or data directory"),
+ "self.OnMenuCmd",
+ "g.mapset"),
+ (_("User access"),
+ _("Change access by other users to current mapset"),
+ "self.OnMenuCmd",
+ "g.access"),
+ (_("Show settings"),
+ _("Show current GRASS environment settings"),
+ "self.RunMenuCmd",
+ "g.gisenv"),
+ (_("Change settings"),
+ _("Change GRASS environment settings"),
+ "self.OnMenuCmd",
+ "g.gisenv"),
+ (_("Version"),
+ _("Show current GRASS version"),
+ "self.RunMenuCmd",
+ "g.version -c"),
+ )
+ ),
+ (_("Manage projections"), (
+ (_("Manage projections"),
+ _("Show projection information and create projection files"),
+ "self.OnMenuCmd",
+ "g.proj"),
+ (_("Projection for current location"),
+ _("Create/edit projection information for current location"),
+ "self.OnXTerm",
+ "g.setproj"),
+ ("","","", ""),
+ (_("Convert coordinates"),
+ _("Convert coordinates from one projection to another"),
+ "self.OnMenuCmd",
+ "m.proj"),
+ )
+ ),
+ (_("Preferences"),
+ _("User GUI preferences (display font, commands, digitizer, etc.)"),
+ "self.OnPreferences",
+ ""),
+ )
+ ),
+ (_("Raster"), (
+ (_("Develop raster map"), (
+ (_("Digitize raster (requires XTerm)"),
+ _("Digitize raster map"),
+ "self.OnXTerm",
+ "r.digit"),
+ ("","","", ""),
+ (_("Compress/decompress"),
+ _("Compress/decompress raster file"),
+ "self.OnMenuCmd",
+ "r.compress"),
+ ("","","", ""),
+ (_("Region boundaries"),
+ _("Manage region boundary definition"),
+ "self.OnMenuCmd",
+ "r.region"),
+ (_("Manage NULL values"),
+ _("Manage NULL values"),
+ "self.OnMenuCmd",
+ "r.null"),
+ (_("Quantization"),
+ _("Quantization for floating-point maps"),
+ "self.OnMenuCmd",
+ "r.quant"),
+ (_("Timestamp"),
+ _("Manage timestamp for files"),
+ "self.OnMenuCmd",
+ "r.timestamp"),
+ ("","","", ""),
+ (_("Resample using aggregate statistics"),
+ _("Resample raster map (change resolution) using aggregate statistics"),
+ "self.OnMenuCmd",
+ "r.resamp.stats"),
+ (_("Resample using multiple methods"),
+ _("Resample raster map (change resolution) using nearest neighbor, bilinear, or bicubic interpolation"),
+ "self.OnMenuCmd",
+ "r.resamp.interp"),
+ (_("Resample using nearest neighbor"),
+ _("Resample raster map (change resolution) using nearest neighbor interpolation"),
+ "self.OnMenuCmd",
+ "r.resample"),
+ (_("Resample using spline tension"),
+ _("Resample raster map (change resolution) using regularized spline tension"),
+ "self.OnMenuCmd",
+ "r.resamp.rst"),
+ ("","","", ""),
+ (_("Support file maintenance"),
+ _("Support raster map file creation and maintenance"),
+ "self.OnMenuCmd",
+ "r.support"),
+ (_("Update map statistics"),
+ _("Update raster map statistics"),
+ "self.OnMenuCmd",
+ "r.support.stats"),
+ ("","","", ""),
+ (_("Reproject raster"),
+ _("Reproject raster map from other location"),
+ "self.OnMenuCmd",
+ "r.proj"),
+ (_("Tiling"),
+ _("Generate tiling for other projection"),
+ "self.OnMenuCmd",
+ "r.tileset"),
+ )),
+ (_("Manage colors"), (
+ (_("Color tables"),
+ _("Set colors to predefined color tables"),
+ "self.OnMenuCmd",
+ "r.colors"),
+ (_("Color rules"),
+ _("Set colors interactively by entering color rules"),
+ "self.RulesCmd",
+ "r.colors"),
+ ("","","", ""),
+ (_("Blend 2 color rasters"),
+ _("Blend 2 color raster maps to produce 3 RGB files"),
+ "self.OnMenuCmd",
+ "r.blend"),
+ (_("Create RGB"),
+ _("Create color image from RGB raster maps"),
+ "self.OnMenuCmd",
+ "r.composite"),
+ (_("RGB to HIS"),
+ _("Create 3 RGB (red, green, blue) maps from 3 HIS (hue, intensity, saturation) maps"),
+ "self.OnMenuCmd",
+ "r.his"),
+ )),
+ (_("Query by coordinates"),
+ _("Query raster map by coordinates"),
+ "self.OnMenuCmd",
+ "r.what"),
+ ("","","", ""),
+ (_("Buffer rasters"),
+ _("Create raster buffers around raster objects"),
+ "self.OnMenuCmd",
+ "r.buffer"),
+ (_("Closest points"),
+ _("r.distance"),
+ "self.OnMenuCmd",
+ "r.distance"),
+ (_("Mask"),
+ _("Develop raster mask"),
+ "self.OnMenuCmd",
+ "r.mask"),
+ (_("Map calculator"),
+ _("Map calculator for raster map algebra"),
+ "self.DispMapCalculator",
+ ""),
+ (_("Neighborhood analysis"), (
+ (_("Moving window"),
+ _("Moving window analysis of raster cells"),
+ "self.OnMenuCmd",
+ "r.neighbors"),
+ (_("Neighborhood points"),
+ _("Analyze vector points in neighborhood of raster cells"),
+ "self.OnMenuCmd",
+ "v.neighbors"),
+ )
+ ),
+ (_("Overlay rasters"), (
+ (_("Cross product"),
+ _("Create raster cross product"),
+ "self.OnMenuCmd",
+ "r.cross"),
+ (_("Raster series"),
+ _("Function of raster map series (time series)"),
+ "self.OnMenuCmd",
+ "r.series"),
+ (_("Patch raster maps"),
+ _("Patch several raster maps"),
+ "self.OnMenuCmd",
+ "r.patch"),
+ ("","","", ""),
+ (_("Statistical overlay"),
+ _("Statistical calculations for cover raster map over base raster map"),
+ "self.OnMenuCmd",
+ "r.statistics"),
+ )
+ ),
+ (_("Solar radiance and shadows"), (
+ (_("Solar irradiance and irradiation"),
+ _("Solar irradiance and daily irradiation"),
+ "self.OnMenuCmd",
+ "r.sun"),
+ (_("Shadows map"),
+ _("Shadows raster map for sun position or date/time"),
+ "self.OnMenuCmd",
+ "r.sunmask"),
+ )
+ ),
+ (_("Terrain analysis"), (
+ (_("Cumulative movement costs"),
+ _("Calculate cumulative movement costs between locales"),
+ "self.OnMenuCmd",
+ "r.walk"),
+ (_("Cost surface"),
+ _("Create raster map of cost surface"),
+ "self.OnMenuCmd",
+ "r.cost"),
+ (_("Least cost route or flow"),
+ _("Create raster map of least cost route or flow"),
+ "self.OnMenuCmd",
+ "r.drain"),
+ ("","","", ""),
+ (_("Shaded relief"),
+ _("Shaded relief raster map"),
+ "self.OnMenuCmd",
+ "r.shaded.relief"),
+ ("","","", ""),
+ (_("Slope and aspect"),
+ _("Create raster map of slope and aspect"),
+ "self.OnMenuCmd",
+ "r.slope.aspect"),
+ (_("Terrain parameters"),
+ _("Calculate terrain parameters"),
+ "self.OnMenuCmd",
+ "r.param.scale"),
+ (_("Textural features"),
+ _("Textural features analysis"),
+ "self.OnMenuCmd",
+ "r.texture"),
+ ("","","", ""),
+ (_("Visibility"),
+ _("Visibility and line of sight"),
+ "self.OnMenuCmd",
+ "r.los"),
+ )
+ ),
+ (_("Transform features"), (
+ (_("Clump"),
+ _("Clump small areas (statistics calculated by r.volume)"),
+ "self.OnMenuCmd",
+ "r.clump"),
+ (_("Grow"),
+ _("Grow raster areas"),
+ "self.OnMenuCmd",
+ "r.grow"),
+ (_("Thin"),
+ _("Thin linear features"),
+ "self.OnMenuCmd",
+ "r.thin"),
+ )
+ ),
+ ("","","", ""),
+ (_("Universal Soil Loss Equation (USLE)"), (
+ (_("Rainfall Erosivity (R)"),
+ _("Rainfall Erosivity (R)"),
+ "self.OnMenuCmd",
+ "r.usler"),
+ (_("Soil Erodibility (K)"),
+ _("Soil Erodibility (K)"),
+ "self.OnMenuCmd",
+ "r.uslek"),
+ (_("Length Slope and Slope (LS)"),
+ _("Length Slope and Slope (LS)"),
+ "self.OnMenuCmd",
+ "r.watershed"),
+ )
+ ),
+ (_("Hydrologic modeling"), (
+ (_("CASC2D"),
+ _("CASC2D hydrological model"),
+ "self.OnMenuCmd",
+ "r.hydro.CASC2D"),
+ (_("Carve stream channels"),
+ _("Carve stream channels into elevation map using vector streams map"),
+ "self.OnMenuCmd",
+ "r.carve"),
+ (_("Fill lake"),
+ _("Fill lake from seed point to specified level"),
+ "self.OnMenuCmd",
+ "r.lake"),
+ ("","","", ""),
+ (_("Depressionless map and flowlines"),
+ _("Depressionless elevation map and flowline map"),
+ "self.OnMenuCmd",
+ "r.fill.dir"),
+ (_("Flow accumulation"),
+ _("Flow accumulation for massive grids"),
+ "self.OnMenuCmd",
+ "r.terraflow"),
+ (_("Flow lines"),
+ _("Generate flow lines for raster map"),
+ "self.OnMenuCmd",
+ "r.flow"),
+ ("","","", ""),
+ (_("SIMWE Overland flow modeling"),
+ _("SIMWE overland flow modeling analysis"),
+ "self.OnMenuCmd",
+ "r.sim.water"),
+ (_("SIMWE Sediment flux modeling"),
+ _("SIMWE sediment erosion, transport, deposition modeling"),
+ "self.OnMenuCmd",
+ "r.sim.sediment"),
+ ("","","", ""),
+ (_("Topographic index map"),
+ _("Create topographic index raster map"),
+ "self.OnMenuCmd",
+ "r.topidx"),
+ (_("TOPMODEL simulation"),
+ _("TOPMODEL simulation analysis"),
+ "self.OnMenuCmd",
+ "r.topmodel"),
+ ("","","", ""),
+ (_("Watershed subbasins"),
+ _("Watershed subbasins modelling"),
+ "self.OnMenuCmd",
+ "r.basins.fill"),
+ (_("Watershed analysis"),
+ _("Run watershed analysis"),
+ "self.OnMenuCmd",
+ "r.watershed"),
+ (_("Watershed basin creation"),
+ _("Watershed basin creation"),
+ "self.OnMenuCmd",
+ "r.water.outlet"),
+ )
+ ),
+ (_("Landscape structure modeling"), (
+ (_("Set up (requires XTerm)"),
+ _("Set up sampling and analysis framework"),
+ "self.OnXTerm",
+ "r.le.setup"),
+ ("","","", ""),
+ (_("Analyze landscape"),
+ _("Analyze landscape characteristics"),
+ "self.OnMenuCmd",
+ "r.le.pixel"),
+ (_("Analyze patches"),
+ _("Analyze landscape patch characteristics"),
+ "self.OnMenuCmd",
+ "r.le.patch"),
+ (_("Output"),
+ _("Output landscape patch information"),
+ "self.OnMenuCmd",
+ "r.le.trace"),
+ )
+ ),
+ (_("Landscape patch analysis"), (
+ (_("Set up sampling and analysis framework"),
+ _("Configure and create patch map for analysis"),
+ "self.OnMenuCmd",
+ "r.li.setup"),
+ ("","","", ""),
+ (_("Edge density"),
+ _("Calculate edge density index using a 4 neighbour algorithm"),
+ "self.OnMenuCmd",
+ "r.li.edgedensity"),
+ (_("Contrast weighted edge density"),
+ _("Calculate contrast weighted edge density index"),
+ "self.OnMenuCmd",
+ "r.li.cwed"),
+ ("","","", ""),
+ (_("Patch area mean"),
+ _("Calculate mean patch size index using a 4 neighbour algorithm"),
+ "self.OnMenuCmd",
+ "r.li.mps"),
+ (_("Patch area range"),
+ _("Calculate range of patch area size"),
+ "self.OnMenuCmd",
+ "r.li.padrange"),
+ (_("Patch area Std Dev"),
+ _("Calculate standard deviation of patch area"),
+ "self.OnMenuCmd",
+ "r.li.padsd"),
+ (_("Patch area Coeff Var"),
+ _("Calculate coefficient of variation of patch area"),
+ "self.OnMenuCmd",
+ "r.li.padcv"),
+ (_("Patch density"),
+ _("Calculate patch density index using a 4 neighbour algorithm"),
+ "self.OnMenuCmd",
+ "r.li.patchdensity"),
+ (_("Patch number"),
+ _("Calculate patch number index using a 4 neighbour algorithm"),
+ "self.OnMenuCmd",
+ "r.li.patchnum"),
+ ("","","", ""),
+ (_("Dominance's diversity"),
+ _("Calculate Dominance's diversity index"),
+ "self.OnMenuCmd",
+ "r.li.dominance"),
+ (_("Shannon's diversity"),
+ _("Calculate Shannon's diversity index"),
+ "self.OnMenuCmd",
+ "r.li.shannon"),
+ (_("Simpson's diversity"),
+ _("Calculate Simpson's diversity index"),
+ "self.OnMenuCmd",
+ "r.li.simpson"),
+ ("","","", ""),
+ (_("Richness"),
+ _("Calculate richness index"),
+ "self.OnMenuCmd",
+ "r.li.richness"),
+ (_("Shape index"),
+ _("Calculate shape index"),
+ "self.OnMenuCmd",
+ "r.li.shape"),
+ )
+ ),
+ (_("Wildfire modeling"), (
+ (_("Rate of spread"),
+ _("Generate rate of spread (ROS) maps"),
+ "self.OnMenuCmd",
+ "r.ros"),
+ (_("Least-cost spread paths"),
+ _("Generate least-cost spread paths"),
+ "self.OnMenuCmd",
+ "r.spreadpath"),
+ (_("Anisotropic spread simulation"),
+ _("Simulate anisotropic spread phenomena"),
+ "self.OnMenuCmd",
+ "r.spread"),
+ )
+ ),
+ ("","","", ""),
+ (_("Change category values and labels"), (
+ (_("Interactively edit category values"),
+ _("Edit category values of individual cells for displayed raster map"),
+ "self.OnMenuCmd",
+ "d.rast.edit"),
+ ("","","", ""),
+ (_("Reclassify by size"),
+ _("Reclassify raster categories for raster areas of specified sizes"),
+ "self.OnMenuCmd",
+ "r.reclass.area"),
+ (_("Reclassify interactively"),
+ _("Reclassify raster categories interactively by entering reclass rules"),
+ "self.RulesCmd",
+ "r.reclass"),
+ (_("Reclassify using rules file"),
+ _("Reclassify raster categories by inputting reclass rules from a text file"),
+ "self.OnMenuCmd",
+ "r.reclass"),
+ ("","","", ""),
+ (_("Recode interactively"),
+ _("Recode raster categories interactively by entering recode rules (create new raster map)"),
+ "self.RulesCmd",
+ "r.recode"),
+ (_("Recode using rules file"),
+ _("Recode raster categories by inputting recode rules from a text file (create new map)"),
+ "self.OnMenuCmd",
+ "r.recode.file"),
+ ("","","", ""),
+ (_("Rescale"),
+ _("Rescale raster categories (create new raster map)"),
+ "self.OnMenuCmd",
+ "r.rescale"),
+ (_("Rescale with histogram"),
+ _("Rescale raster categories with equalized histogram (create new raster map)"),
+ "self.OnMenuCmd",
+ "r.rescale.eq"),
+ )
+ ),
+ ("","","", ""),
+ (_("Concentric circles"),
+ _("Generate concentric circles around points"),
+ "self.OnMenuCmd",
+ "r.circle"),
+ (_("Generate random cells"), (
+ (_("Random cells"),
+ _("Generate random raster cells"),
+ "self.OnMenuCmd",
+ "r.random.cells"),
+ (_("Random cells and vector points"),
+ _("Generate random raster cells and vector points from raster map"),
+ "self.OnMenuCmd",
+ "r.random"),
+ )
+ ),
+ (_("Generate surfaces"), (
+ (_("Fractal surface"),
+ _("Generate fractal surface"),
+ "self.OnMenuCmd",
+ "r.surf.fractal"),
+ ("","","", ""),
+ (_("Gaussian kernel density surface"),
+ _("Generate density surface using moving Gaussian kernel"),
+ "self.OnMenuCmd",
+ "v.kernel"),
+ (_("Gaussian deviates surface"),
+ _("Generate gaussian deviates surface"),
+ "self.OnMenuCmd",
+ "r.surf.gauss"),
+ ("","","", ""),
+ (_("Plane"),
+ _("Generate plane"),
+ "self.OnMenuCmd",
+ "r.plane"),
+ ("","","", ""),
+ (_("Random deviates surface"),
+ _("Generate random deviates surface"),
+ "self.OnMenuCmd",
+ "r.surf.random"),
+ (_("Random surface with spatial dependence"),
+ _("Generate random surface with spatial dependence"),
+ "self.OnMenuCmd",
+ "r.random.surface"),
+ )
+ ),
+ (_("Generate contour lines"),
+ _("Generate vector contour lines"),
+ "self.OnMenuCmd",
+ "r.contour"),
+ (_("Interpolate surfaces"), (
+ (_("Bilinear from raster points"),
+ _("Bilinear interpolation from raster points"),
+ "self.OnMenuCmd",
+ "r.bilinear"),
+ (_("Bilinear and bicubic from vector points"),
+ _("Bicubic and bilinear interpolation with Tykhonov regularization from vector points"),
+ "self.OnMenuCmd",
+ "v.surf.bspline"),
+ ("","","", ""),
+ (_("IDW from raster points"),
+ _("Inverse distance weighted interpolation from raster points"),
+ "self.OnMenuCmd",
+ "r.surf.idw"),
+ (_("IDW from vector points"),
+ _("Inverse distance weighted interpolation from vector points"),
+ "self.OnMenuCmd",
+ "v.surf.idw"),
+ ("","","", ""),
+ (_("Raster contours"),
+ _("Interpolation from raster contour"),
+ "self.OnMenuCmd",
+ "r.surf.contour"),
+ (_("Regularized spline tension"),
+ _("Regularized spline tension interpolation from vector points or contours"),
+ "self.OnMenuCmd",
+ "v.surf.rst"),
+ ("","","", ""),
+ (_("Fill NULL cells"),
+ _("Fill NULL raster cells by interpolation using regularized spline tension"),
+ "self.OnMenuCmd",
+ "r.fillnulls"),
+ )
+ ),
+ ("","","", ""),
+ (_("Report and statistics"), (
+ (_("Basic raster metadata"),
+ _("Report basic raster map metadata"),
+ "self.OnMenuCmd",
+ "r.info"),
+ (_("Manage category information"),
+ _("Manage raster categories labels and values"),
+ "self.OnMenuCmd",
+ "r.category"),
+ ("","","", ""),
+ (_("General statistics"),
+ _("General raster map statistics"),
+ "self.OnMenuCmd",
+ "r.stats"),
+ (_("Range of category values"),
+ _("Range of all raster category values"),
+ "self.OnMenuCmd",
+ "r.describe"),
+ (_("Sum category values"),
+ _("Sum all raster category values"),
+ "self.OnMenuCmd",
+ "r.sum"),
+ (_("Sum area by raster map and category"),
+ _("Calculate sum of area by raster map and category"),
+ "self.OnMenuCmd",
+ "r.report"),
+ (_("Statistics for clumped cells"),
+ _("Summary statistics for clumped raster map (work with r.clump)"),
+ "self.OnMenuCmd",
+ "r.volume"),
+ (_("Total corrected area"),
+ _("Total surface area corrected for topography"),
+ "self.OnMenuCmd",
+ "r.surf.area"),
+ (_("Univariate raster statistics"),
+ _("Calculate univariate statistics for raster categories"),
+ "self.OnMenuCmd",
+ "r.univar"),
+ ("","","", ""),
+ (_("Sample transects"),
+ _("Sample values along transects"),
+ "self.OnMenuCmd",
+ "r.profile"),
+ (_("Sample transects (bearing/distance)"),
+ _("Sample values along transects (use azimuth, distance)"),
+ "self.OnMenuCmd",
+ "r.transect"),
+ ("","","", ""),
+ (_("Covariance/correlation"),
+ _("Covariance/correlation calculation"),
+ "self.OnMenuCmd",
+ "r.covar"),
+ (_("Linear regression"),
+ _("Linear regression between 2 raster maps"),
+ "self.OnMenuCmd",
+ "r.regression.line"),
+ (_("Mutual category occurrences"),
+ _("Mutual category occurrences (coincidence)"),
+ "self.OnMenuCmd",
+ "r.coin"),
+ )
+ ),
+ )
+ ),
+ (_("Vector"), (
+ (_("Develop vector map"), (
+ (_("Create new vector map"),
+ _("Create new empty vector map"),
+ "self.OnMenuCmd",
+ "v.edit tool=create"),
+ # (_("Digitize vector map"),
+ # _("Digitize/edit vector map"),
+ # "self.OnMenuCmd",
+ # "v.digit"),
+ ("","","", ""),
+ (_("Create/rebuild topology"),
+ _("Create or rebuild topology of vector objects"),
+ "self.OnMenuCmd",
+ "v.build"),
+ (_("Clean vector map"),
+ _("Clean vector objects (topologically incorect)"),
+ "self.OnMenuCmd",
+ "v.clean"),
+ (_("Generalization"),
+ _("Smooth, simplify, displace, or generalize a vector map"),
+ "self.OnMenuCmd",
+ "v.generalize"),
+ ("","","", ""),
+ (_("Convert object types"),
+ _("Convert vector objects from one feature type to another"),
+ "self.OnMenuCmd",
+ "v.type.sh"),
+ ("","","", ""),
+ (_("Add centroids"),
+ _("Add centroids to closed boundaries to create areas"),
+ "self.OnMenuCmd",
+ "v.centroids"),
+ ("","","", ""),
+ (_("Build polylines"),
+ _("Build polylines from adjacent segments"),
+ "self.OnMenuCmd",
+ "v.build.polylines"),
+ (_("Split polylines"),
+ _("Split polylines into points and segments"),
+ "self.OnMenuCmd",
+ "v.segment"),
+ (_("Parallel lines"),
+ _("Create lines parallel to existing lines"),
+ "self.OnMenuCmd",
+ "v.parallel"),
+ ("","","", ""),
+ (_("Dissolve boundaries"),
+ _("Dissolve common boundaries of areas"),
+ "self.OnMenuCmd",
+ "v.dissolve"),
+ ("","","", ""),
+ (_("Create 3D vector over raster"),
+ _("Create 3D objects by sampling raster map with 2D vector map"),
+ "self.OnMenuCmd",
+ "v.drape"),
+ (_("Extrude 3D vector map"),
+ _("Extrude 3D objects from 2D vector map"),
+ "self.OnMenuCmd",
+ "v.extrude"),
+ ("","","", ""),
+ (_("Link to OGR"),
+ _("Create new vector map as link to external OGR layer"),
+ "self.OnMenuCmd",
+ "v.external"),
+ ("","","", ""),
+ (_("Create labels"),
+ _("Create text label file for vector features"),
+ "self.OnMenuCmd",
+ "v.label"),
+ ("","","", ""),
+ (_("Reposition vector map"),
+ _("Reposition (shift, rotate, skew) vector map in coordinate space"),
+ "self.OnMenuCmd",
+ "v.transform"),
+ (_("Reproject vector map"),
+ _("Reproject vector map from other location"),
+ "self.OnMenuCmd",
+ "v.proj"),
+ )
+ ),
+ ("","","", ""),
+ (_("Query with attributes"),
+ _("Query vector objects by attribute values (create new vector map)"),
+ "self.OnMenuCmd",
+ "v.extract"),
+ (_("Query with coordinate(s)"),
+ _("Query vector objects by coordinate(s)"),
+ "self.OnMenuCmd",
+ "v.what"),
+ (_("Query with another vector map"),
+ _("Query objects using objects from a second vector map"),
+ "self.OnMenuCmd",
+ "v.select"),
+ ("","","", ""),
+ (_("Buffer vectors"),
+ _("Create vector buffers around vector objects"),
+ "self.OnMenuCmd",
+ "v.buffer"),
+ (_("Lidar analysis"), (
+ (_("Detect edges"),
+ _("Detect object edges in Lidar data"),
+ "self.OnMenuCmd",
+ "v.lidar.edgedetection"),
+ (_("Detect interiors"),
+ _("Detect interiors of objects in Lidar data"),
+ "self.OnMenuCmd",
+ "v.lidar.growing"),
+ (_("Correct and reclassify objects"),
+ _("Correct and reclassify objects detected in Lidar data"),
+ "self.OnMenuCmd",
+ "v.lidar.correction"),
+ )
+ ),
+ (_("Linear referencing"), (
+ (_("Create LRS"),
+ _("Create linear reference system"),
+ "self.OnMenuCmd",
+ "v.lrs.create"),
+ (_("Create stationing"),
+ _("Create stationing from input lines, and linear reference system"),
+ "self.OnMenuCmd",
+ "v.lrs.label"),
+ (_("Create points/segments"),
+ _("Create points/segments from input lines, linear reference system and positions read from stdin"),
+ "self.OnMenuCmd",
+ "v.lrs.segment"),
+ (_("Find line id and offset"),
+ _("Find line id and real km+offset for given points in vector map using linear reference system"),
+ "self.OnMenuCmd",
+ "v.lrs.where"),
+ )
+ ),
+ (_("Nearest features"),
+ _("Locate nearest feature to points or centroids"),
+ "self.OnMenuCmd",
+ "v.distance"),
+ (_("Network analysis"), (
+ (_("Allocate subnets"),
+ _("Allocate subnets for nearest centers"),
+ "self.OnMenuCmd",
+ "v.net.alloc"),
+ (_("Network maintenance"),
+ _("Network maintenance support"),
+ "self.OnMenuCmd",
+ "v.net"),
+ (_("Visibility network"),
+ _("Create and maintain a visibility network"),
+ "self.OnMenuCmd",
+ "v.net.visibility"),
+ (_("Shortest path"),
+ _("Calculate shortest route along network between 2 nodes"),
+ "self.OnMenuCmd",
+ "v.net.path"),
+ (_("Display shortest route (requires XTerm)"),
+ _("Display shortest route along network between 2 nodes (visualization only, requires XTerm))"),
+ "self.OnXTerm",
+ "d.path"),
+ (_("Split net"),
+ _("Split net into bands between cost isolines"),
+ "self.OnMenuCmd",
+ "v.net.iso"),
+ (_("Steiner tree"),
+ _("Create Steiner tree for network and given terminals"),
+ "self.OnMenuCmd",
+ "v.net.steiner"),
+ (_("Traveling salesman analysis"),
+ _("Calculate shortest route connecting given set of nodes (Traveling salesman analysis)"),
+ "self.OnMenuCmd",
+ "v.net.salesman"),
+ )
+ ),
+ (_("Overlay vector maps"), (
+ (_("Overlay vector maps"),
+ _("Boolean overlay of 2 vector maps"),
+ "self.OnMenuCmd",
+ "v.overlay"),
+ (_("Patch vector maps"),
+ _("Patch/combine multiple maps (boolean OR)"),
+ "self.OnMenuCmd",
+ "v.patch"),
+ )
+ ),
+ ("","","", ""),
+ (_("Change attributes"), (
+ (_("Manage or report categories"),
+ _("Attach/delete, or report vector categories"),
+ "self.OnMenuCmd",
+ "v.category"),
+ (_("Reclassify objects interactively"),
+ _("Reclassify vector objects interactively by entering SQL rules"),
+ "self.RulesCmd",
+ "v.reclass"),
+ (_("Reclassify objects using rules file"),
+ _("Reclassify vector objects by inputting SQL rules from a text file"),
+ "self.OnMenuCmd",
+ "v.reclass"),
+ )
+ ),
+ ("","","", ""),
+ (_("Generate area for current region"),
+ _("Generate area object for extent of current region"),
+ "self.OnMenuCmd",
+ "v.in.region"),
+ (_("Generate areas from points"), (
+ (_("Convex hull"),
+ _("Generate convex hull for point set"),
+ "self.OnMenuCmd",
+ "v.hull"),
+ (_("Delaunay triangles"),
+ _("Generate Delaunay triangles for point set"),
+ "self.OnMenuCmd",
+ "v.delaunay"),
+ (_("Voronoi diagram/Thiessen polygons"),
+ _("Generate Voronoi diagram/Thiessen polygons for point set"),
+ "self.OnMenuCmd",
+ "v.voronoi"),
+ )
+ ),
+ (_("Generate grid"),
+ _("Generate rectangular vector grid"),
+ "self.OnMenuCmd",
+ "v.mkgrid"),
+ (_("Generate points"), (
+ (_("Generate from database"),
+ _("Generate vector points from database with x/y coordinates"),
+ "self.OnMenuCmd",
+ "v.in.db"),
+ (_("Generate points along lines"),
+ _("Generate vector points along vector lines/boundaries"),
+ "self.OnMenuCmd",
+ "v.to.points"),
+ (_("Generate random points"),
+ _("Generate random vector points"),
+ "self.OnMenuCmd",
+ "v.random"),
+ (_("Perturb points"),
+ _("Random perturbations of point locations"),
+ "self.OnMenuCmd",
+ "v.perturb"),
+ )
+ ),
+ ("","","", ""),
+ (_("Remove outliers in point sets"),
+ _("Remove outliers from vector point set"),
+ "self.OnMenuCmd",
+ "v.outlier"),
+ (_("Test/training point sets"),
+ _("Partition points into test/training sets for k-fold cross validation"),
+ "self.OnMenuCmd",
+ "v.kcv"),
+ ("","","", ""),
+ (_("Update area attributes from raster"),
+ _("Update area attribute data from univariate statistics on raster map"),
+ "self.OnMenuCmd",
+ "v.rast.stats"),
+ (_("Update point attributes from areas"),
+ _("Update point attribute data from vector area map"),
+ "self.OnMenuCmd",
+ "v.what.vect"),
+ (_("Update point attributes from raster"), (
+ (_("Sample raster maps at point locations"),
+ _("Update attribute based on sample raster maps at point locations"),
+ "self.OnMenuCmd",
+ "v.what.rast"),
+ (_("Sample raster neighborhood around points"),
+ _("Update attributes based on sample raster neighborhood around points"),
+ "self.OnMenuCmd",
+ "v.sample"),
+ )
+ ),
+ ("","","", ""),
+ (_("Reports and statistics"), (
+ (_("Basic vector metadata"),
+ _("Rebort basic vector map metadata"),
+ "self.OnMenuCmd",
+ "v.info"),
+ ("","","", ""),
+ (_("Report topology by category"),
+ _("Report areas for vector attribute categories"),
+ "self.OnMenuCmd",
+ "v.report"),
+ (_("Upload or report topology"),
+ _("Update database fields or create reports from vector topology"),
+ "self.OnMenuCmd",
+ "v.to.db"),
+ ("","","", ""),
+ (_("Univariate attribute statistics"),
+ _("Calculate univariate statistics for vector attributes"),
+ "self.OnMenuCmd",
+ "v.univar"),
+ ("","","", ""),
+ (_("Quadrat indices"),
+ _("Indices of point counts in quadrats"),
+ "self.OnMenuCmd",
+ "v.qcount"),
+ (_("Test normality"),
+ _("Test normality of point distribution"),
+ "self.OnMenuCmd",
+ "v.normal"),
+ )
+ ),
+ )
+ ),
+ (_("Imagery"), (
+ (_("Develop images and groups"), (
+ (_("Create/edit group"),
+ _("Create/edit imagery group"),
+ "self.OnMenuCmd",
+ "i.group"),
+ (_("Target group"),
+ _("Define target imagery group"),
+ "self.OnMenuCmd",
+ "i.target"),
+ ("","","", ""),
+ (_("Mosaic images"),
+ _("Mosaic up to 4 adjacent images"),
+ "self.OnMenuCmd",
+ "i.image.mosaic"),
+ )
+ ),
+ (_("Manage image colors"), (
+ (_("Color balance for RGB"),
+ _("Color balance and enhance color tables of multiband imagery for RGB display"),
+ "self.OnMenuCmd",
+ "i.landsat.rgb"),
+ (_("HIS to RGB"),
+ _("Transform HIS (Hue/Intensity/Saturation) color image to RGB (Red/Green/Blue)"),
+ "self.OnMenuCmd",
+ "i.his.rgb"),
+ (_("RGB to HIS"),
+ _("Transform RGB (Red/Green/Blue) color image to HIS (Hue/Intensity/Saturation)"),
+ "self.OnMenuCmd",
+ "i.rgb.his"),
+ )
+ ),
+ (_("Rectify image or raster"),
+ _("Rectifies raster map using information in previously created POINTS file"),
+ "self.OnMenuCmd",
+ "i.rectify"),
+ (_("Ortho photo rectification (requires Xterm)"),
+ _("Ortho Photo rectification"),
+ "self.OnXTerm",
+ "i.ortho.photo"),
+ ("","","", ""),
+ (_("Brovey sharpening"),
+ _("Brovey transformation and pan sharpening"),
+ "self.OnMenuCmd",
+ "i.fusion.brovey"),
+ (_("Classify image"), (
+ (_("Clustering input for unsupervised classification"),
+ _("Clustering input for unsupervised classification analysis"),
+ "self.OnMenuCmd",
+ "i.cluster"),
+ ("","","", ""),
+ (_("Maximum likelihood classification (MLC)"),
+ _("Maximum Likelihood Classification analysis"),
+ "self.OnMenuCmd",
+ "i.maxlik"),
+ (_("Sequential maximum a posteriori classification (SMAP)"),
+ _("Sequential Maximum A Posteriori Classification (SMAP) analysis"),
+ "self.OnMenuCmd",
+ "i.smap"),
+ ("","","", ""),
+ (_("Interactive input for supervised classification (requires Xterm)"),
+ _("Interactive input for supervised classification"),
+ "self.OnXTerm",
+ "i.class"),
+ (_("Input for supervised MLC"),
+ _("Non-interactive input for supervised classification (MLC)"),
+ "self.OnMenuCmd",
+ "i.gensig"),
+ (_("Input for supervised SMAP"),
+ _("Non-interactive input for supervised classification (SMAP)"),
+ "self.OnMenuCmd",
+ "i.gensigset"),
+ )
+ ),
+ ("","","", ""),
+ (_("RS Pre-Processing (DN->Rad->Ref)"), (
+ (_("Landsat 7 ETM+"),
+ _("Landsat 7 ETM+"),
+ "self.RunMenuCmd",
+ "i.dn2ref.l7"),
+ (_("Landsat 7 ETM+ (from .met)"),
+ _("Landsat 7 ETM+ (from .met)"),
+ "self.RunMenuCmd",
+ "i.dn2full.l7"),
+ (_("Terra-Aster"),
+ _("Terra-Aster"),
+ "self.RunMenuCmd",
+ "i.dn2ref.ast"),
+ ("","","", ""),
+ (_("Atmospheric correction"),
+ _("Atmospheric correction"),
+ "self.RunMenuCmd",
+ "i.atcorr"),
+ (_("Dehaze Landsat"),
+ _("Dehaze Landsat"),
+ "self.RunMenuCmd",
+ "i.landsat.dehaze"),
+ )
+ ),
+ (_("RS Processing (Basic)"), (
+ (_("Vegetation Index (Tasseled cap)"),
+ _("Vegetation index (Tasseled cap)"),
+ "self.OnMenuCmd",
+ "i.tasscap"),
+ (_("Vegetation Indices (13 types)"),
+ _("Vegetation Indices (13 types)"),
+ "self.RunMenuCmd",
+ "i.vi"),
+ (_("Vegetation Indices (13 types) cluster"),
+ _("Vegetation Indices (13 types) cluster"),
+ "self.RunMenuCmd",
+ "i.vi.mpi"),
+ ("","","", ""),
+ (_("Albedo"),
+ _("Albedo"),
+ "self.RunMenuCmd",
+ "i.albedo"),
+ (_("Emissivity (generic from NDVI)"),
+ _("Emissivity (generic from NDVI)"),
+ "self.RunMenuCmd",
+ "i.emissivity"),
+ ("","","", ""),
+ (_("Latitude map"),
+ _("Latitude map"),
+ "self.RunMenuCmd",
+ "i.latitude"),
+ (_("Longitude map"),
+ _("Longitude map"),
+ "self.RunMenuCmd",
+ "i.longitude"),
+ (_("Sunshine hours (potential)"),
+ _("Sunshine hours (potential)"),
+ "self.RunMenuCmd",
+ "i.sunhours"),
+ (_("Satellite overpass time"),
+ _("Satellite overpass time"),
+ "self.RunMenuCmd",
+ "i.sattime"),
+ )
+ ),
+ (_("RS Processing (Advanced)"), (
+ (_("ETo, ETP, ETa"), (
+ (_("Reference ET (Hargreaves)"),
+ _("Reference ET (Hargreaves)"),
+ "self.RunMenuCmd",
+ "r.evapo.MH"),
+ ("","","", ""),
+ (_("Potential ET (Penman-Monteith)"),
+ _("Potential ET (Penman-Monteith)"),
+ "self.OnMenuCmd",
+ "r.evapo.PM"),
+ (_("Potential ET (Prestley and Taylor)"),
+ _("Potential ET (Prestley and Taylor)"),
+ "self.RunMenuCmd",
+ "i.evapo.PT"),
+ (_("Potential ET (Radiative)"),
+ _("Potential ET (Radiative)"),
+ "self.RunMenuCmd",
+ "i.evapo.potrad"),
+ (_("Potential ET (Radiative) from L7DN (.met)"),
+ _("Potential ET (Radiative) from L7DN (.met)"),
+ "self.RunMenuCmd",
+ "i.dn2potrad.l7"),
+ ("","","", ""),
+ (_("Actual ET (SEBAL)"),
+ _("Actual ET (SEBAL)"),
+ "self.RunMenuCmd",
+ "i.eb.eta"),
+ (_("Actual ET (TSA)"),
+ _("Actual ET (TSA) NOT WORKING YET"),
+ "self.RunMenuCmd",
+ "i.evapo.TSA"),
+ )
+ ),
+ (_("Energy Balance"), (
+ (_("Surface roughness"),
+ _("surface roughness"),
+ "self.RunMenuCmd",
+ "i.eb.z0m"),
+ (_("Delta T"),
+ _("delta T"),
+ "self.RunMenuCmd",
+ "i.eb.deltat"),
+ (_("Net radiation"),
+ _("net radiation"),
+ "self.RunMenuCmd",
+ "i.eb.netrad"),
+ ("","","", ""),
+ (_("Displacement height"),
+ _("Displacement height"),
+ "self.RunMenuCmd",
+ "i.eb.disp"),
+ (_("Atmospheric Air Density"),
+ _("Atmospheric Air Density"),
+ "self.RunMenuCmd",
+ "i.eb.rohair"),
+ ("","","", ""),
+ (_("Monin-Obukov Length"),
+ _("Monin-Obukov Length"),
+ "self.RunMenuCmd",
+ "i.eb.molength"),
+ (_("Psichrometric param. for heat"),
+ _("psichrometric param. for heat"),
+ "self.RunMenuCmd",
+ "i.eb.psi"),
+ (_("Blending height wind speed"),
+ _("blending height wind speed"),
+ "self.RunMenuCmd",
+ "i.eb.ublend"),
+ (_("Nominal wind speed"),
+ _("nominal wind speed"),
+ "self.RunMenuCmd",
+ "i.eb.ustar"),
+ (_("Aerod. resis. to heat transp."),
+ _("aerod. resis. to heat transp."),
+ "self.RunMenuCmd",
+ "i.eb.rah"),
+ ("","","", ""),
+ (_("Soil heat flux"),
+ _("soil heat flux"),
+ "self.RunMenuCmd",
+ "i.eb.g0"),
+ (_("Sensible heat flux"),
+ _("sensible heat flux"),
+ "self.RunMenuCmd",
+ "i.eb.h0"),
+ (_("Sensible heat flux iteration (fixed delta T)"),
+ _("sensible heat flux iteration (fixed delta T)"),
+ "self.RunMenuCmd",
+ "i.eb.h_iter"),
+ (_("Sensible heat flux iteration (SEBAL95)"),
+ _("sensible heat flux iteration (SEBAL95)"),
+ "self.RunMenuCmd",
+ "i.eb.h_SEBAL95"),
+ ("","","", ""),
+ (_("Evaporative fraction"),
+ _("evaporative fraction"),
+ "self.RunMenuCmd",
+ "i.eb.evapfr"),
+ )
+ ),
+ ("","","", ""),
+ (_("Biomass growth"),
+ _("Biomass growth"),
+ "self.RunMenuCmd",
+ "i.biomass"),
+ )
+ ),
+ ("","","", ""),
+ (_("Filter image"), (
+ (_("Edge detection"),
+ _("Zero edge crossing detection"),
+ "self.OnMenuCmd",
+ "i.zc"),
+ (_("Matrix/convolving filter"),
+ _("User defined matrix/convolving filter"),
+ "self.OnMenuCmd",
+ "r.mfilter"),
+ )
+ ),
+ (_("Histogram"),
+ _("Generate histogram of image"),
+ "self.DispHistogram",
+ ""),
+ (_("Spectral response"),
+ _("Calculate spectral response"),
+ "self.OnMenuCmd",
+ "i.spectral"),
+ (_("Tasseled cap vegetation index"),
+ _("Tasseled cap vegetation index analysis"),
+ "self.OnMenuCmd",
+ "i.tasscap"),
+ (_("Transform image"), (
+ (_("Canonical correlation"),
+ _("Canonical correlation (discriminant analysis)"),
+ "self.OnMenuCmd",
+ "i.cca"),
+ (_("Principal components"),
+ _("Principal components analysis"),
+ "self.OnMenuCmd",
+ "i.pca"),
+ (_("Fast Fourier"),
+ _("Fast Fourier Transform"),
+ "self.OnMenuCmd",
+ "i.fft"),
+ (_("Inverse Fast Fourier"),
+ _("Inverse Fast Fourier Transform"),
+ "self.OnMenuCmd",
+ "i.ifft"),
+ )
+ ),
+ ("","","", ""),
+ (_("Report and statistics"), (
+ (_("Bit pattern comparison "),
+ _("Bit pattern comparison for ID of low quality pixels"),
+ "self.OnMenuCmd",
+ "r.bitpattern"),
+ (_("Kappa analysis"),
+ _("Kappa classification accuracy assessment"),
+ "self.OnMenuCmd",
+ "r.kappa"),
+ (_("OIF for LandSat TM"),
+ _("Optimum index factor for LandSat TM"),
+ "self.OnMenuCmd",
+ "i.oif"),
+ )
+ ),
+ )
+ ),
+ (_("Volumes"), (
+ (_("Develop volumes"), (
+ (_("Manage 3D NULL values"),
+ _("Manage NULL values for volume"),
+ "self.OnMenuCmd",
+ "r3.null"),
+ (_("Manage timestamp"),
+ _("Manage timestamp for volume"),
+ "self.OnMenuCmd",
+ "r3.timestamp"),
+ )),
+ ("","","", ""),
+ (_("3D Mask"),
+ _("Create 3D mask for 3D raster operations"),
+ "self.OnMenuCmd",
+ "r3.mask"),
+ (_("3D raster map calculator"),
+ _("Map calculator for volumetric map algebra"),
+ "self.Disp3DMapCalculator",
+ ""),
+ (_("Cross section"),
+ _("Create 2D raster cross section from volume"),
+ "self.OnMenuCmd",
+ "r3.cross.rast"),
+ (_("Interpolate volume from points"),
+ _("Interpolate volume from vector points using splines"),
+ "self.OnMenuCmd",
+ "v.vol.rst"),
+ ("","","", ""),
+ (_("Report and Statistics"), (
+ (_("Basic volume metadata"),
+ _("Report basic volume metadata"),
+ "self.OnMenuCmd",
+ "r3.info"),
+ )
+ ),
+ )
+ ),
+ (_("Database"), (
+ (_("Database information"), (
+ (_("Describe table"),
+ _("Describe table structure and attributes"),
+ "self.OnMenuCmd",
+ "db.describe"),
+ (_("List columns"),
+ _("List columns for selected table"),
+ "self.OnMenuCmd",
+ "db.columns"),
+ (_("List drivers"),
+ _("List available database drivers"),
+ "self.OnMenuCmd",
+ "db.drivers"),
+ (_("List tables"),
+ _("List tables in selected database"),
+ "self.OnMenuCmd",
+ "db.tables"),
+ )
+ ),
+ ("","","", ""),
+ (_("Manage databases"), (
+ (_("Connect"),
+ _("Connect to database"),
+ "self.OnMenuCmd",
+ "db.connect"),
+ (_("Login"),
+ _("Login to database"),
+ "self.OnMenuCmd",
+ "db.login"),
+ ("","","", ""),
+ (_("Copy table"),
+ _("Copy attribute table"),
+ "self.OnMenuCmd",
+ "db.copy"),
+ (_("New table"),
+ _("Create and connect new attribute table to vector map"),
+ "self.OnMenuCmd",
+ "v.db.addtable"),
+ (_("Remove table"),
+ _("Remove existing attribute table for vector map"),
+ "self.OnMenuCmd",
+ "db.login"),
+ ("","","", ""),
+ (_("Add columns"),
+ _("Add columns to table"),
+ "self.OnMenuCmd",
+ "v.db.addcol"),
+ (_("Change values"),
+ _("Change values in a column"),
+ "self.OnMenuCmd",
+ "v.db.update"),
+ (_("Rename column"),
+ _("Rename a column"),
+ "self.OnMenuCmd",
+ "v.db.renamecol"),
+ ("","","", ""),
+ (_("Test"),
+ _("Test database"),
+ "self.OnMenuCmd",
+ "db.test"),
+ )
+ ),
+ (_("Query"), (
+ (_("Query any table"),
+ _("Query data in any table"),
+ "self.OnMenuCmd",
+ "db.select"),
+ (_("Query vector attribute data"),
+ _("Query vector attribute data"),
+ "self.OnMenuCmd",
+ "v.db.select"),
+ (_("SQL statement"),
+ _("Execute SQL statement"),
+ "self.OnMenuCmd",
+ "db.execute"),
+ )
+ ),
+ ("","","", ""),
+ (_("Vector database connections"), (
+ (_("Reconnect vector to database"),
+ _("Reconnect vector map to attribute database"),
+ "self.OnMenuCmd",
+ "v.db.reconnect.all"),
+ (_("Set vector map - database connection"),
+ _("Set database connection for vector attributes"),
+ "self.OnMenuCmd",
+ "v.db.connect"),
+ )
+ ),
+ )
+ ),
+ (_("Help"), (
+ (_("GRASS GIS help"),
+ _("GRASS GIS Reference Manual"),
+ "self.RunMenuCmd",
+ "g.manual -i"),
+ (_("GRASS GIS GUI help"),
+ _("GUI-related Reference Manual"),
+ "self.RunMenuCmd",
+ "g.manual wxGUI"),
+ (_("About GRASS GIS"),
+ _("About GRASS GIS"),
+ "self.OnAboutGRASS",
+ ""),
+ )
+ )
+ )
+ ]
More information about the grass-commit
mailing list