Create new workspace self.OnWorkspaceNew Load workspace from file self.OnWorkspaceOpen Save workspace to open file self.OnWorkspaceSave Save workspace to file self.OnWorkspaceSaveAs Close loaded workspace self.OnWorkspaceClose Load map layers into layer tree self.OnWorkspaceLoad Load map layers from GRC file to layer tree self.OnWorkspaceLoadGrcFile Import GDAL supported raster file into a binary raster map layer. raster,import self.OnMenuCmd r.in.gdal Converts selected GDAL layers to GRASS raster maps using r.in.gdal. self.OnImportGdalLayers Link GDAL supported raster file to a binary raster map layer. raster,import self.OnMenuCmd r.external Link GDAL supported raster files to a binary raster map layers. self.OnLinkGdalLayers Create a raster map from an assemblage of many coordinates using univariate statistics. raster,import,LIDAR self.OnMenuCmd r.in.xyz Converts ASCII raster file to binary raster map layer. raster,import,conversion self.OnMenuCmd r.in.ascii Creates raster maps from ASCII polygon/line/point data files. raster,import self.OnMenuCmd r.in.poly Import a binary raster file into a GRASS raster map layer. raster,import self.OnMenuCmd r.in.bin Converts an ESRI ARC/INFO ascii raster file (GRID) into a (binary) raster map layer. raster self.OnMenuCmd r.in.arc Imports GRIDATB.FOR map file (TOPMODEL) into GRASS raster map raster self.OnMenuCmd r.in.gridatb Imports a binary MAT-File(v4) to a GRASS raster. raster self.OnMenuCmd r.in.mat Import of SPOT VGT NDVI file into a raster map raster,imagery,import self.OnMenuCmd i.in.spotvgt Import SRTM HGT files into GRASS raster,import self.OnMenuCmd r.in.srtm Georeference, rectify, and import Terra-ASTER imagery and relative DEM's using gdalwarp. raster,imagery,import self.OnMenuCmd r.in.aster Downloads and imports data from WMS servers. self.OnImportWMS Convert OGR vector layers to GRASS vector map. vector,import self.OnMenuCmd v.in.ogr Converts selected OGR layers to GRASS vector maps using v.in.ogr. self.OnImportOgrLayers Creates a new vector as a read-only link to OGR layer. vector self.OnMenuCmd v.external Creates a new vectors as a read-only link to OGR layers. self.OnLinkOgrLayers Creates a vector map from ASCII points file or ASCII vector file. vector,import self.OnMenuCmd v.in.ascii Imports older versions of GRASS vector maps. vector,import,conversion self.OnMenuCmd v.convert Converts files in DXF format to GRASS vector map format. vector,import self.OnMenuCmd v.in.dxf Converts selected DXF layers to GRASS vector maps (using v.in.dxf). self.OnImportDxfFile Import E00 file into a vector map. vector,import self.OnMenuCmd v.in.e00 Download waypoints, routes, and tracks from a Garmin GPS receiver into a vector map. vector,import,GPS self.OnMenuCmd v.in.garmin Import waypoints, routes, and tracks from a GPS receiver or GPS download file into a vector map. vector,import,GPS self.OnMenuCmd v.in.gpsbabel Imports geonames.org country files into a GRASS vector points map. vector,import,gazetteer self.OnMenuCmd v.in.geonames Imports US-NGA GEOnet Names Server (GNS) country files into a GRASS vector points map. vector,import,gazetteer self.OnMenuCmd v.in.gns Import Mapgen or Matlab vector maps into GRASS. vector,import self.OnMenuCmd v.in.mapgen Convert a 3D ASCII raster text file into a (binary) 3D raster map layer raster3d,voxel,import self.OnMenuCmd r3.in.ascii import of 3-dimensional Vis5D files (i.e. the v5d file with 1 variable and 1 time step) raster3d,voxel self.OnMenuCmd r3.in.v5d Imports attribute tables in various formats. database,attribute table self.OnMenuCmd db.in.ogr Exports GRASS raster maps into GDAL supported formats. raster,export self.OnMenuCmd r.out.gdal Converts a raster map layer into an ASCII text file. raster,export self.OnMenuCmd r.out.ascii Export a raster map to a text file as x,y,z values based on cell centers. raster,export self.OnMenuCmd r.out.xyz Converts a raster map layer into an ESRI ARCGRID file. raster self.OnMenuCmd r.out.arc Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL) raster self.OnMenuCmd r.out.gridatb Exports a GRASS raster to a binary MAT-File. raster,export self.OnMenuCmd r.out.mat Exports a GRASS raster to a binary array. raster self.OnMenuCmd r.out.bin Raster File Series to MPEG Conversion Program. raster self.OnMenuCmd r.out.mpeg Export GRASS raster as non-georeferenced PNG image format. raster self.OnMenuCmd r.out.png Converts a GRASS raster map to a PPM image file at the pixel resolution of the currently defined region. raster,export self.OnMenuCmd r.out.ppm Converts 3 GRASS raster layers (R,G,B) to a PPM image file at the pixel resolution of the CURRENTLY DEFINED REGION. raster self.OnMenuCmd r.out.ppm3 Converts a raster map layer into a height-field file for POVRAY. raster self.OnMenuCmd r.out.pov Exports a GRASS raster map to a 8/24bit TIFF image file at the pixel resolution of the currently defined region. raster,export self.OnMenuCmd r.out.tiff Export a raster map to the Virtual Reality Modeling Language (VRML) raster,export,VRML self.OnMenuCmd r.out.vrml Converts raster maps into the VTK-Ascii format raster self.OnMenuCmd r.out.vtk Converts to one of the supported OGR vector formats. vector,export self.OnMenuCmd v.out.ogr Converts a GRASS binary vector map to a GRASS ASCII vector map. vector,export self.OnMenuCmd v.out.ascii Exports GRASS vector map layers to DXF file format. vector,export self.OnMenuCmd v.out.dxf Exports a vector map to a GPS receiver or file format supported by GpsBabel. vector,export,GPS self.OnMenuCmd v.out.gps Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y vector,export self.OnMenuCmd v.out.pov Exports a GRASS vector map to SVG. vector,export self.OnMenuCmd v.out.svg Converts a GRASS binary vector map to VTK ASCII output. vector self.OnMenuCmd v.out.vtk Converts a 3D raster map layer into an ASCII text file raster3d,voxel,export self.OnMenuCmd r3.out.ascii Export of GRASS 3D raster map to 3-dimensional Vis5D file. raster3d,voxel self.OnMenuCmd r3.out.v5d Converts 3D raster maps (G3D) into the VTK-Ascii format raster3d,voxel self.OnMenuCmd r3.out.vtk Exports attribute tables into various formats. database,attribute table self.OnMenuCmd db.out.ogr Copies available data files in the user's current mapset search path and location to the appropriate element directories under the user's current mapset. general,map management self.OnMenuCmd g.copy Lists available GRASS data base files of the user-specified data type to standard output. general,map management self.OnMenuCmd g.list Lists available GRASS data base files of the user-specified data type to standard output. general,map management self.OnMenuCmd g.mlist Renames data base element files in the user's current mapset. general,map management self.OnMenuCmd g.rename Removes data base element files from the user's current mapset. general,map management self.OnMenuCmd g.remove Removes data base element files from the user's current mapset. general,map management self.OnMenuCmd g.mremove Converts a raster map into a vector map layer. raster self.OnMenuCmd r.to.vect Converts 2D raster map slices to one 3D raster volume map. raster,volume,conversion self.OnMenuCmd r.to.rast3 Creates a 3D volume map based on 2D elevation and value raster maps. raster,raster3d,voxel,conversion self.OnMenuCmd r.to.rast3elev Converts a binary GRASS vector map into a GRASS raster map . vector,raster,conversion self.OnMenuCmd v.to.rast Converts a binary GRASS vector map (only points) layer into a 3D GRASS raster map layer. vector,volume,conversion self.OnMenuCmd v.to.rast3 Performs transformation of 2D vector features to 3D. vector,transformation,3D self.OnMenuCmd v.to.3d Converts a GRASS site_lists file into a vector map. vector,import,sites self.OnMenuCmd v.in.sites Converts 3D raster maps to 2D raster maps raster3d,voxel self.OnMenuCmd r3.to.rast Georectify raster and vector maps self.OnGeorectify nviz - Visualization and animation tool for GRASS data. raster,vector,visualization self.OnMenuCmd nviz A simple utility for converting bearing and distance measurements to coordinates and vice versa. miscellaneous self.OnMenuCmd m.cogo Hardcopy PostScript map output utility. postscript,map,printing self.OnMenuCmd ps.map Exit GUI self.OnCloseWindow Manages the boundary definitions for the geographic region. general self.RunMenuCmd g.region -p Manages the boundary definitions for the geographic region. general self.OnMenuCmd g.region -p Set/unset access to other mapsets in current location self.OnMapsets Change current mapset. general,settings self.OnMenuCmd g.mapset Controls access to the current mapset for other users on the system. general self.OnMenuCmd g.access Outputs and modifies the user's current GRASS variable settings. general self.RunMenuCmd g.gisenv --v Outputs and modifies the user's current GRASS variable settings. general self.OnMenuCmd g.gisenv Changes the default GRASS graphical user interface (GUI) setting. general,gui self.OnMenuCmd g.change.gui.py Displays version and copyright information. general self.RunMenuCmd g.version -c Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format). Can also be used to create GRASS locations. general self.OnMenuCmd g.proj Converts coordinates from one projection to another (cs2cs frontend). miscellaneous,projection self.OnMenuCmd m.proj Tool to maintain GRASS extensions in local GRASS installation. installation, extensions self.OnMenuCmd g.extension User GUI preferences (display font, commands, digitizer, etc.) self.OnPreferences Compresses and decompresses raster maps. raster self.OnMenuCmd r.compress Sets the boundary definitions for a raster map. raster self.OnMenuCmd r.region Manages NULL-values of given raster map. raster,null data self.OnMenuCmd r.null Produces the quantization file for a floating-point map. raster self.OnMenuCmd r.quant Print/add/remove a timestamp for a raster map. raster self.OnMenuCmd r.timestamp Resamples raster map layers to a coarser grid using aggregation. raster,resample self.OnMenuCmd r.resamp.stats Resamples raster map layers to a finer grid using interpolation. raster,resample self.OnMenuCmd r.resamp.interp GRASS raster map layer data resampling capability. raster self.OnMenuCmd r.resample Reinterpolates and optionally computes topographic analysis from input raster map to a new raster map (possibly with different resolution) using regularized spline with tension and smoothing. raster self.OnMenuCmd r.resamp.rst Allows creation and/or modification of raster map layer support files. raster,metadata self.OnMenuCmd r.support Update raster map statistics raster,statistics self.OnMenuCmd r.support.stats Re-projects a raster map from one location to the current location. raster,projection self.OnMenuCmd r.proj Produces tilings of the source projection for use in the destination region and projection. raster,tiling self.OnMenuCmd r.tileset Creates/modifies the color table associated with a raster map layer. raster,color table self.OnMenuCmd r.colors Set color rules based on stddev from a map's mean value. raster,color table self.OnMenuCmd r.colors.stddev Creates/modifies the color table associated with a raster map layer. raster,color table self.RulesCmd r.colors Blends color components of two raster maps by a given ratio. raster self.OnMenuCmd r.blend Combines red, green and blue raster maps into a single composite raster map. raster,composite self.OnMenuCmd r.composite Generates red, green and blue raster map layers combining hue, intensity and saturation (HIS) values from user-specified input raster map layers. raster self.OnMenuCmd r.his Queries raster map layers on their category values and category labels. raster self.OnMenuCmd r.what Creates a raster map layer showing buffer zones surrounding cells that contain non-NULL category values. raster,buffer self.OnMenuCmd r.buffer Locates the closest points between objects in two raster maps. raster self.OnMenuCmd r.distance Create a MASK for limiting raster operation raster,mask self.OnMenuCmd r.mask Map calculator for raster map algebra self.DispMapCalculator Makes each cell category value a function of the category values assigned to the cells around it, and stores new cell values in an output raster map layer. raster self.OnMenuCmd r.neighbors Makes each cell value a function of the attribute values assigned to the vector points or centroids around it, and stores new cell values in an output raster map layer. vector,raster,aggregation self.OnMenuCmd v.neighbors Creates a cross product of the category values from multiple raster map layers. raster self.OnMenuCmd r.cross Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers. raster,series self.OnMenuCmd r.series Creates a composite raster map layer by using known category values from one (or more) map layer(s) to fill in areas of "no data" in another map layer. raster self.OnMenuCmd r.patch Calculates category or object oriented statistics. raster,statistics self.OnMenuCmd r.statistics Solar irradiance and irradiation model. raster self.OnMenuCmd r.sun Calculates cast shadow areas from sun position and DEM. Either A: exact sun position is specified, or B: date/time to calculate the sun position by r.sunmask itself. raster self.OnMenuCmd r.sunmask Outputs a raster map layer showing the anisotropic cumulative cost of moving between different geographic locations on an input elevation raster map layer whose cell category values represent elevation combined with an input raster map layer whose cell values represent friction cost. raster self.OnMenuCmd r.walk Creates a raster map showing the cumulative cost of moving between different geographic locations on an input raster map whose cell category values represent cost. raster,cost surface,cumulative costs self.OnMenuCmd r.cost Traces a flow through an elevation model on a raster map. raster self.OnMenuCmd r.drain Creates shaded relief map from an elevation map (DEM). raster,elevation self.OnMenuCmd r.shaded.relief Generates raster map layers of slope, aspect, curvatures and partial derivatives from a raster map layer of true elevation values. Aspect is calculated counterclockwise from east. raster,terrain analysis self.OnMenuCmd r.slope.aspect Extracts terrain parameters from a DEM. raster,geomorphology self.OnMenuCmd r.param.scale Generate images with textural features from a raster map. raster self.OnMenuCmd r.texture Line-of-sight raster analysis program. raster self.OnMenuCmd r.los Generates a raster map layer of distance to features in input layer. raster self.OnMenuCmd r.grow.distance Horizon angle computation from a digital elevation model. raster self.OnMenuCmd r.horizon Recategorizes data in a raster map by grouping cells that form physically discrete areas into unique categories. raster,statistics,reclass self.OnMenuCmd r.clump Generates a raster map layer with contiguous areas grown by one cell. raster self.OnMenuCmd r.grow Thins non-zero cells that denote linear features in a raster map layer. raster self.OnMenuCmd r.thin Takes vector stream data, transforms it to raster and subtracts depth from the output DEM. raster self.OnMenuCmd r.carve Fills lake from seed at given level. raster self.OnMenuCmd r.lake Filters and generates a depressionless elevation map and a flow direction map from a given elevation layer. raster self.OnMenuCmd r.fill.dir Flow computation for massive grids (Float version). raster self.OnMenuCmd r.terraflow Construction of slope curves (flowlines), flowpath lengths, and flowline densities (upslope areas) from a raster digital elevation model (DEM) raster self.OnMenuCmd r.flow Creates topographic index [ln(a/tan(beta))] map from elevation map. raster self.OnMenuCmd r.topidx Simulates TOPMODEL which is a physically based hydrologic model. raster self.OnMenuCmd r.topmodel USLE Soil Erodibility Factor (K) raster,soil,erosion,USLE self.OnMenuCmd r.uslek Computes USLE R factor, Rainfall erosivity index. raster,rainfall,erosion,USLE self.OnMenuCmd r.usler Generates a raster map layer showing watershed subbasins. raster self.OnMenuCmd r.basins.fill Watershed basin analysis program. raster self.OnMenuCmd r.watershed Watershed basin creation program. raster self.OnMenuCmd r.water.outlet Configuration editor for r.li.'index' raster,landscape structure analysis self.OnMenuCmd r.li.setup Calculates edge density index on a raster map, using a 4 neighbour algorithm raster,landscape structure analysis,patch index self.OnMenuCmd r.li.edgedensity Calculates contrast weighted edge density index on a raster map raster,landscape structure analysis,patch index self.OnMenuCmd r.li.cwed Calculates mean patch size index on a raster map, using a 4 neighbour algorithm raster,landscape structure analysis,patch index self.OnMenuCmd r.li.mps Calculates range of patch area size on a raster map raster,landscape structure analysis,patch index self.OnMenuCmd r.li.padrange Calculates standard deviation of patch area a raster map raster,landscape structure analysis,patch index self.OnMenuCmd r.li.padsd Calculates coefficient of variation of patch area on a raster map raster,landscape structure analysis,patch index self.OnMenuCmd r.li.padcv Calculates patch density index on a raster map, using a 4 neighbour algorithm raster,landscape structure analysis,patch index self.OnMenuCmd r.li.patchdensity Calculates patch number index on a raster map, using a 4 neighbour algorithm. raster,landscape structure analysis,patch index self.OnMenuCmd r.li.patchnum Calculates dominance's diversity index on a raster map raster,landscape structure analysis,diversity index self.OnMenuCmd r.li.dominance Calculates Shannon's diversity index on a raster map raster,landscape structure analysis,diversity index self.OnMenuCmd r.li.shannon Calculates Simpson's diversity index on a raster map raster,landscape structure analysis,diversity index self.OnMenuCmd r.li.simpson Calculates dominance's diversity index on a raster map raster,landscape structure analysis,dominance index self.OnMenuCmd r.li.richness Calculates shape index on a raster map raster,landscape structure analysis,patch index self.OnMenuCmd r.li.shape Generates three, or four raster map layers showing 1) the base (perpendicular) rate of spread (ROS), 2) the maximum (forward) ROS, 3) the direction of the maximum ROS, and optionally 4) the maximum potential spotting distance. raster self.OnMenuCmd r.ros Recursively traces the least cost path backwards to cells from which the cumulative cost was determined. raster self.OnMenuCmd r.spreadpath Simulates elliptically anisotropic spread on a graphics window and generates a raster map of the cumulative time of spread, given raster maps containing the rates of spread (ROS), the ROS directions and the spread origins. raster self.OnMenuCmd r.spread Interactively edit cell values in a raster map. display,raster self.OnMenuCmd d.rast.edit Reclasses a raster map greater or less than user specified area size (in hectares). raster,statistics,aggregation self.OnMenuCmd r.reclass.area Creates a new map layer whose category values are based upon a reclassification of the categories in an existing raster map layer. raster self.RulesCmd r.reclass Creates a new map layer whose category values are based upon a reclassification of the categories in an existing raster map layer. raster self.OnMenuCmd r.reclass Recodes categorical raster maps. raster self.RulesCmd r.recode Rescales the range of category values in a raster map layer. raster self.OnMenuCmd r.rescale Rescales histogram equalized the range of category values in a raster map layer. raster self.OnMenuCmd r.rescale.eq Creates a raster map containing concentric rings around a given point. raster self.OnMenuCmd r.circle Generates random cell values with spatial dependence. raster,random,cell self.OnMenuCmd r.random.cells Creates a raster map layer and vector point map containing randomly located points. raster self.OnMenuCmd r.random Creates a fractal surface of a given fractal dimension. raster,DEM,fractal self.OnMenuCmd r.surf.fractal Generates a raster density map from vector points data using a moving 2D isotropic Gaussian kernel or optionally generates a vector density map on vector network with a 1D kernel. vector,kernel density self.OnMenuCmd v.kernel GRASS module to produce a raster map layer of gaussian deviates whose mean and standard deviation can be expressed by the user. It uses a gaussian random number generator. raster self.OnMenuCmd r.surf.gauss Creates raster plane map given dip (inclination), aspect (azimuth) and one point. raster,elevation self.OnMenuCmd r.plane Produces a raster map layer of uniform random deviates whose range can be expressed by the user. raster self.OnMenuCmd r.surf.random Generates random surface(s) with spatial dependence. raster,random,surface self.OnMenuCmd r.random.surface Produces a vector map of specified contours from a raster map. raster,DEM,contours,vector self.OnMenuCmd r.contour Bicubic or bilinear spline interpolation with Tykhonov regularization. vector,interpolation self.OnMenuCmd v.surf.bspline Surface interpolation utility for raster map. raster,interpolation self.OnMenuCmd r.surf.idw Surface interpolation from vector point data by Inverse Distance Squared Weighting. vector,interpolation self.OnMenuCmd v.surf.idw Surface generation program from rasterized contours. raster self.OnMenuCmd r.surf.contour Spatial approximation and topographic analysis from given point or isoline data in vector format to floating point raster format using regularized spline with tension. vector self.OnMenuCmd v.surf.rst Fills no-data areas in raster maps using v.surf.rst splines interpolation raster,elevation,interpolation self.OnMenuCmd r.fillnulls Output basic information about a raster map layer. raster self.OnMenuCmd r.info Manages category values and labels associated with user-specified raster map layers. raster self.OnMenuCmd r.category Generates area statistics for raster map layers. raster,statistics self.OnMenuCmd r.stats Compute quantiles using two passes. raster,statistics self.OnMenuCmd r.quantile Prints terse list of category values found in a raster map layer. raster self.OnMenuCmd r.describe Reports statistics for raster map layers. raster,statistics self.OnMenuCmd r.report Calculates the volume of data "clumps", and (optionally) produces a GRASS vector points map containing the calculated centroids of these clumps. raster self.OnMenuCmd r.volume Surface area estimation for rasters. raster self.OnMenuCmd r.surf.area Calculates univariate statistics from the non-null cells of a raster map. raster,statistics self.OnMenuCmd r.univar Outputs the raster map layer values lying on user-defined line(s). raster self.OnMenuCmd r.profile Outputs raster map layer values lying along user defined transect line(s). raster self.OnMenuCmd r.transect Outputs a covariance/correlation matrix for user-specified raster map layer(s). raster self.OnMenuCmd r.covar Calculates linear regression from two raster maps: y = a + b*x raster,statistics self.OnMenuCmd r.regression.line Tabulates the mutual occurrence (coincidence) of categories for two raster map layers. raster self.OnMenuCmd r.coin Create new empty vector map self.OnNewVector Edits a vector map, allows adding, deleting and modifying selected vector features. vector,editing,geometry self.OnMenuCmd v.edit Creates topology for GRASS vector map. vector,topology self.OnMenuCmd v.build Toolset for cleaning topology of vector map. vector,topology self.OnMenuCmd v.clean Vector based generalization. vector,generalization,simplification,smoothing,displacement,network generalization self.OnMenuCmd v.generalize Change the type of geometry elements. self.OnMenuCmd v.type_wrapper.py Adds missing centroids to closed boundaries. vector,centroid,area self.OnMenuCmd v.centroids Builds polylines from lines or boundaries. vector,geometry,topology self.OnMenuCmd v.build.polylines Creates points/segments from input vector lines and positions. vector,geometry self.OnMenuCmd v.segment Creates parallel line to input vector lines. vector,geometry self.OnMenuCmd v.parallel Dissolves boundaries between adjacent areas sharing a common category number or attribute. vector,area,dissolve self.OnMenuCmd v.dissolve Converts vector map to 3D by sampling of elevation raster map. vector,geometry,sampling self.OnMenuCmd v.drape Extrudes flat vector object to 3D with defined height. vector,geometry,3D self.OnMenuCmd v.extrude Creates paint labels for a vector map from attached attributes. vector,paint labels self.OnMenuCmd v.label Performs an affine transformation (shift, scale and rotate, or GPCs) on vector map. vector,transformation self.OnMenuCmd v.transform Allows projection conversion of vector maps. vector,projection self.OnMenuCmd v.proj Set color rules for features in a vector using a numeric attribute column. vector,color table self.OnMenuCmd v.colors Set colors interactively by entering color rules self.RulesCmd vcolors Selects vector objects from an existing vector map and creates a new map containing only the selected objects. vector,extract self.OnMenuCmd v.extract Queries a vector map layer at given locations. vector,querying self.OnMenuCmd v.what Selects features from vector map (A) by features from other vector map (B). vector,spatial query self.OnMenuCmd v.select Creates a buffer around features of given type (areas must contain centroid). vector,buffer self.OnMenuCmd v.buffer Detects the object's edges from a LIDAR data set. vector,LIDAR,edges self.OnMenuCmd v.lidar.edgedetection Building contour determination and Region Growing algorithm for determining the building inside vector,LIDAR self.OnMenuCmd v.lidar.growing Correction of the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering. vector,LIDAR self.OnMenuCmd v.lidar.correction Create Linear Reference System vector,LRS,networking self.OnMenuCmd v.lrs.create Create stationing from input lines, and linear reference system vector,LRS,networking self.OnMenuCmd v.lrs.label Creates points/segments from input lines, linear reference system and positions read from stdin or a file. vector,LRS,networking self.OnMenuCmd v.lrs.segment Finds line id and real km+offset for given points in vector map using linear reference system. vector,LRS,networking self.OnMenuCmd v.lrs.where Finds the nearest element in vector map 'to' for elements in vector map 'from'. vector,database,attribute table self.OnMenuCmd v.distance Allocate subnets for nearest centres (direction from centre). vector,networking self.OnMenuCmd v.net.alloc Performs network maintenance. vector,networking self.OnMenuCmd v.net Visibility graph construction. vector,path,visibility self.OnMenuCmd v.net.visibility Finds shortest path on vector network. vector,networking self.OnMenuCmd v.net.path Splits net by cost isolines. vector,networking self.OnMenuCmd v.net.iso Create Steiner tree for the network and given terminals vector,networking self.OnMenuCmd v.net.steiner Creates a cycle connecting given nodes (Traveling salesman problem). vector,networking self.OnMenuCmd v.net.salesman Overlays two vector maps. vector,geometry self.OnMenuCmd v.overlay Create a new vector map layer by combining other vector map layers. vector self.OnMenuCmd v.patch Attach, delete or report vector categories to map geometry. vector,category self.OnMenuCmd v.category Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column. vector,reclass,attributes self.RulesCmd v.reclass Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column. vector,reclass,attributes self.OnMenuCmd v.reclass Create a new vector from the current region. vector self.OnMenuCmd v.in.region Uses a GRASS vector points map to produce a convex hull vector map. vector,geometry self.OnMenuCmd v.hull Creates a Delaunay triangulation from an input vector map containing points or centroids. vector self.OnMenuCmd v.delaunay Creates a Voronoi diagram from an input vector map containing points or centroids. vector self.OnMenuCmd v.voronoi Creates a GRASS vector map of a user-defined grid. vector self.OnMenuCmd v.mkgrid Creates new vector (points) map from database table containing coordinates. vector,import,database,points self.OnMenuCmd v.in.db Create points along input lines in new vector with 2 layers. vector,geometry self.OnMenuCmd v.to.points Randomly generate a 2D/3D vector points map. vector,statistics self.OnMenuCmd v.random Random location perturbations of GRASS vector points vector self.OnMenuCmd v.perturb Removes outliers from vector point data. vector,statistics self.OnMenuCmd v.outlier Randomly partition points into test/train sets. vector,statistics self.OnMenuCmd v.kcv Calculates univariate statistics from a GRASS raster map based on vector polygons and uploads statistics to new attribute columns. vector,raster,statistics self.OnMenuCmd v.rast.stats Uploads vector values at positions of vector points to the table. vector,database,attribute table self.OnMenuCmd v.what.vect Uploads raster values at positions of vector points to the table. vector,raster,attribute table self.OnMenuCmd v.what.rast Samples a raster map at vector point locations. vector self.OnMenuCmd v.sample Outputs basic information about a user-specified vector map. vector,metadata,history self.OnMenuCmd v.info Reports geometry statistics for vectors. vector,report,statistics self.OnMenuCmd v.report Populates database values from vector features. vector,database,attribute table self.OnMenuCmd v.to.db Calculates univariate statistics for attribute. Variance and standard deviation is calculated only for points if specified. vector,statistics self.OnMenuCmd v.univar Indices for quadrat counts of sites lists. vector,statistics self.OnMenuCmd v.qcount Tests for normality for points. vector,statistics self.OnMenuCmd v.normal Creates, edits, and lists groups and subgroups of imagery files. imagery self.OnMenuCmd i.group Targets an imagery group to a GRASS location and mapset. imagery self.OnMenuCmd i.target Mosaics several images and extends colormap raster,imagery,mosaicking self.OnMenuCmd i.image.mosaic Performs auto-balancing of colors for LANDSAT images. raster,imagery,colors self.OnMenuCmd i.landsat.rgb Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space. imagery,color transformation,RGB,HIS self.OnMenuCmd i.his.rgb Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-Intensity-Saturation) color space. imagery,color transformation,RGB,HIS self.OnMenuCmd i.rgb.his Rectifies an image by computing a coordinate transformation for each pixel in the image based on the control points. imagery,rectify self.OnMenuCmd i.rectify Extract quality control parameters from Modis QC layers QC,Quality Control,surface reflectance,Modis self.OnMenuCmd i.modis.qc creates a latitude/longitude map imagery,latitude,longitude,projection self.OnMenuCmd i.latlong creates a sunshine hours map sunshine,hours,daytime self.OnMenuCmd i.sunhours Broad Band Albedo from Surface Reflectance. imagery,albedo,surface reflectance self.OnMenuCmd i.albedo Calculates different types of vegetation indices. imagery,vegetation index,biophysical parameters self.OnMenuCmd i.vi Calculates the growth of biomass for a day. imagery,biomass growth,vegetation index,biophysical parameters self.OnMenuCmd i.biomass Emissivity from NDVI, generic method for spares land. emissivity,land flux,energy balance self.OnMenuCmd i.emissivity Calculate Soil Heat Flux energy balance,land flux,soil heat flux self.OnMenuCmd i.eb.soilheatflux Computes sensible Heat Flux iteration SEBAL 01 imagery,evaporative fraction,soil moisture,energy balance,SEBAL self.OnMenuCmd i.eb.h_SEBAL01 Computes evaporative fraction (Bastiaanssen, 1995) and root zone soil moisture (Makin, Molden and Bastiaanssen, 2001) imagery,evaporative fraction,soil moisture,energy balance,SEBAL self.OnMenuCmd i.eb.evapfr Computes the actual evapotranspiration (ETa) imagery,energy balance,land flux,actual evapotranspiration self.OnMenuCmd i.eb.eta Temporal integration of satellite ET actual (ETa) following the daily ET reference (ETo) from meteorological station(s) imagery,evapotranspiration,temporal,integration self.OnMenuCmd i.evapo.time_integration Brovey transform to merge multispectral and high-res panchromatic channels imagery,fusion,Brovey self.OnMenuCmd i.fusion.brovey Generates spectral signatures for land cover types in an image using a clustering algorithm. imagery,classification,signatures self.OnMenuCmd i.cluster Classifies the cell spectral reflectances in imagery data. imagery,classification,MLC self.OnMenuCmd i.maxlik Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation. imagery,classification,supervised,SMAP self.OnMenuCmd i.smap Generates statistics for i.maxlik from raster map. imagery,classification,supervised,MLC self.OnMenuCmd i.gensig Generates statistics for i.smap from raster map. imagery,classification,supervised,SMAP self.OnMenuCmd i.gensigset Zero-crossing "edge detection" raster function for image processing. imagery self.OnMenuCmd i.zc Generate histogram of image self.DispHistogram Displays spectral response at user specified locations in group or images. imagery,raster,multispectral self.OnMenuCmd i.spectral Tasseled Cap (Kauth Thomas) transformation for LANDSAT-TM data raster,imagery self.OnMenuCmd i.tasscap Canonical components analysis (cca) program for image processing. imagery self.OnMenuCmd i.cca Principal components analysis (pca) program for image processing. imagery,image transformation,PCA self.OnMenuCmd i.pca Fast Fourier Transform (FFT) for image processing. imagery,FFT self.OnMenuCmd i.fft Inverse Fast Fourier Transform (IFFT) for image processing. imagery,FFT self.OnMenuCmd i.ifft Performs atmospheric correction using the 6S algorithm. imagery,atmospheric correction self.OnMenuCmd i.atcorr Compares bit patterns with a raster map. raster self.OnMenuCmd r.bitpattern Calculate error matrix and kappa parameter for accuracy assessment of classification result. raster self.OnMenuCmd r.kappa Calculates Optimum-Index-Factor table for LANDSAT TM bands 1-5, & 7 raster,imagery,statistics self.OnMenuCmd i.oif Explicitly create the 3D NULL-value bitmap file. raster3d,voxel self.OnMenuCmd r3.null Print/add/remove a timestamp for a 3D raster map raster3d,voxel self.OnMenuCmd r3.timestamp Establishes the current working 3D raster mask. raster3d,voxel self.OnMenuCmd r3.mask Map calculator for volumetric map algebra self.Disp3DMapCalculator Creates cross section 2D raster map from 3d raster map based on 2D elevation map raster3d,voxel self.OnMenuCmd r3.cross.rast Interpolates point data to a G3D grid volume using regularized spline with tension (RST) algorithm. vector self.OnMenuCmd v.vol.rst Outputs basic information about a user-specified 3D raster map layer. raster3d,voxel self.OnMenuCmd r3.info Describes a table in detail. database,attribute table self.OnMenuCmd db.describe List all columns for a given table. database,attribute table self.OnMenuCmd db.columns List all database drivers. database,attribute table self.OnMenuCmd db.drivers Lists all tables for a given database. database,attribute table self.OnMenuCmd db.tables Prints/sets general DB connection for current mapset and exits. database,attribute table self.OnMenuCmd db.connect Sets user/password for driver/database. database,SQL self.OnMenuCmd db.login Copy a table. database,attribute table,SQL self.OnMenuCmd db.copy Creates and adds a new attribute table to a given layer of an existing vector map. vector,database,attribute table self.OnMenuCmd v.db.addtable Removes a table from database. database,SQL self.OnMenuCmd db.droptable Adds one or more columns to the attribute table connected to a given vector map. vector,database,attribute table self.OnMenuCmd v.db.addcol Allows to update a column in the attribute table connected to a vector map. vector,database,attribute table self.OnMenuCmd v.db.update Renames a column in the attribute table connected to a given vector map. vector,database,attribute table self.OnMenuCmd v.db.renamecolumn Test database driver, database must exist and set by db.connect. database,attribute table self.OnMenuCmd db.test Selects data from table. database,attribute table,SQL self.OnMenuCmd db.select Prints vector map attributes. vector,database,attribute table self.OnMenuCmd v.db.select Executes any SQL statement. database,attribute table,SQL self.OnMenuCmd db.execute Reconnects vectors to a new database. vector,database,attribute table self.OnMenuCmd v.db.reconnect.all Prints/sets DB connection for a vector map to attribute table. vector,database,attribute table self.OnMenuCmd v.db.connect Display the manual pages of GRASS general,manual,help self.RunMenuCmd g.manual -i Display the manual pages of wxGUI general,manual,help self.RunMenuCmd g.manual wxGUI Show menu tree in new window self.OnMenuTree About GRASS GIS self.OnAboutGRASS