diff --git a/cmake/modules/build_docs.cmake b/cmake/modules/build_docs.cmake index 4fb9dda900e..daaa3aefd35 100644 --- a/cmake/modules/build_docs.cmake +++ b/cmake/modules/build_docs.cmake @@ -13,6 +13,7 @@ function(build_docs target_name) if(EXISTS ${html_file}) set(HTML_FILE ${html_file}) + install(FILES ${GISBASE}/docs/html/${G_HTML_FILE_NAME} DESTINATION docs/html) else() file(GLOB html_files ${G_SRC_DIR}/*.html) if(html_files) @@ -36,5 +37,5 @@ function(build_docs target_name) #add_custom_target(${target_name}_html ALL DEPENDS ${G_RUNTIME_OUTPUT_DIR}/${target_name}.exe) - install(FILES ${GISBASE}/docs/html/${G_HTML_FILE_NAME} DESTINATION docs/html) + endfunction() diff --git a/gui/wxpython/menustrings.py b/gui/wxpython/menustrings.py new file mode 100644 index 00000000000..daccb6470b0 --- /dev/null +++ b/gui/wxpython/menustrings.py @@ -0,0 +1,6099 @@ +menustrings_menudata.LayerManagerMenuData'> = [ + _('&File'), + _('Workspace'), + _('New'), + _('Create new workspace'), + _('Open'), + _('Load workspace from file'), + _('Save'), + _('Save workspace'), + _('Save as'), + _('Save workspace to file'), + _('Close'), + _('Close workspace file'), + _('Load GRC file (Tcl/Tk GUI)'), + _('Load map layers from GRC file to layer tree'), + _('Map display'), + _('Add raster'), + _('Add raster map layer to current display'), + _('Add vector'), + _('Add vector map layer to current display'), + _('Add multiple rasters or vectors'), + _('Add multiple raster or vector map layers to current display'), + _('Add RGB raster layer'), + _('Add RGB raster map layer to current display'), + _('Add web service layer'), + _('Add web service layer'), + _('New map display window'), + _('Open new map display window'), + _('Render all map displays'), + _('Re-render maps in all open map display windows'), + _('Close current map display window'), + _('Close current map display window'), + _('Close all open map display windows'), + _('Close all open map display windows'), + _('Import raster data'), + _('Simplified raster import with reprojection'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('Import of common raster formats'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('ASCII x,y,z point import and gridding'), + _('ASCII grid import'), + _('Converts a GRASS ASCII raster file to binary raster map.'), + _('ASCII polygons, lines, and point import'), + _('Creates raster maps from ASCII polygon/line/point data files.'), + _('Raw binary array import'), + _('Import a binary raster file into a GRASS raster map layer.'), + _('GRIDATB.FOR import'), + _('Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster map.'), + _('Matlab 2D array import'), + _('Imports a binary MAT-File(v4) to a GRASS raster.'), + _('PNG import'), + _('Imports non-georeferenced PNG format image.'), + _('SPOT NDVI import'), + _('Imports SPOT VGT NDVI data into a raster map.'), + _('SRTM HGT import'), + _('Imports SRTM HGT files into raster map.'), + _('Terra ASTER HDF import'), + _('Georeference, rectify, and import Terra-ASTER imagery and relative DEMs using gdalwarp.'), + _('LAS LiDAR points import'), + _('Creates a raster map from LAS LiDAR points using univariate statistics.'), + _('Unpack raster map'), + _('Imports a GRASS GIS specific raster archive file (packed with r.pack) as a raster map'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Import vector data'), + _('Simplified vector import with reprojection'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('Import of common vector formats'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('ASCII points or GRASS ASCII format'), + _('Creates a vector map from an ASCII points file or ASCII vector file.'), + _('ASCII points as a vector lines'), + _('Imports ASCII x,y[,z] coordinates as a series of lines.'), + _('DXF import'), + _('Converts files in DXF format to GRASS vector map format.'), + _('WFS'), + _('Imports GetFeature from a WFS server.'), + _('ESRI e00 import'), + _('Imports E00 file into a vector map.'), + _('Geonames import'), + _('Imports geonames.org country files into a vector points map.'), + _('Matlab array or Mapgen format import'), + _('Imports Mapgen or Matlab-ASCII vector maps into GRASS.'), + _('LAS LiDAR points import'), + _('Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.'), + _('Unpack vector map'), + _('Imports a GRASS GIS specific vector archive file (packed with v.pack) as a vector map'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Import 3D raster data'), + _('ASCII 3D import'), + _('Converts a 3D ASCII raster text file into a (binary) 3D raster map.'), + _('Raw binary array 3D import'), + _('Imports a binary raster file into a GRASS 3D raster map.'), + _('Vis5D import'), + _('Import database table'), + _('Common import formats'), + _('Imports attribute tables in various formats.'), + _('Export raster map'), + _('Common export formats'), + _('Exports GRASS raster maps into GDAL supported formats.'), + _('ASCII grid export'), + _('Converts a raster map layer into a GRASS ASCII text file.'), + _('ASCII x,y,z points export'), + _('Exports a raster map to a text file as x,y,z values based on cell centers.'), + _('GRIDATB.FOR export'), + _('Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL).'), + _('Matlab 2D array export'), + _('Exports a GRASS raster to a binary MAT-File.'), + _('Raw binary array export'), + _('Exports a GRASS raster to a binary array.'), + _('MPEG-1 export'), + _('Converts raster map series to MPEG movie.'), + _('PNG export'), + _('Export a GRASS raster map as a non-georeferenced PNG image.'), + _('PPM export'), + _('Converts a GRASS raster map to a PPM image file.'), + _('PPM from RGB export'), + _('Converts 3 GRASS raster layers (R,G,B) to a PPM image file.'), + _('POV-Ray export'), + _('Converts a raster map layer into a height-field file for POV-Ray.'), + _('VRML export'), + _('Exports a raster map to the Virtual Reality Modeling Language (VRML).'), + _('VTK export'), + _('Converts raster maps into the VTK-ASCII format.'), + _('Pack raster map'), + _('Exports a raster map as GRASS GIS specific archive file'), + _('Export vector map'), + _('Common export formats'), + _('Exports a vector map layer to any of the supported OGR vector formats. By default a vector map layer is exported to OGC GeoPackage format.'), + _('ASCII points or GRASS ASCII vector export'), + _("Exports a vector map to a GRASS ASCII vector representation. By default only features with category are exported. To export all features use 'layer=-1'."), + _('DXF export'), + _('Exports vector map to DXF file format.'), + _('PostGIS export'), + _('Exports a vector map layer to PostGIS feature table.'), + _('POV-Ray export'), + _('Converts GRASS x,y,z points to POV-Ray x,z,y format.'), + _('SVG export'), + _('Exports a vector map to SVG file.'), + _('VTK export'), + _('Converts a vector map to VTK ASCII output.'), + _('Pack vector map'), + _('Exports a vector map as GRASS GIS specific archive file'), + _('Export 3D raster maps'), + _('ASCII 3D export'), + _('Converts a 3D raster map layer into a ASCII text file.'), + _('Raw binary array 3D export'), + _('Exports a GRASS 3D raster map to a binary array.'), + _('Vis5D export'), + _('VTK export'), + _('Converts 3D raster maps into the VTK-ASCII format.'), + _('Export database table'), + _('Common export formats'), + _('Exports attribute tables into various formats.'), + _('Link external data'), + _('Link external raster data'), + _('Link GDAL supported raster data as a pseudo GRASS raster map layer.'), + _('Link external vector data'), + _('Creates a new pseudo-vector map as a link to an OGR-supported layer.'), + _('Output format for raster data'), + _('Redirects raster output to file utilizing GDAL library rather than storing in GRASS raster format.'), + _('Output format for vector data'), + _('Defines vector output format utilizing OGR library.'), + _('Manage maps'), + _('Copy'), + _("Copies available data files in the current mapset search path to the user's current mapset."), + _('List'), + _('Lists available GRASS data base files of the user-specified data type optionally using the search pattern.'), + _('Rename'), + _("Renames data base element files in the user's current mapset."), + _('Delete'), + _("Removes data base element files from the user's current mapset using the search pattern."), + _('Map type conversions'), + _('Raster to vector'), + _('Converts a raster map into a vector map.'), + _('Raster series to 3D raster'), + _('Converts 2D raster map slices to one 3D raster volume map.'), + _('Raster 2.5D to 3D raster'), + _('Creates a 3D volume map based on 2D elevation and value raster maps.'), + _('Vector to raster'), + _('Converts (rasterize) a vector map into a raster map.'), + _('Vector to 3D raster'), + _('Converts a vector map (only points) into a 3D raster map.'), + _('2D vector to 3D vector'), + _('Performs transformation of 2D vector features to 3D.'), + _('3D raster to raster series'), + _('Converts 3D raster maps to 2D raster maps'), + _('Georectify'), + _('Manage Ground Control Points for Georectification'), + _('Graphical modeler'), + _('Launch Graphical modeler'), + _('Run model'), + _('Run model prepared by Graphical modeler'), + _('3D image rendering'), + _('Animation tool'), + _('Launch animation tool.'), + _('Bearing/distance to coordinates'), + _('A simple utility for converting bearing and distance measurements to coordinates and vice versa. It assumes a cartesian coordinate system'), + _('Cartographic Composer'), + _('Launch Cartographic Composer'), + _('Map Swipe'), + _('Launch Map Swipe'), + _('Launch script'), + _('Launches script file.'), + _('Simple Python Editor'), + _('Launches Simple Python Editor.'), + _('Close GUI'), + _('Close graphical user interface.'), + _('Quit GRASS GIS'), + _('Close GUI and exit GRASS GIS shell.'), + _('&Settings'), + _('Computational region'), + _('Show current region'), + _('Shows the extent and resolution of the computational region.'), + _('Show region using latitude and longitude'), + _('Shows the extent and resolution of the computational region.'), + _('Show current region extent in Map Display'), + _('Shows the extent of the computational region in Map Display.'), + _('Set region'), + _('Manages the boundary definitions for the geographic region.'), + _('GRASS working environment'), + _('Mapset access'), + _('Set/unset access to other mapsets in current location'), + _('User access'), + _('Controls access to the current mapset for other users on the system. If no option given, prints current status.'), + _('Change working environment'), + _('Changes/reports current mapset. Optionally create new mapset or list available mapsets in given location.'), + _('Change location and mapset'), + _('Change current location and mapset.'), + _('Change mapset'), + _('Change current mapset.'), + _('Change working directory'), + _('Change working directory'), + _('Show settings'), + _("Outputs and modifies the user's current GRASS variable settings."), + _('Change settings'), + _("Outputs and modifies the user's current GRASS variable settings. Prints all defined GRASS variables if no option is given."), + _('Create new location'), + _('Launches location wizard to create new GRASS location.'), + _('Create new mapset'), + _('Creates new mapset in the current location, changes current mapset.'), + _('Version and copyright'), + _('Displays version and copyright information.'), + _('Map projections'), + _('Display map projection'), + _('Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format).'), + _('Manage projections'), + _('Prints or modifies GRASS projection information files (in various co-ordinate system descriptions). Can also be used to create new GRASS locations.'), + _('Convert coordinates'), + _('Converts coordinates from one projection to another (cs2cs frontend).'), + _('Addons extensions'), + _('Install extension from addons'), + _('Installs new extension from GRASS AddOns repository.'), + _('Manage installed extension'), + _('Updates or removes installed GRASS AddOns extension(s).'), + _('Preferences'), + _('User GUI preferences (display font, commands, digitizer, etc.)'), + _('&Raster'), + _('Develop raster map'), + _('Compress/decompress'), + _('Compresses and decompresses raster maps.'), + _('Region boundaries'), + _('Sets the boundary definitions for a raster map.'), + _('Manage NULL values'), + _('Manages NULL-values of given raster map.'), + _('Quantization'), + _('Produces the quantization file for a floating-point map.'), + _('Timestamp'), + _('Modifies a timestamp for a raster map. Print/add/remove a timestamp for a raster map.'), + _('Resample using aggregate statistics'), + _('Resamples raster map layers to a coarser grid using aggregation.'), + _('Resample using multiple methods'), + _('Resamples raster map to a finer grid using interpolation.'), + _('Resample using nearest neighbor'), + _('GRASS raster map layer data resampling capability.'), + _('Resample using spline tension'), + _('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.'), + _('Resample using bspline'), + _('Performs bilinear or bicubic spline interpolation with Tykhonov regularization.'), + _('Resample using analytic kernel'), + _('Resamples raster map layers using an analytic kernel.'), + _('Support file maintenance'), + _('Allows creation and/or modification of raster map layer support files.'), + _('Update map statistics'), + _('Update raster map statistics'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Tiling'), + _('Produces tilings of the source projection for use in the destination region and projection.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a raster map.'), + _('Color tables (stddev)'), + _("Sets color rules based on stddev from a raster map's mean value."), + _('Manage color rules interactively'), + _('Interactive management of raster color tables.'), + _('Export color table'), + _('Exports the color table associated with a raster map.'), + _('Blend 2 color rasters'), + _('Blends color components of two raster maps by a given ratio.'), + _('Create RGB'), + _('Combines red, green and blue raster maps into a single composite raster map.'), + _('RGB to HIS'), + _('Query raster maps'), + _('Query values by coordinates'), + _('Queries raster maps on their category values and category labels.'), + _('Query colors by value'), + _('Queries colors for a raster map layer.'), + _('Map type conversions'), + _('Raster to vector'), + _('Converts a raster map into a vector map.'), + _('Raster series to 3D raster'), + _('Converts 2D raster map slices to one 3D raster volume map.'), + _('Raster 2.5D to 3D raster'), + _('Creates a 3D volume map based on 2D elevation and value raster maps.'), + _('Raster buffers and distance'), + _('Buffer rasters'), + _('Creates a raster map showing buffer zones surrounding cells that contain non-NULL category values.'), + _('Concentric circles'), + _('Creates a raster map containing concentric rings around a given point.'), + _('Closest points'), + _('Locates the closest points between objects in two raster maps.'), + _('Grow by one cell'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Mask'), + _('Creates a MASK for limiting raster operation.'), + _('Raster map calculator'), + _('Simplified raster map calculator'), + _('Raster map calculator'), + _('Raster map calculator.'), + _('Neighborhood analysis'), + _('Moving window'), + _('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.'), + _('Neighborhood points'), + _('Neighborhood analysis tool for vector point maps. 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.'), + _('Overlay rasters'), + _('Cross product'), + _('Creates a cross product of the category values from multiple raster map layers.'), + _('Patch raster maps'), + _('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 series aggregation'), + _('Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers.'), + _('Raster series accumulation'), + _('Makes each output cell value a accumulationfunction of the values assigned to the corresponding cells in the input raster map layers.'), + _('Statistical overlay'), + _('Calculates category or object oriented statistics (accumulator-based statistics).'), + _('Quantiles overlay'), + _('Compute category quantiles using two passes.'), + _('Solar radiance and shadows'), + _('LatLong map'), + _('Creates a latitude/longitude raster map.'), + _('Solar irradiance and irradiation'), + _('Solar irradiance and irradiation model. Computes direct (beam), diffuse and reflected solar irradiation raster maps for given day, latitude, surface and atmospheric conditions. Solar parameters (e.g. sunrise, sunset times, declination, extraterrestrial irradiance, daylight length) are saved in the map history file. Alternatively, a local time can be specified to compute solar incidence angle and/or irradiance raster maps. The shadowing effect of the topography is optionally incorporated.'), + _('Shadows map'), + _('Calculates cast shadow areas from sun position and elevation raster map. Either exact sun position (A) is specified, or date/time to calculate the sun position (B) by r.sunmask itself.'), + _('Sunshine hours and solar angles'), + _("Calculates solar elevation, solar azimuth, and sun hours. Solar elevation: the angle between the direction of the geometric center of the sun's apparent disk and the (idealized) horizon. Solar azimuth: the angle from due north in clockwise direction."), + _('Terrain analysis'), + _('Generate contour lines'), + _('Produces a vector map of specified contours from a raster map.'), + _('Cost surface'), + _('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.'), + _('Cumulative movement costs'), + _('Creates a raster map showing the anisotropic cumulative cost of moving between different geographic locations on an input raster map whose cell category values represent cost.'), + _('Least cost route or flow'), + _('Traces a flow through an elevation model or cost surface on a raster map.'), + _('Compute shaded relief'), + _('Creates shaded relief map from an elevation map (DEM). '), + _('Apply shade to raster'), + _('Drapes a color raster over an shaded relief or aspect map.'), + _('Slope and aspect'), + _('Generates raster maps of slope, aspect, curvatures and partial derivatives from an elevation raster map. Aspect is calculated counterclockwise from east.'), + _('Landforms'), + _('Terrain parameters'), + _('Extracts terrain parameters from a DEM. Uses a multi-scale approach by taking fitting quadratic parameters to any size window (via least squares).'), + _('Textural features'), + _('Generate images with textural features from a raster map.'), + _('Visibility'), + _('Computes the viewshed of a point on an elevation raster map. Default format: NULL (invisible), vertical angle wrt viewpoint (visible).'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Horizon angle'), + _("Computes horizon angle height from a digital elevation model. The module has two different modes of operation: 1. Computes the entire horizon around a single point whose coordinates are given with the 'coord' option. The horizon height (in radians). 2. Computes one or more raster maps of the horizon height in a single direction. The input for this is the angle (in degrees), which is measured counterclockwise with east=0, north=90 etc. The output is the horizon height in radians."), + _('Transform features'), + _('Clump'), + _('Recategorizes data in a raster map by grouping cells that form physically discrete areas into unique categories.'), + _('Grow'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Thin'), + _('Thins non-null cells that denote linear features in a raster map layer.'), + _('Hydrologic modeling'), + _('Carve stream channels'), + _('Generates stream channels. Takes vector stream data, transforms it to raster and subtracts depth from the output DEM.'), + _('Fill lake'), + _('Fills lake at given point to given level.'), + _('Depressionless map and flowlines'), + _('Filters and generates a depressionless elevation map and a flow direction map from a given elevation raster map.'), + _('Flow accumulation'), + _('Performs flow computation for massive grids.'), + _('Flow lines'), + _('Constructs flowlines. Computes flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a elevation raster map.'), + _('Watershed analysis'), + _('Calculates hydrological parameters and RUSLE factors.'), + _('Watershed subbasins'), + _('Generates watershed subbasins raster map.'), + _('Watershed basin creation'), + _('Creates watershed basins from a drainage direction map.'), + _('Extraction of stream networks'), + _('Performs stream network extraction.'), + _('SIMWE Overland flow modeling'), + _('Overland flow hydrologic simulation using path sampling method (SIMWE).'), + _('SIMWE Sediment flux modeling'), + _('Sediment transport and erosion/deposition simulation using path sampling method (SIMWE).'), + _('Topographic index map'), + _('Creates a topographic index (wetness index) raster map from an elevation raster map.'), + _('TOPMODEL simulation'), + _('Simulates TOPMODEL which is a physically based hydrologic model.'), + _('USLE K-factor'), + _('Computes USLE Soil Erodibility Factor (K).'), + _('USLE R-factor'), + _('Computes USLE R factor, Rainfall erosivity index.'), + _('Groundwater modeling'), + _('Groundwater flow'), + _('Numerical calculation program for transient, confined and unconfined groundwater flow in two dimensions.'), + _('Groundwater solute transport'), + _('Numerical calculation program for transient, confined and unconfined solute transport in two dimensions'), + _('Landscape patch analysis'), + _('Set up sampling and analysis framework'), + _("Configuration editor for r.li.'index'"), + _('Edge density'), + _('Calculates edge density index on a raster map, using a 4 neighbour algorithm'), + _('Contrast weighted edge density'), + _('Calculates contrast weighted edge density index on a raster map'), + _('Patch area mean'), + _('Calculates mean patch size index on a raster map, using a 4 neighbour algorithm'), + _('Patch area range'), + _('Calculates range of patch area size on a raster map'), + _('Patch area Std Dev'), + _('Calculates standard deviation of patch area a raster map'), + _('Patch area Coeff Var'), + _('Calculates coefficient of variation of patch area on a raster map'), + _('Patch density'), + _('Calculates patch density index on a raster map, using a 4 neighbour algorithm'), + _('Patch number'), + _('Calculates patch number index on a raster map, using a 4 neighbour algorithm.'), + _("Dominance's diversity"), + _("Calculates dominance's diversity index on a raster map"), + _("Shannon's diversity"), + _("Calculates Shannon's diversity index on a raster map"), + _("Simpson's diversity"), + _("Calculates Simpson's diversity index on a raster map"), + _('Richness'), + _('Calculates richness index on a raster map'), + _('Shape index'), + _('Calculates shape index on a raster map'), + _('Wildfire modeling'), + _('Rate of spread'), + _('Generates rate of spread raster maps. Generates three, or four raster map layers showing the base (perpendicular) rate of spread (ROS), the maximum (forward) ROS, the direction of the maximum ROS, and optionally the maximum potential spotting distance for fire spread simulation.'), + _('Least-cost spread paths'), + _('Recursively traces the least cost path backwards to cells from which the cumulative cost was determined.'), + _('Anisotropic spread simulation'), + _('Simulates elliptically anisotropic spread. 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. It optionally produces raster maps to contain backlink UTM coordinates for tracing spread paths. Usable for fire spread simulations.'), + _('Change category values and labels'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('Interactively edit category values'), + _('Edits cell values in a raster map.'), + _('Reclassify by size'), + _('Reclasses a raster map greater or less than user specified area size (in hectares).'), + _('Reclassify'), + _('Reclassify raster map based on category values. Creates a new raster map whose category values are based upon a reclassification of the categories in an existing raster map.'), + _('Recode'), + _('Recodes categorical raster maps.'), + _('Rescale'), + _('Rescales the range of category values in a raster map layer.'), + _('Rescale with histogram'), + _('Rescales histogram equalized the range of category values in a raster map layer.'), + _('Generate random cells'), + _('Random cells'), + _('Generates random cell values with spatial dependence.'), + _('Random cells and vector points'), + _('Creates a raster map layer and vector point map containing randomly located points.'), + _('Generate surfaces'), + _('Fractal surface'), + _('Creates a fractal surface of a given fractal dimension.'), + _('Gaussian kernel density surface'), + _('Generates a raster density map from vector points map. Density is computed using a moving kernel. Optionally generates a vector density map on a vector network.'), + _('Gaussian deviates surface'), + _('Generates a raster map using gaussian random number generator. Mean and standard deviation of gaussian deviates can be expressed by the user.'), + _('Plane'), + _('Creates raster plane map given dip (inclination), aspect (azimuth) and one point.'), + _('Random deviates surface'), + _('Produces a raster surface map of uniform random deviates with defined range.'), + _('Random surface with spatial dependence'), + _('Generates random surface(s) with spatial dependence.'), + _('Interpolate surfaces'), + _('Bilinear and bicubic from vector points'), + _('Performs bicubic or bilinear spline interpolation with Tykhonov regularization.'), + _('IDW from raster points'), + _('Provides surface interpolation from raster point data by Inverse Distance Squared Weighting.'), + _('IDW from vector points'), + _('Provides surface interpolation from vector point data by Inverse Distance Squared Weighting.'), + _('Raster contours'), + _('Generates surface raster map from rasterized contours.'), + _('Regularized spline tension'), + _('Performs surface interpolation from vector points map by splines. Spatial approximation and topographic analysis from given point or isoline data in vector format to floating point raster format using regularized spline with tension.'), + _('Raster series interpolation'), + _('Interpolates raster maps located (temporal or spatial) in between input raster maps at specific sampling positions.'), + _('Fill NULL cells'), + _('Fills no-data areas in raster maps using spline interpolation.'), + _('Reports and statistics'), + _('Basic raster metadata'), + _('Outputs basic information about a raster map.'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('General statistics'), + _('Generates area statistics for raster map.'), + _('Quantiles for large data sets'), + _('Compute quantiles using two passes.'), + _('Range of category values'), + _('Prints terse list of category values found in a raster map layer.'), + _('Sum area by raster map and category'), + _('Reports statistics for raster maps.'), + _('Statistics for clumped cells'), + _('Calculates the volume of data "clumps". Optionally produces a GRASS vector points map containing the calculated centroids of these clumps.'), + _('Total corrected area'), + _('Prints estimation of surface area for raster map.'), + _('Univariate raster statistics'), + _('Calculates univariate statistics from the non-null cells of a raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('Sample transects'), + _('Outputs the raster map layer values lying on user-defined line(s).'), + _('Sample transects (bearing/distance)'), + _('Outputs raster map layer values lying along user defined transect line(s).'), + _('Covariance/correlation'), + _('Outputs a covariance/correlation matrix for user-specified raster map layer(s).'), + _('Linear regression'), + _('Calculates linear regression from two raster maps: y = a + b*x.'), + _('Multiple regression'), + _('Calculates multiple linear regression from raster maps.'), + _('Mutual category occurrences'), + _('Tabulates the mutual occurrence (coincidence) of categories for two raster map layers.'), + _('&Vector'), + _('Develop vector map'), + _('Create new vector map'), + _('Create new empty vector map'), + _('Edit vector map (non-interactively)'), + _('Edits a vector map, allows adding, deleting and modifying selected vector features.'), + _('Convert object types'), + _('Changes type of vector features.'), + _('Parallel lines'), + _('Creates parallel line to input vector lines.'), + _('Dissolve boundaries'), + _('Dissolves boundaries between adjacent areas sharing a common category number or attribute.'), + _('Create 3D vector over raster'), + _('Converts 2D vector features to 3D by sampling of elevation raster map.'), + _('Extrude 3D vector map'), + _('Extrudes flat vector features to 3D vector features with defined height. Optionally the height can be derived from sampling of elevation raster map.'), + _('Create labels'), + _('Creates paint labels for a vector map from attached attributes.'), + _('Reposition vector map'), + _('Performs an affine transformation (shift, scale and rotate) on vector map.'), + _('Rectify vector map'), + _('Rectifies a vector by computing a coordinate transformation for each object in the vector based on the control points.'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Support file maintenance'), + _('Updates vector map metadata.'), + _('Topology maintenance'), + _('Create or rebuild topology'), + _('Creates topology for vector map. Optionally also checks for topological errors.'), + _('Rebuild topology on all vector maps'), + _('Rebuilds topology on all vector maps in the current mapset.'), + _('Build polylines'), + _('Split lines'), + _('Splits vector lines to shorter segments.'), + _('Split polylines'), + _('Creates points/segments from input vector lines and positions.'), + _('Clean vector map'), + _('Toolset for cleaning topology of vector map.'), + _('Smooth or simplify'), + _('Performs vector based generalization.'), + _('Add centroids'), + _('Adds missing centroids to closed boundaries.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a vector map.'), + _('Manage color rules interactively'), + _('Interactive management of vector color tables.'), + _('Export color table'), + _('Exports the color table associated with a vector map.'), + _('Query vector map'), + _('Query with coordinate(s)'), + _('Queries a vector map at given locations.'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('Feature selection'), + _('Select by attributes'), + _('Selects vector features from an existing vector map and creates a new vector map containing only the selected features.'), + _('Select by another map'), + _('Selects features from vector map (A) by features from other vector map (B).'), + _('Map type conversions'), + _('Vector to raster'), + _('Converts (rasterize) a vector map into a raster map.'), + _('Vector to 3D raster'), + _('Converts a vector map (only points) into a 3D raster map.'), + _('2D vector to 3D vector'), + _('Performs transformation of 2D vector features to 3D.'), + _('Buffer vectors'), + _('Creates a buffer around vector features of given type.'), + _('Point analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Identify point clusters'), + _('Performs cluster identification.'), + _('Indices for quadrat counts of vector point lists'), + _('Indices for quadrat counts of vector point lists.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Tests for normality for vector points'), + _('Tests for normality for vector points.'), + _('Lidar analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Detect edges'), + _("Detects the object's edges from a LIDAR data set."), + _('Detect interiors'), + _('Building contour determination and Region Growing algorithm for determining the building inside'), + _('Correct and reclassify objects'), + _('Corrects the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering.'), + _('Linear referencing'), + _('Create LRS'), + _('Creates a linear reference system.'), + _('Create stationing'), + _('Creates stationing from input lines, and linear reference system.'), + _('Create points/segments'), + _('Creates points/segments from input lines, linear reference system and positions read from stdin or a file.'), + _('Find line id and offset'), + _('Finds line id and real km+offset for given points in vector map using linear reference system.'), + _('Nearest features'), + _('Network analysis'), + _('Vector network analysis tool'), + _('Tool for interactive vector network analysis.'), + _('Network preparation'), + _('Performs network maintenance.'), + _('Allocate subnets'), + _('Allocates subnets for nearest centers. Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Split net'), + _('Splits subnets for nearest centers by cost isolines. Splits net to bands between cost isolines (direction from center). Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Shortest path'), + _('Finds shortest path on vector network.'), + _('Shortest path for sets of features'), + _("Computes shortest distance via the network between the given sets of features. Finds the shortest paths from each 'from' point to the nearest 'to' feature and various information about this relation are uploaded to the attribute table."), + _('Shortest path using timetables'), + _('Finds shortest path using timetables.'), + _('Shortest path for all pairs'), + _('Computes the shortest path between all pairs of nodes in the network.'), + _('Visibility network'), + _('Performs visibility graph construction.'), + _('Bridges and articulation points'), + _('Computes bridges and articulation points in the network.'), + _('Maximum flow'), + _('Computes the maximum flow between two sets of nodes in the network.'), + _('Vertex connectivity'), + _('Computes vertex connectivity between two sets of nodes in the network.'), + _('Components'), + _('Computes strongly and weakly connected components in the network.'), + _('Centrality'), + _('Computes degree, centrality, betweeness, closeness and eigenvector centrality measures in the network.'), + _('Steiner tree'), + _("Creates Steiner tree for the network and given terminals. Note that 'Minimum Steiner Tree' problem is NP-hard and heuristic algorithm is used in this module so the result may be sub optimal."), + _('Minimum spanning tree'), + _('Computes minimum spanning tree for the network.'), + _('Traveling salesman analysis'), + _('Creates a cycle connecting given nodes (Traveling salesman problem). Note that TSP is NP-hard, heuristic algorithm is used by this module and created cycle may be sub optimal'), + _('Overlay vector maps'), + _('Clip vector maps'), + _('Overlay vector maps'), + _('Overlays two vector maps offering clip, intersection, difference, symmetrical difference, union operators.'), + _('Patch vector maps'), + _('Creates a new vector map by combining other vector maps.'), + _('Manage categories'), + _('Change or report categories'), + _('Attaches, deletes or reports vector categories to map geometry.'), + _('Reclassify'), + _('Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column.'), + _('Update attributes'), + _('Update area attributes from raster'), + _('Calculates univariate statistics from a raster map based on a vector map and uploads statistics to new attribute columns.'), + _('Update area attributes from vector'), + _('Count points in areas, calculate statistics from point attributes.'), + _('Update point attributes from areas'), + _('Uploads vector values at positions of vector points to the table.'), + _('Update database values from vector'), + _('Populates attribute values from vector features.'), + _('Sample raster maps at point locations'), + _('Uploads raster values at positions of vector points to the table.'), + _('Sample raster neighborhood around points'), + _('Samples a raster map at vector point locations.'), + _('Generate area for current region'), + _('Creates a vector polygon from the current region extent.'), + _('Generate areas from points'), + _('Convex hull'), + _('Produces a 2D/3D convex hull for a given vector map.'), + _('Delaunay triangles'), + _('Creates a Delaunay triangulation from an input vector map containing points or centroids.'), + _('Voronoi diagram/Thiessen polygons'), + _('Creates a Voronoi diagram constrained to the extents of the current region from an input vector map containing points or centroids.'), + _('Generate grid'), + _('Creates a vector map of a user-defined grid.'), + _('Generate points'), + _('Generate from database'), + _('Creates new vector (points) map from database table containing coordinates.'), + _('Generate points along lines'), + _('Creates points along input lines in new vector map with 2 layers.'), + _('Generate random points'), + _('Generates random 2D/3D vector points.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Remove outliers in point sets'), + _('Removes outliers from vector point data.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Reports and statistics'), + _('Basic vector metadata'), + _('Outputs basic information about a vector map.'), + _('Classify attribute data'), + _('Classifies attribute data, e.g. for thematic mapping'), + _('Report topology by category'), + _('Reports geometry statistics for vector maps.'), + _('Univariate attribute statistics for points'), + _('Calculates univariate statistics of vector map features. Variance and standard deviation is calculated only for points if specified.'), + _('Univariate statistics for attribute columns'), + _('Calculates univariate statistics on selected table column for a GRASS vector map.'), + _('Sample transects'), + _('Quadrat indices'), + _('Indices for quadrat counts of vector point lists.'), + _('Test normality'), + _('Tests for normality for vector points.'), + _('&Imagery'), + _('Develop images and groups'), + _('Create/edit group'), + _('Creates, edits, and lists groups of imagery files.'), + _('Target group'), + _('Targets an imagery group to a GRASS location and mapset.'), + _('Mosaic images'), + _('Mosaics several images and extends colormap.'), + _('Manage image colors'), + _('Color balance for RGB'), + _('Performs auto-balancing of colors for RGB images.'), + _('HIS to RGB'), + _('Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space.'), + _('RGB to HIS'), + _('Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-Intensity-Saturation) color space.'), + _('Rectify image or raster'), + _('Rectifies an image by computing a coordinate transformation for each pixel in the image based on the control points.'), + _('Histogram'), + _('Generate histogram of image'), + _('Spectral response'), + _('Displays spectral response at user specified locations in group or images.'), + _('Pan sharpening'), + _('Image fusion algorithms to sharpen multispectral with high-res panchromatic channels'), + _('Classify image'), + _('Clustering input for unsupervised classification'), + _('Generates spectral signatures for land cover types in an image using a clustering algorithm. The resulting signature file is used as input for i.maxlik, to generate an unsupervised image classification.'), + _('Input for supervised MLC'), + _('Generates statistics for i.maxlik from raster map.'), + _('Maximum likelihood classification (MLC)'), + _('Classifies the cell spectral reflectances in imagery data. Classification is based on the spectral signature information generated by either i.cluster, g.gui.iclass, or i.gensig.'), + _('Interactive input for supervised classification'), + _('Generates spectral signatures by allowing the user to outline training areas.'), + _('Input for supervised SMAP'), + _('Generates statistics for i.smap from raster map.'), + _('Sequential maximum a posteriori classification (SMAP)'), + _('Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation.'), + _('Object segmentation'), + _('Identifies segments (objects) from imagery data.'), + _('Filter image'), + _('Edge detection'), + _('Zero-crossing "edge detection" raster function for image processing.'), + _('Matrix/convolving filter'), + _('Performs raster map matrix filter.'), + _('Transform image'), + _('Canonical correlation'), + _('Canonical components analysis (CCA) program for image processing.'), + _('Principal components'), + _('Principal components analysis (PCA) for image processing.'), + _('Fast Fourier'), + _('Fast Fourier Transform (FFT) for image processing.'), + _('Inverse Fast Fourier'), + _('Inverse Fast Fourier Transform (IFFT) for image processing.'), + _('Satellite images tools'), + _('Aster DN to radiance/reflectance'), + _('Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature from ASTER DN.'), + _('Landsat DN to radiance/reflectance'), + _('Calculates top-of-atmosphere radiance or reflectance and temperature for Landsat MSS/TM/ETM+/OLI'), + _('Landsat cloud cover assessment'), + _('Performs Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA).'), + _('Modis quality control'), + _('Extracts quality control parameters from MODIS QC layers.'), + _('Atmospheric correction'), + _('Performs atmospheric correction using the 6S algorithm. 6S - Second Simulation of Satellite Signal in the Solar Spectrum.'), + _('Topographic correction'), + _('Computes topographic correction of reflectance.'), + _('Orthophoto tools'), + _('Manage GCPs for 3D correction'), + _('Georectifies a map and allows managing GCP for 3D correction.'), + _('Corrects scanning distortions'), + _('Corrects scanning distortions of a scanned aerial photo.'), + _('Satellite images products'), + _('Vegetation indices'), + _('Calculates different types of vegetation indices. Uses red and nir bands mostly, and some indices require additional bands.'), + _('Tasseled cap vegetation index'), + _('Performs Tasseled Cap (Kauth Thomas) transformation.'), + _('Albedo'), + _('Computes broad band albedo from surface reflectance.'), + _('Emissivity'), + _('Computes emissivity from NDVI, generic method for sparse land.'), + _('Biomass growth'), + _('Computes biomass growth, precursor of crop yield calculation.'), + _('Evapotranspiration calculation'), + _('Instantaneaous Net Radiation'), + _('Net radiation approximation (Bastiaanssen, 1995).'), + _('Soil heat flux'), + _('Soil heat flux approximation (Bastiaanssen, 1995).'), + _('Sensible heat flux'), + _('Computes sensible heat flux iteration SEBAL 01.'), + _('Evaporative fraction'), + _('Computes evaporative fraction and root zone soil moisture.'), + _('Actual Evapotranspiration'), + _('Actual evapotranspiration for diurnal period (Bastiaanssen, 1995).'), + _('Temporal integration of ETa'), + _('Computes temporal integration of satellite ET actual (ETa) following the daily ET reference (ETo) from meteorological station(s).'), + _('Hargreaves methods Evapotranspiration'), + _('Computes evapotranspiration calculation modified or original Hargreaves formulation, 2001.'), + _('Penman-Monteith Evapotranspiration'), + _('Computes potential evapotranspiration calculation with hourly Penman-Monteith.'), + _('Priestley-Taylor Evapotranspiration'), + _('Computes evapotranspiration calculation Priestley and Taylor formulation, 1972.'), + _('Reports and statistics'), + _('Kappa analysis'), + _('Calculates error matrix and kappa parameter for accuracy assessment of classification result.'), + _('OIF for LandSat TM'), + _('Calculates Optimum-Index-Factor table for spectral bands'), + _('3D r&aster'), + _('Develop 3D raster map'), + _('Manage 3D NULL values'), + _('Explicitly create the 3D NULL-value bitmap file.'), + _('Manage timestamp'), + _('Modifies a timestamp for a 3D raster map. Print/add/remove a timestamp for a 3D raster map.'), + _('Map type conversions'), + _('3D rasters to raster series'), + _('Converts 3D raster maps to 2D raster maps'), + _('3D color tables'), + _('Creates/modifies the color table associated with a 3D raster map.'), + _('Export 3D color table'), + _('Exports the color table associated with a 3D raster map.'), + _('3D mask'), + _('Establishes the current working 3D raster mask.'), + _('3D raster map calculator'), + _('3D raster map calculator'), + _('Cross section'), + _('Creates cross section 2D raster map from 3D raster map based on 2D elevation map'), + _('Groundwater modeling'), + _('Numerical calculation program for transient, confined groundwater flow in three dimensions.'), + _('Interpolate 3D raster from points'), + _('Interpolates point data to a 3D raster map using regularized spline with tension (RST) algorithm.'), + _('Reports and statistics'), + _('Basic 3D raster metadata'), + _('Outputs basic information about a user-specified 3D raster map layer.'), + _('3D raster statistics'), + _('Generates volume statistics for 3D raster maps.'), + _('Univariate statistics for 3D rasters'), + _('Calculates univariate statistics from the non-null cells of a 3D raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('&Database'), + _('Database information'), + _('List databases'), + _('Lists all databases for a given driver and location.'), + _('List drivers'), + _('Lists all database drivers.'), + _('List tables'), + _('Describe table'), + _('Describes a table in detail.'), + _('List columns'), + _('List all columns for a given table.'), + _('Manage databases'), + _('Connect'), + _('Prints/sets general DB connection for current mapset.'), + _('Login'), + _('Create database'), + _('Creates an empty database.'), + _('Drop database'), + _('Removes an existing database.'), + _('Drop table'), + _('Drops an attribute table.'), + _('Copy table'), + _("Copy a table. Either 'from_table' (optionally with 'where') can be used or 'select' option, but not 'from_table' and 'select' at the same time."), + _('Drop column'), + _('Drops a column from selected attribute table.'), + _('Test'), + _('Test database driver, database must exist and set by db.connect.'), + _('Query'), + _('Query any table'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('SQL statement'), + _("Executes any SQL statement. For SELECT statements use 'db.select'."), + _('Vector database connections'), + _('New table'), + _('Creates and connects a new attribute table to a given layer of an existing vector map.'), + _('Remove table'), + _('Removes existing attribute table of a vector map.'), + _('Join table'), + _('Joins a database table to a vector map table.'), + _('Add columns'), + _('Adds one or more columns to the attribute table connected to a given vector map.'), + _('Drop column'), + _('Drops a column from the attribute table connected to a given vector map.'), + _('Rename column'), + _('Renames a column in the attribute table connected to a given vector map.'), + _('Change values'), + _('Updates a column in the attribute table connected to a vector map.'), + _('Drop row'), + _('Removes a vector feature from a vector map through attribute selection.'), + _('Reconnect vectors to database'), + _('Reconnects attribute tables for all vector maps from the current mapset to a new database.'), + _('Set vector map - database connection'), + _('Prints/sets DB connection for a vector map to attribute table.'), + _('&Temporal'), + _('Manage datasets'), + _('Connect temporal database'), + _('Prints/sets general temporal GIS database connection for current mapset.'), + _('Create'), + _('Creates a space time dataset.'), + _('Rename'), + _('Renames a space time dataset'), + _('Remove'), + _('Removes space time datasets from temporal database.'), + _('Update metadata'), + _('Modifies the metadata of a space time dataset.'), + _('Merge'), + _('Merges several space time datasets into a single space time dataset.'), + _('Temporally shift'), + _('Shifts temporally the maps of a space time dataset.'), + _('Snap maps of dataset'), + _('Snaps temporally the maps of a space time dataset.'), + _('List'), + _('Lists space time datasets and maps registered in the temporal database.'), + _('Manage maps in datasets'), + _('Register maps in datasets'), + _('Assigns timestamps and registers raster, vector and raster3d maps in a space time dataset.'), + _('Unregister maps from datasets'), + _('Unregisters raster, vector and raster3d maps from the temporal database or a specific space time dataset.'), + _('List raster dataset maps'), + _('Lists registered maps of a space time raster dataset.'), + _('List vector dataset maps'), + _('Lists registered maps of a space time vector dataset.'), + _('List 3D raster dataset maps'), + _('Lists registered maps of a space time raster3d dataset.'), + _('Import'), + _('Import raster dataset'), + _('Imports space time raster dataset.'), + _('Import vector dataset'), + _('Imports a space time vector dataset from a GRASS GIS specific archive file.'), + _('Export'), + _('Export raster dataset'), + _('Exports space time raster dataset.'), + _('Export raster dataset as VTK time series'), + _('Exports space time raster dataset as VTK time series.'), + _('Export vector dataset'), + _('Exports a space time vector dataset as GRASS GIS specific archive file.'), + _('Convert raster dataset to 3D raster'), + _('Converts a space time raster dataset into a 3D raster map.'), + _('Extraction'), + _('Extract subset of raster dataset'), + _('Extracts a subset of a space time raster datasets.'), + _('Extract subset of vector dataset'), + _('Extracts a subset of a space time vector dataset.'), + _('Extract subset of 3D raster dataset'), + _('Extracts a subset of a space time 3D raster dataset.'), + _('Query vector dataset attribute data'), + _('Prints attributes of vector maps registered in a space time vector dataset.'), + _('Raster dataset color table'), + _('Creates/modifies the color table associated with each raster map of the space time raster dataset.'), + _('Raster calculations'), + _('Performs spatio-temporal mapcalc expressions on temporally sampled maps of space time raster datasets.'), + _('3D raster calculations'), + _('Performs r3.mapcalc expressions on maps of sampled space time 3D raster datasets.'), + _('Interpolate gaps in raster datasets'), + _('Replaces gaps in a space time raster dataset with interpolated raster maps.'), + _('Aggregation'), + _('Neighborhood analysis in raster dataset'), + _('Performs a neighborhood analysis for each map in a space time raster dataset.'), + _('Aggregation in raster datasets'), + _('Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset.'), + _('Temporal aggregation'), + _('Aggregates temporally the maps of a space time raster dataset by a user defined granularity.'), + _('Temporal aggregation by dataset'), + _('Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset.'), + _('Sampling'), + _('Sample a space time raster dataset at point coordinates'), + _('Sample a space time raster dataset at specific vector point coordinates and write the output to stdout using different layouts'), + _('Query raster dataset by vector points dataset'), + _('Stores raster map values at spatial and temporal positions of vector points as vector attributes.'), + _('Observe specific locations in raster dataset'), + _('Observes specific locations in a space time raster dataset over a period of time using vector points.'), + _('Temporal sampling'), + _('Samples the input space time dataset(s) with a sample space time dataset and print the result to stdout.'), + _('Reports and statistics'), + _('Space time datasets metadata'), + _('Lists information about space time datasets and maps.'), + _('Univariate raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset.'), + _('Univariate vector dataset statistics'), + _('Calculates univariate statistics of attributes for each registered vector map of a space time vector dataset'), + _('Univariate 3D raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered 3D raster map of a space time 3D raster dataset.'), + _('Report temporal topology'), + _('Lists temporal topology of a space time dataset.'), + _('GUI tools'), + _('Animation tool'), + _('Launch animation tool.'), + _('Timeline tool'), + _('Plot temporal extents.'), + _('Temporal plot tool'), + _('Plot temporal values.'), + _('&Help'), + _('GRASS help'), + _('Display the HTML man pages of GRASS GIS'), + _('GUI help'), + _('Display the HTML man pages of GRASS GIS'), + _('About system'), + _('Prints system information'), + _('About GRASS GIS'), + _('About GRASS GIS'), + ''] +menustrings_menudata.LayerManagerModuleTree'> = [ + _('Import, export and link data'), + _('Import raster data'), + _('Simplified raster import with reprojection'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('Import of common raster formats'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('ASCII x,y,z point import and gridding'), + _('ASCII grid import'), + _('Converts a GRASS ASCII raster file to binary raster map.'), + _('ASCII polygons, lines, and point import'), + _('Creates raster maps from ASCII polygon/line/point data files.'), + _('Raw binary array import'), + _('Import a binary raster file into a GRASS raster map layer.'), + _('GRIDATB.FOR import'), + _('Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster map.'), + _('Matlab 2D array import'), + _('Imports a binary MAT-File(v4) to a GRASS raster.'), + _('PNG import'), + _('Imports non-georeferenced PNG format image.'), + _('SPOT NDVI import'), + _('Imports SPOT VGT NDVI data into a raster map.'), + _('SRTM HGT import'), + _('Imports SRTM HGT files into raster map.'), + _('Terra ASTER HDF import'), + _('Georeference, rectify, and import Terra-ASTER imagery and relative DEMs using gdalwarp.'), + _('LAS LiDAR points import'), + _('Creates a raster map from LAS LiDAR points using univariate statistics.'), + _('Unpack raster map'), + _('Imports a GRASS GIS specific raster archive file (packed with r.pack) as a raster map'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Import vector data'), + _('Simplified vector import with reprojection'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('Import of common vector formats'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('ASCII points or GRASS ASCII format'), + _('Creates a vector map from an ASCII points file or ASCII vector file.'), + _('ASCII points as a vector lines'), + _('Imports ASCII x,y[,z] coordinates as a series of lines.'), + _('DXF import'), + _('Converts files in DXF format to GRASS vector map format.'), + _('WFS'), + _('Imports GetFeature from a WFS server.'), + _('ESRI e00 import'), + _('Imports E00 file into a vector map.'), + _('Geonames import'), + _('Imports geonames.org country files into a vector points map.'), + _('Matlab array or Mapgen format import'), + _('Imports Mapgen or Matlab-ASCII vector maps into GRASS.'), + _('LAS LiDAR points import'), + _('Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.'), + _('Unpack vector map'), + _('Imports a GRASS GIS specific vector archive file (packed with v.pack) as a vector map'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Import 3D raster data'), + _('ASCII 3D import'), + _('Converts a 3D ASCII raster text file into a (binary) 3D raster map.'), + _('Raw binary array 3D import'), + _('Imports a binary raster file into a GRASS 3D raster map.'), + _('Vis5D import'), + _('Import database table'), + _('Common import formats'), + _('Imports attribute tables in various formats.'), + _('Export raster map'), + _('Common export formats'), + _('Exports GRASS raster maps into GDAL supported formats.'), + _('ASCII grid export'), + _('Converts a raster map layer into a GRASS ASCII text file.'), + _('ASCII x,y,z points export'), + _('Exports a raster map to a text file as x,y,z values based on cell centers.'), + _('GRIDATB.FOR export'), + _('Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL).'), + _('Matlab 2D array export'), + _('Exports a GRASS raster to a binary MAT-File.'), + _('Raw binary array export'), + _('Exports a GRASS raster to a binary array.'), + _('MPEG-1 export'), + _('Converts raster map series to MPEG movie.'), + _('PNG export'), + _('Export a GRASS raster map as a non-georeferenced PNG image.'), + _('PPM export'), + _('Converts a GRASS raster map to a PPM image file.'), + _('PPM from RGB export'), + _('Converts 3 GRASS raster layers (R,G,B) to a PPM image file.'), + _('POV-Ray export'), + _('Converts a raster map layer into a height-field file for POV-Ray.'), + _('VRML export'), + _('Exports a raster map to the Virtual Reality Modeling Language (VRML).'), + _('VTK export'), + _('Converts raster maps into the VTK-ASCII format.'), + _('Pack raster map'), + _('Exports a raster map as GRASS GIS specific archive file'), + _('Export vector map'), + _('Common export formats'), + _('Exports a vector map layer to any of the supported OGR vector formats. By default a vector map layer is exported to OGC GeoPackage format.'), + _('ASCII points or GRASS ASCII vector export'), + _("Exports a vector map to a GRASS ASCII vector representation. By default only features with category are exported. To export all features use 'layer=-1'."), + _('DXF export'), + _('Exports vector map to DXF file format.'), + _('PostGIS export'), + _('Exports a vector map layer to PostGIS feature table.'), + _('POV-Ray export'), + _('Converts GRASS x,y,z points to POV-Ray x,z,y format.'), + _('SVG export'), + _('Exports a vector map to SVG file.'), + _('VTK export'), + _('Converts a vector map to VTK ASCII output.'), + _('Pack vector map'), + _('Exports a vector map as GRASS GIS specific archive file'), + _('Export 3D raster maps'), + _('ASCII 3D export'), + _('Converts a 3D raster map layer into a ASCII text file.'), + _('Raw binary array 3D export'), + _('Exports a GRASS 3D raster map to a binary array.'), + _('Vis5D export'), + _('VTK export'), + _('Converts 3D raster maps into the VTK-ASCII format.'), + _('Export database table'), + _('Common export formats'), + _('Exports attribute tables into various formats.'), + _('Link external data'), + _('Link external raster data'), + _('Link GDAL supported raster data as a pseudo GRASS raster map layer.'), + _('Link external vector data'), + _('Creates a new pseudo-vector map as a link to an OGR-supported layer.'), + _('Output format for raster data'), + _('Redirects raster output to file utilizing GDAL library rather than storing in GRASS raster format.'), + _('Output format for vector data'), + _('Defines vector output format utilizing OGR library.'), + _('Manage maps'), + _('Copy'), + _("Copies available data files in the current mapset search path to the user's current mapset."), + _('List'), + _('Lists available GRASS data base files of the user-specified data type optionally using the search pattern.'), + _('Rename'), + _("Renames data base element files in the user's current mapset."), + _('Delete'), + _("Removes data base element files from the user's current mapset using the search pattern."), + _('Computational region'), + _('Show current region'), + _('Shows the extent and resolution of the computational region.'), + _('Show region using latitude and longitude'), + _('Shows the extent and resolution of the computational region.'), + _('Show current region extent in Map Display'), + _('Shows the extent of the computational region in Map Display.'), + _('Set region'), + _('Manages the boundary definitions for the geographic region.'), + _('&Raster'), + _('Develop raster map'), + _('Compress/decompress'), + _('Compresses and decompresses raster maps.'), + _('Region boundaries'), + _('Sets the boundary definitions for a raster map.'), + _('Manage NULL values'), + _('Manages NULL-values of given raster map.'), + _('Quantization'), + _('Produces the quantization file for a floating-point map.'), + _('Timestamp'), + _('Modifies a timestamp for a raster map. Print/add/remove a timestamp for a raster map.'), + _('Resample using aggregate statistics'), + _('Resamples raster map layers to a coarser grid using aggregation.'), + _('Resample using multiple methods'), + _('Resamples raster map to a finer grid using interpolation.'), + _('Resample using nearest neighbor'), + _('GRASS raster map layer data resampling capability.'), + _('Resample using spline tension'), + _('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.'), + _('Resample using bspline'), + _('Performs bilinear or bicubic spline interpolation with Tykhonov regularization.'), + _('Resample using analytic kernel'), + _('Resamples raster map layers using an analytic kernel.'), + _('Support file maintenance'), + _('Allows creation and/or modification of raster map layer support files.'), + _('Update map statistics'), + _('Update raster map statistics'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Tiling'), + _('Produces tilings of the source projection for use in the destination region and projection.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a raster map.'), + _('Color tables (stddev)'), + _("Sets color rules based on stddev from a raster map's mean value."), + _('Manage color rules interactively'), + _('Interactive management of raster color tables.'), + _('Export color table'), + _('Exports the color table associated with a raster map.'), + _('Blend 2 color rasters'), + _('Blends color components of two raster maps by a given ratio.'), + _('Create RGB'), + _('Combines red, green and blue raster maps into a single composite raster map.'), + _('RGB to HIS'), + _('Query raster maps'), + _('Query values by coordinates'), + _('Queries raster maps on their category values and category labels.'), + _('Query colors by value'), + _('Queries colors for a raster map layer.'), + _('Map type conversions'), + _('Raster to vector'), + _('Converts a raster map into a vector map.'), + _('Raster series to 3D raster'), + _('Converts 2D raster map slices to one 3D raster volume map.'), + _('Raster 2.5D to 3D raster'), + _('Creates a 3D volume map based on 2D elevation and value raster maps.'), + _('Raster buffers and distance'), + _('Buffer rasters'), + _('Creates a raster map showing buffer zones surrounding cells that contain non-NULL category values.'), + _('Concentric circles'), + _('Creates a raster map containing concentric rings around a given point.'), + _('Closest points'), + _('Locates the closest points between objects in two raster maps.'), + _('Grow by one cell'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Mask'), + _('Creates a MASK for limiting raster operation.'), + _('Raster map calculator'), + _('Simplified raster map calculator'), + _('Raster map calculator'), + _('Raster map calculator.'), + _('Neighborhood analysis'), + _('Moving window'), + _('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.'), + _('Neighborhood points'), + _('Neighborhood analysis tool for vector point maps. 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.'), + _('Overlay rasters'), + _('Cross product'), + _('Creates a cross product of the category values from multiple raster map layers.'), + _('Patch raster maps'), + _('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 series aggregation'), + _('Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers.'), + _('Raster series accumulation'), + _('Makes each output cell value a accumulationfunction of the values assigned to the corresponding cells in the input raster map layers.'), + _('Statistical overlay'), + _('Calculates category or object oriented statistics (accumulator-based statistics).'), + _('Quantiles overlay'), + _('Compute category quantiles using two passes.'), + _('Solar radiance and shadows'), + _('LatLong map'), + _('Creates a latitude/longitude raster map.'), + _('Solar irradiance and irradiation'), + _('Solar irradiance and irradiation model. Computes direct (beam), diffuse and reflected solar irradiation raster maps for given day, latitude, surface and atmospheric conditions. Solar parameters (e.g. sunrise, sunset times, declination, extraterrestrial irradiance, daylight length) are saved in the map history file. Alternatively, a local time can be specified to compute solar incidence angle and/or irradiance raster maps. The shadowing effect of the topography is optionally incorporated.'), + _('Shadows map'), + _('Calculates cast shadow areas from sun position and elevation raster map. Either exact sun position (A) is specified, or date/time to calculate the sun position (B) by r.sunmask itself.'), + _('Sunshine hours and solar angles'), + _("Calculates solar elevation, solar azimuth, and sun hours. Solar elevation: the angle between the direction of the geometric center of the sun's apparent disk and the (idealized) horizon. Solar azimuth: the angle from due north in clockwise direction."), + _('Terrain analysis'), + _('Generate contour lines'), + _('Produces a vector map of specified contours from a raster map.'), + _('Cost surface'), + _('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.'), + _('Cumulative movement costs'), + _('Creates a raster map showing the anisotropic cumulative cost of moving between different geographic locations on an input raster map whose cell category values represent cost.'), + _('Least cost route or flow'), + _('Traces a flow through an elevation model or cost surface on a raster map.'), + _('Compute shaded relief'), + _('Creates shaded relief map from an elevation map (DEM). '), + _('Apply shade to raster'), + _('Drapes a color raster over an shaded relief or aspect map.'), + _('Slope and aspect'), + _('Generates raster maps of slope, aspect, curvatures and partial derivatives from an elevation raster map. Aspect is calculated counterclockwise from east.'), + _('Landforms'), + _('Terrain parameters'), + _('Extracts terrain parameters from a DEM. Uses a multi-scale approach by taking fitting quadratic parameters to any size window (via least squares).'), + _('Textural features'), + _('Generate images with textural features from a raster map.'), + _('Visibility'), + _('Computes the viewshed of a point on an elevation raster map. Default format: NULL (invisible), vertical angle wrt viewpoint (visible).'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Horizon angle'), + _("Computes horizon angle height from a digital elevation model. The module has two different modes of operation: 1. Computes the entire horizon around a single point whose coordinates are given with the 'coord' option. The horizon height (in radians). 2. Computes one or more raster maps of the horizon height in a single direction. The input for this is the angle (in degrees), which is measured counterclockwise with east=0, north=90 etc. The output is the horizon height in radians."), + _('Transform features'), + _('Clump'), + _('Recategorizes data in a raster map by grouping cells that form physically discrete areas into unique categories.'), + _('Grow'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Thin'), + _('Thins non-null cells that denote linear features in a raster map layer.'), + _('Hydrologic modeling'), + _('Carve stream channels'), + _('Generates stream channels. Takes vector stream data, transforms it to raster and subtracts depth from the output DEM.'), + _('Fill lake'), + _('Fills lake at given point to given level.'), + _('Depressionless map and flowlines'), + _('Filters and generates a depressionless elevation map and a flow direction map from a given elevation raster map.'), + _('Flow accumulation'), + _('Performs flow computation for massive grids.'), + _('Flow lines'), + _('Constructs flowlines. Computes flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a elevation raster map.'), + _('Watershed analysis'), + _('Calculates hydrological parameters and RUSLE factors.'), + _('Watershed subbasins'), + _('Generates watershed subbasins raster map.'), + _('Watershed basin creation'), + _('Creates watershed basins from a drainage direction map.'), + _('Extraction of stream networks'), + _('Performs stream network extraction.'), + _('SIMWE Overland flow modeling'), + _('Overland flow hydrologic simulation using path sampling method (SIMWE).'), + _('SIMWE Sediment flux modeling'), + _('Sediment transport and erosion/deposition simulation using path sampling method (SIMWE).'), + _('Topographic index map'), + _('Creates a topographic index (wetness index) raster map from an elevation raster map.'), + _('TOPMODEL simulation'), + _('Simulates TOPMODEL which is a physically based hydrologic model.'), + _('USLE K-factor'), + _('Computes USLE Soil Erodibility Factor (K).'), + _('USLE R-factor'), + _('Computes USLE R factor, Rainfall erosivity index.'), + _('Groundwater modeling'), + _('Groundwater flow'), + _('Numerical calculation program for transient, confined and unconfined groundwater flow in two dimensions.'), + _('Groundwater solute transport'), + _('Numerical calculation program for transient, confined and unconfined solute transport in two dimensions'), + _('Landscape patch analysis'), + _('Set up sampling and analysis framework'), + _("Configuration editor for r.li.'index'"), + _('Edge density'), + _('Calculates edge density index on a raster map, using a 4 neighbour algorithm'), + _('Contrast weighted edge density'), + _('Calculates contrast weighted edge density index on a raster map'), + _('Patch area mean'), + _('Calculates mean patch size index on a raster map, using a 4 neighbour algorithm'), + _('Patch area range'), + _('Calculates range of patch area size on a raster map'), + _('Patch area Std Dev'), + _('Calculates standard deviation of patch area a raster map'), + _('Patch area Coeff Var'), + _('Calculates coefficient of variation of patch area on a raster map'), + _('Patch density'), + _('Calculates patch density index on a raster map, using a 4 neighbour algorithm'), + _('Patch number'), + _('Calculates patch number index on a raster map, using a 4 neighbour algorithm.'), + _("Dominance's diversity"), + _("Calculates dominance's diversity index on a raster map"), + _("Shannon's diversity"), + _("Calculates Shannon's diversity index on a raster map"), + _("Simpson's diversity"), + _("Calculates Simpson's diversity index on a raster map"), + _('Richness'), + _('Calculates richness index on a raster map'), + _('Shape index'), + _('Calculates shape index on a raster map'), + _('Wildfire modeling'), + _('Rate of spread'), + _('Generates rate of spread raster maps. Generates three, or four raster map layers showing the base (perpendicular) rate of spread (ROS), the maximum (forward) ROS, the direction of the maximum ROS, and optionally the maximum potential spotting distance for fire spread simulation.'), + _('Least-cost spread paths'), + _('Recursively traces the least cost path backwards to cells from which the cumulative cost was determined.'), + _('Anisotropic spread simulation'), + _('Simulates elliptically anisotropic spread. 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. It optionally produces raster maps to contain backlink UTM coordinates for tracing spread paths. Usable for fire spread simulations.'), + _('Change category values and labels'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('Interactively edit category values'), + _('Edits cell values in a raster map.'), + _('Reclassify by size'), + _('Reclasses a raster map greater or less than user specified area size (in hectares).'), + _('Reclassify'), + _('Reclassify raster map based on category values. Creates a new raster map whose category values are based upon a reclassification of the categories in an existing raster map.'), + _('Recode'), + _('Recodes categorical raster maps.'), + _('Rescale'), + _('Rescales the range of category values in a raster map layer.'), + _('Rescale with histogram'), + _('Rescales histogram equalized the range of category values in a raster map layer.'), + _('Generate random cells'), + _('Random cells'), + _('Generates random cell values with spatial dependence.'), + _('Random cells and vector points'), + _('Creates a raster map layer and vector point map containing randomly located points.'), + _('Generate surfaces'), + _('Fractal surface'), + _('Creates a fractal surface of a given fractal dimension.'), + _('Gaussian kernel density surface'), + _('Generates a raster density map from vector points map. Density is computed using a moving kernel. Optionally generates a vector density map on a vector network.'), + _('Gaussian deviates surface'), + _('Generates a raster map using gaussian random number generator. Mean and standard deviation of gaussian deviates can be expressed by the user.'), + _('Plane'), + _('Creates raster plane map given dip (inclination), aspect (azimuth) and one point.'), + _('Random deviates surface'), + _('Produces a raster surface map of uniform random deviates with defined range.'), + _('Random surface with spatial dependence'), + _('Generates random surface(s) with spatial dependence.'), + _('Interpolate surfaces'), + _('Bilinear and bicubic from vector points'), + _('Performs bicubic or bilinear spline interpolation with Tykhonov regularization.'), + _('IDW from raster points'), + _('Provides surface interpolation from raster point data by Inverse Distance Squared Weighting.'), + _('IDW from vector points'), + _('Provides surface interpolation from vector point data by Inverse Distance Squared Weighting.'), + _('Raster contours'), + _('Generates surface raster map from rasterized contours.'), + _('Regularized spline tension'), + _('Performs surface interpolation from vector points map by splines. Spatial approximation and topographic analysis from given point or isoline data in vector format to floating point raster format using regularized spline with tension.'), + _('Raster series interpolation'), + _('Interpolates raster maps located (temporal or spatial) in between input raster maps at specific sampling positions.'), + _('Fill NULL cells'), + _('Fills no-data areas in raster maps using spline interpolation.'), + _('Reports and statistics'), + _('Basic raster metadata'), + _('Outputs basic information about a raster map.'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('General statistics'), + _('Generates area statistics for raster map.'), + _('Quantiles for large data sets'), + _('Compute quantiles using two passes.'), + _('Range of category values'), + _('Prints terse list of category values found in a raster map layer.'), + _('Sum area by raster map and category'), + _('Reports statistics for raster maps.'), + _('Statistics for clumped cells'), + _('Calculates the volume of data "clumps". Optionally produces a GRASS vector points map containing the calculated centroids of these clumps.'), + _('Total corrected area'), + _('Prints estimation of surface area for raster map.'), + _('Univariate raster statistics'), + _('Calculates univariate statistics from the non-null cells of a raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('Sample transects'), + _('Outputs the raster map layer values lying on user-defined line(s).'), + _('Sample transects (bearing/distance)'), + _('Outputs raster map layer values lying along user defined transect line(s).'), + _('Covariance/correlation'), + _('Outputs a covariance/correlation matrix for user-specified raster map layer(s).'), + _('Linear regression'), + _('Calculates linear regression from two raster maps: y = a + b*x.'), + _('Multiple regression'), + _('Calculates multiple linear regression from raster maps.'), + _('Mutual category occurrences'), + _('Tabulates the mutual occurrence (coincidence) of categories for two raster map layers.'), + _('&Vector'), + _('Develop vector map'), + _('Create new vector map'), + _('Create new empty vector map'), + _('Edit vector map (non-interactively)'), + _('Edits a vector map, allows adding, deleting and modifying selected vector features.'), + _('Convert object types'), + _('Changes type of vector features.'), + _('Parallel lines'), + _('Creates parallel line to input vector lines.'), + _('Dissolve boundaries'), + _('Dissolves boundaries between adjacent areas sharing a common category number or attribute.'), + _('Create 3D vector over raster'), + _('Converts 2D vector features to 3D by sampling of elevation raster map.'), + _('Extrude 3D vector map'), + _('Extrudes flat vector features to 3D vector features with defined height. Optionally the height can be derived from sampling of elevation raster map.'), + _('Create labels'), + _('Creates paint labels for a vector map from attached attributes.'), + _('Reposition vector map'), + _('Performs an affine transformation (shift, scale and rotate) on vector map.'), + _('Rectify vector map'), + _('Rectifies a vector by computing a coordinate transformation for each object in the vector based on the control points.'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Support file maintenance'), + _('Updates vector map metadata.'), + _('Topology maintenance'), + _('Create or rebuild topology'), + _('Creates topology for vector map. Optionally also checks for topological errors.'), + _('Rebuild topology on all vector maps'), + _('Rebuilds topology on all vector maps in the current mapset.'), + _('Build polylines'), + _('Split lines'), + _('Splits vector lines to shorter segments.'), + _('Split polylines'), + _('Creates points/segments from input vector lines and positions.'), + _('Clean vector map'), + _('Toolset for cleaning topology of vector map.'), + _('Smooth or simplify'), + _('Performs vector based generalization.'), + _('Add centroids'), + _('Adds missing centroids to closed boundaries.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a vector map.'), + _('Manage color rules interactively'), + _('Interactive management of vector color tables.'), + _('Export color table'), + _('Exports the color table associated with a vector map.'), + _('Query vector map'), + _('Query with coordinate(s)'), + _('Queries a vector map at given locations.'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('Feature selection'), + _('Select by attributes'), + _('Selects vector features from an existing vector map and creates a new vector map containing only the selected features.'), + _('Select by another map'), + _('Selects features from vector map (A) by features from other vector map (B).'), + _('Map type conversions'), + _('Vector to raster'), + _('Converts (rasterize) a vector map into a raster map.'), + _('Vector to 3D raster'), + _('Converts a vector map (only points) into a 3D raster map.'), + _('2D vector to 3D vector'), + _('Performs transformation of 2D vector features to 3D.'), + _('Buffer vectors'), + _('Creates a buffer around vector features of given type.'), + _('Point analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Identify point clusters'), + _('Performs cluster identification.'), + _('Indices for quadrat counts of vector point lists'), + _('Indices for quadrat counts of vector point lists.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Tests for normality for vector points'), + _('Tests for normality for vector points.'), + _('Lidar analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Detect edges'), + _("Detects the object's edges from a LIDAR data set."), + _('Detect interiors'), + _('Building contour determination and Region Growing algorithm for determining the building inside'), + _('Correct and reclassify objects'), + _('Corrects the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering.'), + _('Linear referencing'), + _('Create LRS'), + _('Creates a linear reference system.'), + _('Create stationing'), + _('Creates stationing from input lines, and linear reference system.'), + _('Create points/segments'), + _('Creates points/segments from input lines, linear reference system and positions read from stdin or a file.'), + _('Find line id and offset'), + _('Finds line id and real km+offset for given points in vector map using linear reference system.'), + _('Nearest features'), + _('Network analysis'), + _('Vector network analysis tool'), + _('Tool for interactive vector network analysis.'), + _('Network preparation'), + _('Performs network maintenance.'), + _('Allocate subnets'), + _('Allocates subnets for nearest centers. Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Split net'), + _('Splits subnets for nearest centers by cost isolines. Splits net to bands between cost isolines (direction from center). Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Shortest path'), + _('Finds shortest path on vector network.'), + _('Shortest path for sets of features'), + _("Computes shortest distance via the network between the given sets of features. Finds the shortest paths from each 'from' point to the nearest 'to' feature and various information about this relation are uploaded to the attribute table."), + _('Shortest path using timetables'), + _('Finds shortest path using timetables.'), + _('Shortest path for all pairs'), + _('Computes the shortest path between all pairs of nodes in the network.'), + _('Visibility network'), + _('Performs visibility graph construction.'), + _('Bridges and articulation points'), + _('Computes bridges and articulation points in the network.'), + _('Maximum flow'), + _('Computes the maximum flow between two sets of nodes in the network.'), + _('Vertex connectivity'), + _('Computes vertex connectivity between two sets of nodes in the network.'), + _('Components'), + _('Computes strongly and weakly connected components in the network.'), + _('Centrality'), + _('Computes degree, centrality, betweeness, closeness and eigenvector centrality measures in the network.'), + _('Steiner tree'), + _("Creates Steiner tree for the network and given terminals. Note that 'Minimum Steiner Tree' problem is NP-hard and heuristic algorithm is used in this module so the result may be sub optimal."), + _('Minimum spanning tree'), + _('Computes minimum spanning tree for the network.'), + _('Traveling salesman analysis'), + _('Creates a cycle connecting given nodes (Traveling salesman problem). Note that TSP is NP-hard, heuristic algorithm is used by this module and created cycle may be sub optimal'), + _('Overlay vector maps'), + _('Clip vector maps'), + _('Overlay vector maps'), + _('Overlays two vector maps offering clip, intersection, difference, symmetrical difference, union operators.'), + _('Patch vector maps'), + _('Creates a new vector map by combining other vector maps.'), + _('Manage categories'), + _('Change or report categories'), + _('Attaches, deletes or reports vector categories to map geometry.'), + _('Reclassify'), + _('Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column.'), + _('Update attributes'), + _('Update area attributes from raster'), + _('Calculates univariate statistics from a raster map based on a vector map and uploads statistics to new attribute columns.'), + _('Update area attributes from vector'), + _('Count points in areas, calculate statistics from point attributes.'), + _('Update point attributes from areas'), + _('Uploads vector values at positions of vector points to the table.'), + _('Update database values from vector'), + _('Populates attribute values from vector features.'), + _('Sample raster maps at point locations'), + _('Uploads raster values at positions of vector points to the table.'), + _('Sample raster neighborhood around points'), + _('Samples a raster map at vector point locations.'), + _('Generate area for current region'), + _('Creates a vector polygon from the current region extent.'), + _('Generate areas from points'), + _('Convex hull'), + _('Produces a 2D/3D convex hull for a given vector map.'), + _('Delaunay triangles'), + _('Creates a Delaunay triangulation from an input vector map containing points or centroids.'), + _('Voronoi diagram/Thiessen polygons'), + _('Creates a Voronoi diagram constrained to the extents of the current region from an input vector map containing points or centroids.'), + _('Generate grid'), + _('Creates a vector map of a user-defined grid.'), + _('Generate points'), + _('Generate from database'), + _('Creates new vector (points) map from database table containing coordinates.'), + _('Generate points along lines'), + _('Creates points along input lines in new vector map with 2 layers.'), + _('Generate random points'), + _('Generates random 2D/3D vector points.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Remove outliers in point sets'), + _('Removes outliers from vector point data.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Reports and statistics'), + _('Basic vector metadata'), + _('Outputs basic information about a vector map.'), + _('Classify attribute data'), + _('Classifies attribute data, e.g. for thematic mapping'), + _('Report topology by category'), + _('Reports geometry statistics for vector maps.'), + _('Univariate attribute statistics for points'), + _('Calculates univariate statistics of vector map features. Variance and standard deviation is calculated only for points if specified.'), + _('Univariate statistics for attribute columns'), + _('Calculates univariate statistics on selected table column for a GRASS vector map.'), + _('Sample transects'), + _('Quadrat indices'), + _('Indices for quadrat counts of vector point lists.'), + _('Test normality'), + _('Tests for normality for vector points.'), + _('&Imagery'), + _('Develop images and groups'), + _('Create/edit group'), + _('Creates, edits, and lists groups of imagery files.'), + _('Target group'), + _('Targets an imagery group to a GRASS location and mapset.'), + _('Mosaic images'), + _('Mosaics several images and extends colormap.'), + _('Manage image colors'), + _('Color balance for RGB'), + _('Performs auto-balancing of colors for RGB images.'), + _('HIS to RGB'), + _('Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space.'), + _('RGB to HIS'), + _('Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-Intensity-Saturation) color space.'), + _('Rectify image or raster'), + _('Rectifies an image by computing a coordinate transformation for each pixel in the image based on the control points.'), + _('Histogram'), + _('Generate histogram of image'), + _('Spectral response'), + _('Displays spectral response at user specified locations in group or images.'), + _('Pan sharpening'), + _('Image fusion algorithms to sharpen multispectral with high-res panchromatic channels'), + _('Classify image'), + _('Clustering input for unsupervised classification'), + _('Generates spectral signatures for land cover types in an image using a clustering algorithm. The resulting signature file is used as input for i.maxlik, to generate an unsupervised image classification.'), + _('Input for supervised MLC'), + _('Generates statistics for i.maxlik from raster map.'), + _('Maximum likelihood classification (MLC)'), + _('Classifies the cell spectral reflectances in imagery data. Classification is based on the spectral signature information generated by either i.cluster, g.gui.iclass, or i.gensig.'), + _('Interactive input for supervised classification'), + _('Generates spectral signatures by allowing the user to outline training areas.'), + _('Input for supervised SMAP'), + _('Generates statistics for i.smap from raster map.'), + _('Sequential maximum a posteriori classification (SMAP)'), + _('Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation.'), + _('Object segmentation'), + _('Identifies segments (objects) from imagery data.'), + _('Filter image'), + _('Edge detection'), + _('Zero-crossing "edge detection" raster function for image processing.'), + _('Matrix/convolving filter'), + _('Performs raster map matrix filter.'), + _('Transform image'), + _('Canonical correlation'), + _('Canonical components analysis (CCA) program for image processing.'), + _('Principal components'), + _('Principal components analysis (PCA) for image processing.'), + _('Fast Fourier'), + _('Fast Fourier Transform (FFT) for image processing.'), + _('Inverse Fast Fourier'), + _('Inverse Fast Fourier Transform (IFFT) for image processing.'), + _('Satellite images tools'), + _('Aster DN to radiance/reflectance'), + _('Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature from ASTER DN.'), + _('Landsat DN to radiance/reflectance'), + _('Calculates top-of-atmosphere radiance or reflectance and temperature for Landsat MSS/TM/ETM+/OLI'), + _('Landsat cloud cover assessment'), + _('Performs Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA).'), + _('Modis quality control'), + _('Extracts quality control parameters from MODIS QC layers.'), + _('Atmospheric correction'), + _('Performs atmospheric correction using the 6S algorithm. 6S - Second Simulation of Satellite Signal in the Solar Spectrum.'), + _('Topographic correction'), + _('Computes topographic correction of reflectance.'), + _('Orthophoto tools'), + _('Manage GCPs for 3D correction'), + _('Georectifies a map and allows managing GCP for 3D correction.'), + _('Corrects scanning distortions'), + _('Corrects scanning distortions of a scanned aerial photo.'), + _('Satellite images products'), + _('Vegetation indices'), + _('Calculates different types of vegetation indices. Uses red and nir bands mostly, and some indices require additional bands.'), + _('Tasseled cap vegetation index'), + _('Performs Tasseled Cap (Kauth Thomas) transformation.'), + _('Albedo'), + _('Computes broad band albedo from surface reflectance.'), + _('Emissivity'), + _('Computes emissivity from NDVI, generic method for sparse land.'), + _('Biomass growth'), + _('Computes biomass growth, precursor of crop yield calculation.'), + _('Evapotranspiration calculation'), + _('Instantaneaous Net Radiation'), + _('Net radiation approximation (Bastiaanssen, 1995).'), + _('Soil heat flux'), + _('Soil heat flux approximation (Bastiaanssen, 1995).'), + _('Sensible heat flux'), + _('Computes sensible heat flux iteration SEBAL 01.'), + _('Evaporative fraction'), + _('Computes evaporative fraction and root zone soil moisture.'), + _('Actual Evapotranspiration'), + _('Actual evapotranspiration for diurnal period (Bastiaanssen, 1995).'), + _('Temporal integration of ETa'), + _('Computes temporal integration of satellite ET actual (ETa) following the daily ET reference (ETo) from meteorological station(s).'), + _('Hargreaves methods Evapotranspiration'), + _('Computes evapotranspiration calculation modified or original Hargreaves formulation, 2001.'), + _('Penman-Monteith Evapotranspiration'), + _('Computes potential evapotranspiration calculation with hourly Penman-Monteith.'), + _('Priestley-Taylor Evapotranspiration'), + _('Computes evapotranspiration calculation Priestley and Taylor formulation, 1972.'), + _('Reports and statistics'), + _('Kappa analysis'), + _('Calculates error matrix and kappa parameter for accuracy assessment of classification result.'), + _('OIF for LandSat TM'), + _('Calculates Optimum-Index-Factor table for spectral bands'), + _('3D r&aster'), + _('Develop 3D raster map'), + _('Manage 3D NULL values'), + _('Explicitly create the 3D NULL-value bitmap file.'), + _('Manage timestamp'), + _('Modifies a timestamp for a 3D raster map. Print/add/remove a timestamp for a 3D raster map.'), + _('Map type conversions'), + _('3D rasters to raster series'), + _('Converts 3D raster maps to 2D raster maps'), + _('3D color tables'), + _('Creates/modifies the color table associated with a 3D raster map.'), + _('Export 3D color table'), + _('Exports the color table associated with a 3D raster map.'), + _('3D mask'), + _('Establishes the current working 3D raster mask.'), + _('3D raster map calculator'), + _('3D raster map calculator'), + _('Cross section'), + _('Creates cross section 2D raster map from 3D raster map based on 2D elevation map'), + _('Groundwater modeling'), + _('Numerical calculation program for transient, confined groundwater flow in three dimensions.'), + _('Interpolate 3D raster from points'), + _('Interpolates point data to a 3D raster map using regularized spline with tension (RST) algorithm.'), + _('Reports and statistics'), + _('Basic 3D raster metadata'), + _('Outputs basic information about a user-specified 3D raster map layer.'), + _('3D raster statistics'), + _('Generates volume statistics for 3D raster maps.'), + _('Univariate statistics for 3D rasters'), + _('Calculates univariate statistics from the non-null cells of a 3D raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('&Database'), + _('Database information'), + _('List databases'), + _('Lists all databases for a given driver and location.'), + _('List drivers'), + _('Lists all database drivers.'), + _('List tables'), + _('Describe table'), + _('Describes a table in detail.'), + _('List columns'), + _('List all columns for a given table.'), + _('Manage databases'), + _('Connect'), + _('Prints/sets general DB connection for current mapset.'), + _('Login'), + _('Create database'), + _('Creates an empty database.'), + _('Drop database'), + _('Removes an existing database.'), + _('Drop table'), + _('Drops an attribute table.'), + _('Copy table'), + _("Copy a table. Either 'from_table' (optionally with 'where') can be used or 'select' option, but not 'from_table' and 'select' at the same time."), + _('Drop column'), + _('Drops a column from selected attribute table.'), + _('Test'), + _('Test database driver, database must exist and set by db.connect.'), + _('Query'), + _('Query any table'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('SQL statement'), + _("Executes any SQL statement. For SELECT statements use 'db.select'."), + _('Vector database connections'), + _('New table'), + _('Creates and connects a new attribute table to a given layer of an existing vector map.'), + _('Remove table'), + _('Removes existing attribute table of a vector map.'), + _('Join table'), + _('Joins a database table to a vector map table.'), + _('Add columns'), + _('Adds one or more columns to the attribute table connected to a given vector map.'), + _('Drop column'), + _('Drops a column from the attribute table connected to a given vector map.'), + _('Rename column'), + _('Renames a column in the attribute table connected to a given vector map.'), + _('Change values'), + _('Updates a column in the attribute table connected to a vector map.'), + _('Drop row'), + _('Removes a vector feature from a vector map through attribute selection.'), + _('Reconnect vectors to database'), + _('Reconnects attribute tables for all vector maps from the current mapset to a new database.'), + _('Set vector map - database connection'), + _('Prints/sets DB connection for a vector map to attribute table.'), + _('&Temporal'), + _('Manage datasets'), + _('Connect temporal database'), + _('Prints/sets general temporal GIS database connection for current mapset.'), + _('Create'), + _('Creates a space time dataset.'), + _('Rename'), + _('Renames a space time dataset'), + _('Remove'), + _('Removes space time datasets from temporal database.'), + _('Update metadata'), + _('Modifies the metadata of a space time dataset.'), + _('Merge'), + _('Merges several space time datasets into a single space time dataset.'), + _('Temporally shift'), + _('Shifts temporally the maps of a space time dataset.'), + _('Snap maps of dataset'), + _('Snaps temporally the maps of a space time dataset.'), + _('List'), + _('Lists space time datasets and maps registered in the temporal database.'), + _('Manage maps in datasets'), + _('Register maps in datasets'), + _('Assigns timestamps and registers raster, vector and raster3d maps in a space time dataset.'), + _('Unregister maps from datasets'), + _('Unregisters raster, vector and raster3d maps from the temporal database or a specific space time dataset.'), + _('List raster dataset maps'), + _('Lists registered maps of a space time raster dataset.'), + _('List vector dataset maps'), + _('Lists registered maps of a space time vector dataset.'), + _('List 3D raster dataset maps'), + _('Lists registered maps of a space time raster3d dataset.'), + _('Import'), + _('Import raster dataset'), + _('Imports space time raster dataset.'), + _('Import vector dataset'), + _('Imports a space time vector dataset from a GRASS GIS specific archive file.'), + _('Export'), + _('Export raster dataset'), + _('Exports space time raster dataset.'), + _('Export raster dataset as VTK time series'), + _('Exports space time raster dataset as VTK time series.'), + _('Export vector dataset'), + _('Exports a space time vector dataset as GRASS GIS specific archive file.'), + _('Convert raster dataset to 3D raster'), + _('Converts a space time raster dataset into a 3D raster map.'), + _('Extraction'), + _('Extract subset of raster dataset'), + _('Extracts a subset of a space time raster datasets.'), + _('Extract subset of vector dataset'), + _('Extracts a subset of a space time vector dataset.'), + _('Extract subset of 3D raster dataset'), + _('Extracts a subset of a space time 3D raster dataset.'), + _('Query vector dataset attribute data'), + _('Prints attributes of vector maps registered in a space time vector dataset.'), + _('Raster dataset color table'), + _('Creates/modifies the color table associated with each raster map of the space time raster dataset.'), + _('Raster calculations'), + _('Performs spatio-temporal mapcalc expressions on temporally sampled maps of space time raster datasets.'), + _('3D raster calculations'), + _('Performs r3.mapcalc expressions on maps of sampled space time 3D raster datasets.'), + _('Interpolate gaps in raster datasets'), + _('Replaces gaps in a space time raster dataset with interpolated raster maps.'), + _('Aggregation'), + _('Neighborhood analysis in raster dataset'), + _('Performs a neighborhood analysis for each map in a space time raster dataset.'), + _('Aggregation in raster datasets'), + _('Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset.'), + _('Temporal aggregation'), + _('Aggregates temporally the maps of a space time raster dataset by a user defined granularity.'), + _('Temporal aggregation by dataset'), + _('Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset.'), + _('Sampling'), + _('Sample a space time raster dataset at point coordinates'), + _('Sample a space time raster dataset at specific vector point coordinates and write the output to stdout using different layouts'), + _('Query raster dataset by vector points dataset'), + _('Stores raster map values at spatial and temporal positions of vector points as vector attributes.'), + _('Observe specific locations in raster dataset'), + _('Observes specific locations in a space time raster dataset over a period of time using vector points.'), + _('Temporal sampling'), + _('Samples the input space time dataset(s) with a sample space time dataset and print the result to stdout.'), + _('Reports and statistics'), + _('Space time datasets metadata'), + _('Lists information about space time datasets and maps.'), + _('Univariate raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset.'), + _('Univariate vector dataset statistics'), + _('Calculates univariate statistics of attributes for each registered vector map of a space time vector dataset'), + _('Univariate 3D raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered 3D raster map of a space time 3D raster dataset.'), + _('Report temporal topology'), + _('Lists temporal topology of a space time dataset.'), + _('GUI tools'), + _('Animation tool'), + _('Launch animation tool.'), + _('Timeline tool'), + _('Plot temporal extents.'), + _('Temporal plot tool'), + _('Plot temporal values.'), + _('GUI tools'), + _('Animation tool'), + _('Launch animation tool.'), + _('Attribute table manager'), + _('Launches graphical attribute table manager.'), + _('Cartographic Composer'), + _('Launch Cartographic Composer'), + _('Georectify'), + _('Manage Ground Control Points for Georectification'), + _('Graphical modeler'), + _('Launch Graphical modeler'), + _('Interactive input for supervised classification'), + _('Generates spectral signatures by allowing the user to outline training areas.'), + _('Map Swipe'), + _('Launch Map Swipe'), + _('Temporal plot tool'), + _('Plot temporal values.'), + _('Timeline tool'), + _('Plot temporal extents.'), + ''] +menustrings_menudata.PsMapMenuData'> = [ + _('&File'), + _('Page setup'), + _('Specify paper size, margins and orientation'), + _('Load instruction file'), + _('Load text file with mapping instructions'), + _('Export instruction file'), + _('Generate text file with mapping instructions'), + _('Export to PostScript'), + _('Generate PostScript output'), + _('Export to PDF'), + _('Generate PDF output'), + _('Launch ps.map dialog'), + _('Launch ps.map dialog'), + _('Quit'), + _('Close Cartographic Composer'), + _('&Insert'), + _('Map frame'), + _('Add or edit map frame'), + _('Raster map'), + _('Add or edit raster map'), + _('Vector map'), + _('Add or edit vector map'), + _('Map legend'), + _('Add or edit raster and vector legend'), + _('Map info'), + _('Add or edit map info'), + _('Scale bar'), + _('Add or edit scale bar'), + _('Text'), + _('Add text'), + _('Image'), + _('Add image'), + _('North Arrow'), + _('Add north arrow'), + _('Delete'), + _('Delete selected object'), + _('&Help'), + _('Help'), + _('Display the HTML man pages of Cartographic Composer'), + _('About Cartographic Composer'), + _('Display information about Cartographic Composer'), + ''] +menustrings_menudata.LayerManagerMenuData'> = [ + _('&File'), + _('Workspace'), + _('New'), + _('Create new workspace'), + _('Open'), + _('Load workspace from file'), + _('Save'), + _('Save workspace'), + _('Save as'), + _('Save workspace to file'), + _('Close'), + _('Close workspace file'), + _('Load GRC file (Tcl/Tk GUI)'), + _('Load map layers from GRC file to layer tree'), + _('Map display'), + _('Add raster'), + _('Add raster map layer to current display'), + _('Add vector'), + _('Add vector map layer to current display'), + _('Add multiple rasters or vectors'), + _('Add multiple raster or vector map layers to current display'), + _('Add RGB raster layer'), + _('Add RGB raster map layer to current display'), + _('Add web service layer'), + _('Add web service layer'), + _('New map display window'), + _('Open new map display window'), + _('Render all map displays'), + _('Re-render maps in all open map display windows'), + _('Close current map display window'), + _('Close current map display window'), + _('Close all open map display windows'), + _('Close all open map display windows'), + _('Import raster data'), + _('Simplified raster import with reprojection'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('Import of common raster formats'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('ASCII x,y,z point import and gridding'), + _('ASCII grid import'), + _('Converts a GRASS ASCII raster file to binary raster map.'), + _('ASCII polygons, lines, and point import'), + _('Creates raster maps from ASCII polygon/line/point data files.'), + _('Raw binary array import'), + _('Import a binary raster file into a GRASS raster map layer.'), + _('GRIDATB.FOR import'), + _('Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster map.'), + _('Matlab 2D array import'), + _('Imports a binary MAT-File(v4) to a GRASS raster.'), + _('PNG import'), + _('Imports non-georeferenced PNG format image.'), + _('SPOT NDVI import'), + _('Imports SPOT VGT NDVI data into a raster map.'), + _('SRTM HGT import'), + _('Imports SRTM HGT files into raster map.'), + _('Terra ASTER HDF import'), + _('Georeference, rectify, and import Terra-ASTER imagery and relative DEMs using gdalwarp.'), + _('LAS LiDAR points import'), + _('Creates a raster map from LAS LiDAR points using univariate statistics.'), + _('Unpack raster map'), + _('Imports a GRASS GIS specific raster archive file (packed with r.pack) as a raster map'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Import vector data'), + _('Simplified vector import with reprojection'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('Import of common vector formats'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('ASCII points or GRASS ASCII format'), + _('Creates a vector map from an ASCII points file or ASCII vector file.'), + _('ASCII points as a vector lines'), + _('Imports ASCII x,y[,z] coordinates as a series of lines.'), + _('DXF import'), + _('Converts files in DXF format to GRASS vector map format.'), + _('WFS'), + _('Imports GetFeature from a WFS server.'), + _('ESRI e00 import'), + _('Imports E00 file into a vector map.'), + _('Geonames import'), + _('Imports geonames.org country files into a vector points map.'), + _('Matlab array or Mapgen format import'), + _('Imports Mapgen or Matlab-ASCII vector maps into GRASS.'), + _('LAS LiDAR points import'), + _('Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.'), + _('Unpack vector map'), + _('Imports a GRASS GIS specific vector archive file (packed with v.pack) as a vector map'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Import 3D raster data'), + _('ASCII 3D import'), + _('Converts a 3D ASCII raster text file into a (binary) 3D raster map.'), + _('Raw binary array 3D import'), + _('Imports a binary raster file into a GRASS 3D raster map.'), + _('Vis5D import'), + _('Import database table'), + _('Common import formats'), + _('Imports attribute tables in various formats.'), + _('Export raster map'), + _('Common export formats'), + _('Exports GRASS raster maps into GDAL supported formats.'), + _('ASCII grid export'), + _('Converts a raster map layer into a GRASS ASCII text file.'), + _('ASCII x,y,z points export'), + _('Exports a raster map to a text file as x,y,z values based on cell centers.'), + _('GRIDATB.FOR export'), + _('Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL).'), + _('Matlab 2D array export'), + _('Exports a GRASS raster to a binary MAT-File.'), + _('Raw binary array export'), + _('Exports a GRASS raster to a binary array.'), + _('MPEG-1 export'), + _('Converts raster map series to MPEG movie.'), + _('PNG export'), + _('Export a GRASS raster map as a non-georeferenced PNG image.'), + _('PPM export'), + _('Converts a GRASS raster map to a PPM image file.'), + _('PPM from RGB export'), + _('Converts 3 GRASS raster layers (R,G,B) to a PPM image file.'), + _('POV-Ray export'), + _('Converts a raster map layer into a height-field file for POV-Ray.'), + _('VRML export'), + _('Exports a raster map to the Virtual Reality Modeling Language (VRML).'), + _('VTK export'), + _('Converts raster maps into the VTK-ASCII format.'), + _('Pack raster map'), + _('Exports a raster map as GRASS GIS specific archive file'), + _('Export vector map'), + _('Common export formats'), + _('Exports a vector map layer to any of the supported OGR vector formats. By default a vector map layer is exported to OGC GeoPackage format.'), + _('ASCII points or GRASS ASCII vector export'), + _("Exports a vector map to a GRASS ASCII vector representation. By default only features with category are exported. To export all features use 'layer=-1'."), + _('DXF export'), + _('Exports vector map to DXF file format.'), + _('PostGIS export'), + _('Exports a vector map layer to PostGIS feature table.'), + _('POV-Ray export'), + _('Converts GRASS x,y,z points to POV-Ray x,z,y format.'), + _('SVG export'), + _('Exports a vector map to SVG file.'), + _('VTK export'), + _('Converts a vector map to VTK ASCII output.'), + _('Pack vector map'), + _('Exports a vector map as GRASS GIS specific archive file'), + _('Export 3D raster maps'), + _('ASCII 3D export'), + _('Converts a 3D raster map layer into a ASCII text file.'), + _('Raw binary array 3D export'), + _('Exports a GRASS 3D raster map to a binary array.'), + _('Vis5D export'), + _('VTK export'), + _('Converts 3D raster maps into the VTK-ASCII format.'), + _('Export database table'), + _('Common export formats'), + _('Exports attribute tables into various formats.'), + _('Link external data'), + _('Link external raster data'), + _('Link GDAL supported raster data as a pseudo GRASS raster map layer.'), + _('Link external vector data'), + _('Creates a new pseudo-vector map as a link to an OGR-supported layer.'), + _('Output format for raster data'), + _('Redirects raster output to file utilizing GDAL library rather than storing in GRASS raster format.'), + _('Output format for vector data'), + _('Defines vector output format utilizing OGR library.'), + _('Manage maps'), + _('Copy'), + _("Copies available data files in the current mapset search path to the user's current mapset."), + _('List'), + _('Lists available GRASS data base files of the user-specified data type optionally using the search pattern.'), + _('Rename'), + _("Renames data base element files in the user's current mapset."), + _('Delete'), + _("Removes data base element files from the user's current mapset using the search pattern."), + _('Map type conversions'), + _('Raster to vector'), + _('Converts a raster map into a vector map.'), + _('Raster series to 3D raster'), + _('Converts 2D raster map slices to one 3D raster volume map.'), + _('Raster 2.5D to 3D raster'), + _('Creates a 3D volume map based on 2D elevation and value raster maps.'), + _('Vector to raster'), + _('Converts (rasterize) a vector map into a raster map.'), + _('Vector to 3D raster'), + _('Converts a vector map (only points) into a 3D raster map.'), + _('2D vector to 3D vector'), + _('Performs transformation of 2D vector features to 3D.'), + _('3D raster to raster series'), + _('Converts 3D raster maps to 2D raster maps'), + _('Georectify'), + _('Manage Ground Control Points for Georectification'), + _('Graphical modeler'), + _('Launch Graphical modeler'), + _('Run model'), + _('Run model prepared by Graphical modeler'), + _('3D image rendering'), + _('Animation tool'), + _('Launch animation tool.'), + _('Bearing/distance to coordinates'), + _('A simple utility for converting bearing and distance measurements to coordinates and vice versa. It assumes a cartesian coordinate system'), + _('Cartographic Composer'), + _('Launch Cartographic Composer'), + _('Map Swipe'), + _('Launch Map Swipe'), + _('Launch script'), + _('Launches script file.'), + _('Simple Python Editor'), + _('Launches Simple Python Editor.'), + _('Close GUI'), + _('Close graphical user interface.'), + _('Quit GRASS GIS'), + _('Close GUI and exit GRASS GIS shell.'), + _('&Settings'), + _('Computational region'), + _('Show current region'), + _('Shows the extent and resolution of the computational region.'), + _('Show region using latitude and longitude'), + _('Shows the extent and resolution of the computational region.'), + _('Show current region extent in Map Display'), + _('Shows the extent of the computational region in Map Display.'), + _('Set region'), + _('Manages the boundary definitions for the geographic region.'), + _('GRASS working environment'), + _('Mapset access'), + _('Set/unset access to other mapsets in current location'), + _('User access'), + _('Controls access to the current mapset for other users on the system. If no option given, prints current status.'), + _('Change working environment'), + _('Changes/reports current mapset. Optionally create new mapset or list available mapsets in given location.'), + _('Change location and mapset'), + _('Change current location and mapset.'), + _('Change mapset'), + _('Change current mapset.'), + _('Change working directory'), + _('Change working directory'), + _('Show settings'), + _("Outputs and modifies the user's current GRASS variable settings."), + _('Change settings'), + _("Outputs and modifies the user's current GRASS variable settings. Prints all defined GRASS variables if no option is given."), + _('Create new location'), + _('Launches location wizard to create new GRASS location.'), + _('Create new mapset'), + _('Creates new mapset in the current location, changes current mapset.'), + _('Version and copyright'), + _('Displays version and copyright information.'), + _('Map projections'), + _('Display map projection'), + _('Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format).'), + _('Manage projections'), + _('Prints or modifies GRASS projection information files (in various co-ordinate system descriptions). Can also be used to create new GRASS locations.'), + _('Convert coordinates'), + _('Converts coordinates from one projection to another (cs2cs frontend).'), + _('Addons extensions'), + _('Install extension from addons'), + _('Installs new extension from GRASS AddOns repository.'), + _('Manage installed extension'), + _('Updates or removes installed GRASS AddOns extension(s).'), + _('Preferences'), + _('User GUI preferences (display font, commands, digitizer, etc.)'), + _('&Raster'), + _('Develop raster map'), + _('Compress/decompress'), + _('Compresses and decompresses raster maps.'), + _('Region boundaries'), + _('Sets the boundary definitions for a raster map.'), + _('Manage NULL values'), + _('Manages NULL-values of given raster map.'), + _('Quantization'), + _('Produces the quantization file for a floating-point map.'), + _('Timestamp'), + _('Modifies a timestamp for a raster map. Print/add/remove a timestamp for a raster map.'), + _('Resample using aggregate statistics'), + _('Resamples raster map layers to a coarser grid using aggregation.'), + _('Resample using multiple methods'), + _('Resamples raster map to a finer grid using interpolation.'), + _('Resample using nearest neighbor'), + _('GRASS raster map layer data resampling capability.'), + _('Resample using spline tension'), + _('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.'), + _('Resample using bspline'), + _('Performs bilinear or bicubic spline interpolation with Tykhonov regularization.'), + _('Resample using analytic kernel'), + _('Resamples raster map layers using an analytic kernel.'), + _('Support file maintenance'), + _('Allows creation and/or modification of raster map layer support files.'), + _('Update map statistics'), + _('Update raster map statistics'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Tiling'), + _('Produces tilings of the source projection for use in the destination region and projection.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a raster map.'), + _('Color tables (stddev)'), + _("Sets color rules based on stddev from a raster map's mean value."), + _('Manage color rules interactively'), + _('Interactive management of raster color tables.'), + _('Export color table'), + _('Exports the color table associated with a raster map.'), + _('Blend 2 color rasters'), + _('Blends color components of two raster maps by a given ratio.'), + _('Create RGB'), + _('Combines red, green and blue raster maps into a single composite raster map.'), + _('RGB to HIS'), + _('Generates red, green and blue (RGB) raster map layers combining hue, intensity and saturation (HIS) values from user-specified input raster map layers.'), + _('Query raster maps'), + _('Query values by coordinates'), + _('Queries raster maps on their category values and category labels.'), + _('Query colors by value'), + _('Queries colors for a raster map layer.'), + _('Map type conversions'), + _('Raster to vector'), + _('Converts a raster map into a vector map.'), + _('Raster series to 3D raster'), + _('Converts 2D raster map slices to one 3D raster volume map.'), + _('Raster 2.5D to 3D raster'), + _('Creates a 3D volume map based on 2D elevation and value raster maps.'), + _('Raster buffers and distance'), + _('Buffer rasters'), + _('Creates a raster map showing buffer zones surrounding cells that contain non-NULL category values.'), + _('Concentric circles'), + _('Creates a raster map containing concentric rings around a given point.'), + _('Closest points'), + _('Locates the closest points between objects in two raster maps.'), + _('Grow by one cell'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Mask'), + _('Creates a MASK for limiting raster operation.'), + _('Raster map calculator'), + _('Simplified raster map calculator'), + _('Raster map calculator'), + _('Raster map calculator.'), + _('Neighborhood analysis'), + _('Moving window'), + _('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.'), + _('Neighborhood points'), + _('Neighborhood analysis tool for vector point maps. 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.'), + _('Overlay rasters'), + _('Cross product'), + _('Creates a cross product of the category values from multiple raster map layers.'), + _('Patch raster maps'), + _('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 series aggregation'), + _('Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers.'), + _('Raster series accumulation'), + _('Makes each output cell value a accumulationfunction of the values assigned to the corresponding cells in the input raster map layers.'), + _('Statistical overlay'), + _('Calculates category or object oriented statistics (accumulator-based statistics).'), + _('Quantiles overlay'), + _('Compute category quantiles using two passes.'), + _('Solar radiance and shadows'), + _('LatLong map'), + _('Creates a latitude/longitude raster map.'), + _('Solar irradiance and irradiation'), + _('Solar irradiance and irradiation model. Computes direct (beam), diffuse and reflected solar irradiation raster maps for given day, latitude, surface and atmospheric conditions. Solar parameters (e.g. sunrise, sunset times, declination, extraterrestrial irradiance, daylight length) are saved in the map history file. Alternatively, a local time can be specified to compute solar incidence angle and/or irradiance raster maps. The shadowing effect of the topography is optionally incorporated.'), + _('Shadows map'), + _('Calculates cast shadow areas from sun position and elevation raster map. Either exact sun position (A) is specified, or date/time to calculate the sun position (B) by r.sunmask itself.'), + _('Sunshine hours and solar angles'), + _("Calculates solar elevation, solar azimuth, and sun hours. Solar elevation: the angle between the direction of the geometric center of the sun's apparent disk and the (idealized) horizon. Solar azimuth: the angle from due north in clockwise direction."), + _('Terrain analysis'), + _('Generate contour lines'), + _('Produces a vector map of specified contours from a raster map.'), + _('Cost surface'), + _('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.'), + _('Cumulative movement costs'), + _('Creates a raster map showing the anisotropic cumulative cost of moving between different geographic locations on an input raster map whose cell category values represent cost.'), + _('Least cost route or flow'), + _('Traces a flow through an elevation model or cost surface on a raster map.'), + _('Compute shaded relief'), + _('Creates shaded relief map from an elevation map (DEM). '), + _('Apply shade to raster'), + _('Drapes a color raster over an shaded relief or aspect map.'), + _('Slope and aspect'), + _('Generates raster maps of slope, aspect, curvatures and partial derivatives from an elevation raster map. Aspect is calculated counterclockwise from east.'), + _('Landforms'), + _('Calculates geomorphons (terrain forms) and associated geometry using machine vision approach.'), + _('Terrain parameters'), + _('Extracts terrain parameters from a DEM. Uses a multi-scale approach by taking fitting quadratic parameters to any size window (via least squares).'), + _('Textural features'), + _('Generate images with textural features from a raster map.'), + _('Visibility'), + _('Computes the viewshed of a point on an elevation raster map. Default format: NULL (invisible), vertical angle wrt viewpoint (visible).'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Horizon angle'), + _("Computes horizon angle height from a digital elevation model. The module has two different modes of operation: 1. Computes the entire horizon around a single point whose coordinates are given with the 'coord' option. The horizon height (in radians). 2. Computes one or more raster maps of the horizon height in a single direction. The input for this is the angle (in degrees), which is measured counterclockwise with east=0, north=90 etc. The output is the horizon height in radians."), + _('Transform features'), + _('Clump'), + _('Recategorizes data in a raster map by grouping cells that form physically discrete areas into unique categories.'), + _('Grow'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Thin'), + _('Thins non-null cells that denote linear features in a raster map layer.'), + _('Hydrologic modeling'), + _('Carve stream channels'), + _('Generates stream channels. Takes vector stream data, transforms it to raster and subtracts depth from the output DEM.'), + _('Fill lake'), + _('Fills lake at given point to given level.'), + _('Depressionless map and flowlines'), + _('Filters and generates a depressionless elevation map and a flow direction map from a given elevation raster map.'), + _('Flow accumulation'), + _('Performs flow computation for massive grids.'), + _('Flow lines'), + _('Constructs flowlines. Computes flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a elevation raster map.'), + _('Watershed analysis'), + _('Calculates hydrological parameters and RUSLE factors.'), + _('Watershed subbasins'), + _('Generates watershed subbasins raster map.'), + _('Watershed basin creation'), + _('Creates watershed basins from a drainage direction map.'), + _('Extraction of stream networks'), + _('Performs stream network extraction.'), + _('SIMWE Overland flow modeling'), + _('Overland flow hydrologic simulation using path sampling method (SIMWE).'), + _('SIMWE Sediment flux modeling'), + _('Sediment transport and erosion/deposition simulation using path sampling method (SIMWE).'), + _('Topographic index map'), + _('Creates a topographic index (wetness index) raster map from an elevation raster map.'), + _('TOPMODEL simulation'), + _('Simulates TOPMODEL which is a physically based hydrologic model.'), + _('USLE K-factor'), + _('Computes USLE Soil Erodibility Factor (K).'), + _('USLE R-factor'), + _('Computes USLE R factor, Rainfall erosivity index.'), + _('Groundwater modeling'), + _('Groundwater flow'), + _('Numerical calculation program for transient, confined and unconfined groundwater flow in two dimensions.'), + _('Groundwater solute transport'), + _('Numerical calculation program for transient, confined and unconfined solute transport in two dimensions'), + _('Landscape patch analysis'), + _('Set up sampling and analysis framework'), + _("Configuration editor for r.li.'index'"), + _('Edge density'), + _('Calculates edge density index on a raster map, using a 4 neighbour algorithm'), + _('Contrast weighted edge density'), + _('Calculates contrast weighted edge density index on a raster map'), + _('Patch area mean'), + _('Calculates mean patch size index on a raster map, using a 4 neighbour algorithm'), + _('Patch area range'), + _('Calculates range of patch area size on a raster map'), + _('Patch area Std Dev'), + _('Calculates standard deviation of patch area a raster map'), + _('Patch area Coeff Var'), + _('Calculates coefficient of variation of patch area on a raster map'), + _('Patch density'), + _('Calculates patch density index on a raster map, using a 4 neighbour algorithm'), + _('Patch number'), + _('Calculates patch number index on a raster map, using a 4 neighbour algorithm.'), + _("Dominance's diversity"), + _("Calculates dominance's diversity index on a raster map"), + _("Shannon's diversity"), + _("Calculates Shannon's diversity index on a raster map"), + _("Simpson's diversity"), + _("Calculates Simpson's diversity index on a raster map"), + _('Richness'), + _('Calculates richness index on a raster map'), + _('Shape index'), + _('Calculates shape index on a raster map'), + _('Wildfire modeling'), + _('Rate of spread'), + _('Generates rate of spread raster maps. Generates three, or four raster map layers showing the base (perpendicular) rate of spread (ROS), the maximum (forward) ROS, the direction of the maximum ROS, and optionally the maximum potential spotting distance for fire spread simulation.'), + _('Least-cost spread paths'), + _('Recursively traces the least cost path backwards to cells from which the cumulative cost was determined.'), + _('Anisotropic spread simulation'), + _('Simulates elliptically anisotropic spread. 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. It optionally produces raster maps to contain backlink UTM coordinates for tracing spread paths. Usable for fire spread simulations.'), + _('Change category values and labels'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('Interactively edit category values'), + _('Edits cell values in a raster map.'), + _('Reclassify by size'), + _('Reclasses a raster map greater or less than user specified area size (in hectares).'), + _('Reclassify'), + _('Reclassify raster map based on category values. Creates a new raster map whose category values are based upon a reclassification of the categories in an existing raster map.'), + _('Recode'), + _('Recodes categorical raster maps.'), + _('Rescale'), + _('Rescales the range of category values in a raster map layer.'), + _('Rescale with histogram'), + _('Rescales histogram equalized the range of category values in a raster map layer.'), + _('Generate random cells'), + _('Random cells'), + _('Generates random cell values with spatial dependence.'), + _('Random cells and vector points'), + _('Creates a raster map layer and vector point map containing randomly located points.'), + _('Generate surfaces'), + _('Fractal surface'), + _('Creates a fractal surface of a given fractal dimension.'), + _('Gaussian kernel density surface'), + _('Generates a raster density map from vector points map. Density is computed using a moving kernel. Optionally generates a vector density map on a vector network.'), + _('Gaussian deviates surface'), + _('Generates a raster map using gaussian random number generator. Mean and standard deviation of gaussian deviates can be expressed by the user.'), + _('Plane'), + _('Creates raster plane map given dip (inclination), aspect (azimuth) and one point.'), + _('Random deviates surface'), + _('Produces a raster surface map of uniform random deviates with defined range.'), + _('Random surface with spatial dependence'), + _('Generates random surface(s) with spatial dependence.'), + _('Interpolate surfaces'), + _('Bilinear and bicubic from vector points'), + _('Performs bicubic or bilinear spline interpolation with Tykhonov regularization.'), + _('IDW from raster points'), + _('Provides surface interpolation from raster point data by Inverse Distance Squared Weighting.'), + _('IDW from vector points'), + _('Provides surface interpolation from vector point data by Inverse Distance Squared Weighting.'), + _('Raster contours'), + _('Generates surface raster map from rasterized contours.'), + _('Regularized spline tension'), + _('Performs surface interpolation from vector points map by splines. Spatial approximation and topographic analysis from given point or isoline data in vector format to floating point raster format using regularized spline with tension.'), + _('Raster series interpolation'), + _('Interpolates raster maps located (temporal or spatial) in between input raster maps at specific sampling positions.'), + _('Fill NULL cells'), + _('Fills no-data areas in raster maps using spline interpolation.'), + _('Reports and statistics'), + _('Basic raster metadata'), + _('Outputs basic information about a raster map.'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('General statistics'), + _('Generates area statistics for raster map.'), + _('Quantiles for large data sets'), + _('Compute quantiles using two passes.'), + _('Range of category values'), + _('Prints terse list of category values found in a raster map layer.'), + _('Sum area by raster map and category'), + _('Reports statistics for raster maps.'), + _('Statistics for clumped cells'), + _('Calculates the volume of data "clumps". Optionally produces a GRASS vector points map containing the calculated centroids of these clumps.'), + _('Total corrected area'), + _('Prints estimation of surface area for raster map.'), + _('Univariate raster statistics'), + _('Calculates univariate statistics from the non-null cells of a raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('Sample transects'), + _('Outputs the raster map layer values lying on user-defined line(s).'), + _('Sample transects (bearing/distance)'), + _('Outputs raster map layer values lying along user defined transect line(s).'), + _('Covariance/correlation'), + _('Outputs a covariance/correlation matrix for user-specified raster map layer(s).'), + _('Linear regression'), + _('Calculates linear regression from two raster maps: y = a + b*x.'), + _('Multiple regression'), + _('Calculates multiple linear regression from raster maps.'), + _('Mutual category occurrences'), + _('Tabulates the mutual occurrence (coincidence) of categories for two raster map layers.'), + _('&Vector'), + _('Develop vector map'), + _('Create new vector map'), + _('Create new empty vector map'), + _('Edit vector map (non-interactively)'), + _('Edits a vector map, allows adding, deleting and modifying selected vector features.'), + _('Convert object types'), + _('Changes type of vector features.'), + _('Parallel lines'), + _('Creates parallel line to input vector lines.'), + _('Dissolve boundaries'), + _('Dissolves boundaries between adjacent areas sharing a common category number or attribute.'), + _('Create 3D vector over raster'), + _('Converts 2D vector features to 3D by sampling of elevation raster map.'), + _('Extrude 3D vector map'), + _('Extrudes flat vector features to 3D vector features with defined height. Optionally the height can be derived from sampling of elevation raster map.'), + _('Create labels'), + _('Creates paint labels for a vector map from attached attributes.'), + _('Reposition vector map'), + _('Performs an affine transformation (shift, scale and rotate) on vector map.'), + _('Rectify vector map'), + _('Rectifies a vector by computing a coordinate transformation for each object in the vector based on the control points.'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Support file maintenance'), + _('Updates vector map metadata.'), + _('Topology maintenance'), + _('Create or rebuild topology'), + _('Creates topology for vector map. Optionally also checks for topological errors.'), + _('Rebuild topology on all vector maps'), + _('Rebuilds topology on all vector maps in the current mapset.'), + _('Build polylines'), + _('Builds polylines from lines or boundaries.'), + _('Split lines'), + _('Splits vector lines to shorter segments.'), + _('Split polylines'), + _('Creates points/segments from input vector lines and positions.'), + _('Clean vector map'), + _('Toolset for cleaning topology of vector map.'), + _('Smooth or simplify'), + _('Performs vector based generalization.'), + _('Add centroids'), + _('Adds missing centroids to closed boundaries.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a vector map.'), + _('Manage color rules interactively'), + _('Interactive management of vector color tables.'), + _('Export color table'), + _('Exports the color table associated with a vector map.'), + _('Query vector map'), + _('Query with coordinate(s)'), + _('Queries a vector map at given locations.'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('Feature selection'), + _('Select by attributes'), + _('Selects vector features from an existing vector map and creates a new vector map containing only the selected features.'), + _('Select by another map'), + _('Selects features from vector map (A) by features from other vector map (B).'), + _('Map type conversions'), + _('Vector to raster'), + _('Converts (rasterize) a vector map into a raster map.'), + _('Vector to 3D raster'), + _('Converts a vector map (only points) into a 3D raster map.'), + _('2D vector to 3D vector'), + _('Performs transformation of 2D vector features to 3D.'), + _('Buffer vectors'), + _('Creates a buffer around vector features of given type.'), + _('Point analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Identify point clusters'), + _('Performs cluster identification.'), + _('Indices for quadrat counts of vector point lists'), + _('Indices for quadrat counts of vector point lists.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Tests for normality for vector points'), + _('Tests for normality for vector points.'), + _('Lidar analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Detect edges'), + _("Detects the object's edges from a LIDAR data set."), + _('Detect interiors'), + _('Building contour determination and Region Growing algorithm for determining the building inside'), + _('Correct and reclassify objects'), + _('Corrects the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering.'), + _('Linear referencing'), + _('Create LRS'), + _('Creates a linear reference system.'), + _('Create stationing'), + _('Creates stationing from input lines, and linear reference system.'), + _('Create points/segments'), + _('Creates points/segments from input lines, linear reference system and positions read from stdin or a file.'), + _('Find line id and offset'), + _('Finds line id and real km+offset for given points in vector map using linear reference system.'), + _('Nearest features'), + _('Network analysis'), + _('Vector network analysis tool'), + _('Tool for interactive vector network analysis.'), + _('Network preparation'), + _('Performs network maintenance.'), + _('Allocate subnets'), + _('Allocates subnets for nearest centers. Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Split net'), + _('Splits subnets for nearest centers by cost isolines. Splits net to bands between cost isolines (direction from center). Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Shortest path'), + _('Finds shortest path on vector network.'), + _('Shortest path for sets of features'), + _("Computes shortest distance via the network between the given sets of features. Finds the shortest paths from each 'from' point to the nearest 'to' feature and various information about this relation are uploaded to the attribute table."), + _('Shortest path using timetables'), + _('Finds shortest path using timetables.'), + _('Shortest path for all pairs'), + _('Computes the shortest path between all pairs of nodes in the network.'), + _('Visibility network'), + _('Performs visibility graph construction.'), + _('Bridges and articulation points'), + _('Computes bridges and articulation points in the network.'), + _('Maximum flow'), + _('Computes the maximum flow between two sets of nodes in the network.'), + _('Vertex connectivity'), + _('Computes vertex connectivity between two sets of nodes in the network.'), + _('Components'), + _('Computes strongly and weakly connected components in the network.'), + _('Centrality'), + _('Computes degree, centrality, betweeness, closeness and eigenvector centrality measures in the network.'), + _('Steiner tree'), + _("Creates Steiner tree for the network and given terminals. Note that 'Minimum Steiner Tree' problem is NP-hard and heuristic algorithm is used in this module so the result may be sub optimal."), + _('Minimum spanning tree'), + _('Computes minimum spanning tree for the network.'), + _('Traveling salesman analysis'), + _('Creates a cycle connecting given nodes (Traveling salesman problem). Note that TSP is NP-hard, heuristic algorithm is used by this module and created cycle may be sub optimal'), + _('Overlay vector maps'), + _('Clip vector maps'), + _('Overlay vector maps'), + _('Overlays two vector maps offering clip, intersection, difference, symmetrical difference, union operators.'), + _('Patch vector maps'), + _('Creates a new vector map by combining other vector maps.'), + _('Manage categories'), + _('Change or report categories'), + _('Attaches, deletes or reports vector categories to map geometry.'), + _('Reclassify'), + _('Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column.'), + _('Update attributes'), + _('Update area attributes from raster'), + _('Calculates univariate statistics from a raster map based on a vector map and uploads statistics to new attribute columns.'), + _('Update area attributes from vector'), + _('Count points in areas, calculate statistics from point attributes.'), + _('Update point attributes from areas'), + _('Uploads vector values at positions of vector points to the table.'), + _('Update database values from vector'), + _('Populates attribute values from vector features.'), + _('Sample raster maps at point locations'), + _('Uploads raster values at positions of vector points to the table.'), + _('Sample raster neighborhood around points'), + _('Samples a raster map at vector point locations.'), + _('Generate area for current region'), + _('Creates a vector polygon from the current region extent.'), + _('Generate areas from points'), + _('Convex hull'), + _('Produces a 2D/3D convex hull for a given vector map.'), + _('Delaunay triangles'), + _('Creates a Delaunay triangulation from an input vector map containing points or centroids.'), + _('Voronoi diagram/Thiessen polygons'), + _('Creates a Voronoi diagram constrained to the extents of the current region from an input vector map containing points or centroids.'), + _('Generate grid'), + _('Creates a vector map of a user-defined grid.'), + _('Generate points'), + _('Generate from database'), + _('Creates new vector (points) map from database table containing coordinates.'), + _('Generate points along lines'), + _('Creates points along input lines in new vector map with 2 layers.'), + _('Generate random points'), + _('Generates random 2D/3D vector points.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Remove outliers in point sets'), + _('Removes outliers from vector point data.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Reports and statistics'), + _('Basic vector metadata'), + _('Outputs basic information about a vector map.'), + _('Classify attribute data'), + _('Classifies attribute data, e.g. for thematic mapping'), + _('Report topology by category'), + _('Reports geometry statistics for vector maps.'), + _('Univariate attribute statistics for points'), + _('Calculates univariate statistics of vector map features. Variance and standard deviation is calculated only for points if specified.'), + _('Univariate statistics for attribute columns'), + _('Calculates univariate statistics on selected table column for a GRASS vector map.'), + _('Sample transects'), + _('Vector map profiling tool'), + _('Quadrat indices'), + _('Indices for quadrat counts of vector point lists.'), + _('Test normality'), + _('Tests for normality for vector points.'), + _('&Imagery'), + _('Develop images and groups'), + _('Create/edit group'), + _('Creates, edits, and lists groups of imagery files.'), + _('Target group'), + _('Targets an imagery group to a GRASS location and mapset.'), + _('Mosaic images'), + _('Mosaics several images and extends colormap.'), + _('Manage image colors'), + _('Color balance for RGB'), + _('Performs auto-balancing of colors for RGB images.'), + _('HIS to RGB'), + _('Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space.'), + _('RGB to HIS'), + _('Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-Intensity-Saturation) color space.'), + _('Rectify image or raster'), + _('Rectifies an image by computing a coordinate transformation for each pixel in the image based on the control points.'), + _('Histogram'), + _('Generate histogram of image'), + _('Spectral response'), + _('Displays spectral response at user specified locations in group or images.'), + _('Pan sharpening'), + _('Image fusion algorithms to sharpen multispectral with high-res panchromatic channels'), + _('Classify image'), + _('Clustering input for unsupervised classification'), + _('Generates spectral signatures for land cover types in an image using a clustering algorithm. The resulting signature file is used as input for i.maxlik, to generate an unsupervised image classification.'), + _('Input for supervised MLC'), + _('Generates statistics for i.maxlik from raster map.'), + _('Maximum likelihood classification (MLC)'), + _('Classifies the cell spectral reflectances in imagery data. Classification is based on the spectral signature information generated by either i.cluster, g.gui.iclass, or i.gensig.'), + _('Interactive input for supervised classification'), + _('Generates spectral signatures by allowing the user to outline training areas.'), + _('Input for supervised SMAP'), + _('Generates statistics for i.smap from raster map.'), + _('Sequential maximum a posteriori classification (SMAP)'), + _('Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation.'), + _('Object segmentation'), + _('Identifies segments (objects) from imagery data.'), + _('Filter image'), + _('Edge detection'), + _('Zero-crossing "edge detection" raster function for image processing.'), + _('Matrix/convolving filter'), + _('Performs raster map matrix filter.'), + _('Transform image'), + _('Canonical correlation'), + _('Canonical components analysis (CCA) program for image processing.'), + _('Principal components'), + _('Principal components analysis (PCA) for image processing.'), + _('Fast Fourier'), + _('Fast Fourier Transform (FFT) for image processing.'), + _('Inverse Fast Fourier'), + _('Inverse Fast Fourier Transform (IFFT) for image processing.'), + _('Satellite images tools'), + _('Aster DN to radiance/reflectance'), + _('Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature from ASTER DN.'), + _('Landsat DN to radiance/reflectance'), + _('Calculates top-of-atmosphere radiance or reflectance and temperature for Landsat MSS/TM/ETM+/OLI'), + _('Landsat cloud cover assessment'), + _('Performs Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA).'), + _('Modis quality control'), + _('Extracts quality control parameters from MODIS QC layers.'), + _('Atmospheric correction'), + _('Performs atmospheric correction using the 6S algorithm. 6S - Second Simulation of Satellite Signal in the Solar Spectrum.'), + _('Topographic correction'), + _('Computes topographic correction of reflectance.'), + _('Orthophoto tools'), + _('Manage GCPs for 3D correction'), + _('Georectifies a map and allows managing GCP for 3D correction.'), + _('Corrects scanning distortions'), + _('Corrects scanning distortions of a scanned aerial photo.'), + _('Satellite images products'), + _('Vegetation indices'), + _('Calculates different types of vegetation indices. Uses red and nir bands mostly, and some indices require additional bands.'), + _('Tasseled cap vegetation index'), + _('Performs Tasseled Cap (Kauth Thomas) transformation.'), + _('Albedo'), + _('Computes broad band albedo from surface reflectance.'), + _('Emissivity'), + _('Computes emissivity from NDVI, generic method for sparse land.'), + _('Biomass growth'), + _('Computes biomass growth, precursor of crop yield calculation.'), + _('Evapotranspiration calculation'), + _('Instantaneaous Net Radiation'), + _('Net radiation approximation (Bastiaanssen, 1995).'), + _('Soil heat flux'), + _('Soil heat flux approximation (Bastiaanssen, 1995).'), + _('Sensible heat flux'), + _('Computes sensible heat flux iteration SEBAL 01.'), + _('Evaporative fraction'), + _('Computes evaporative fraction and root zone soil moisture.'), + _('Actual Evapotranspiration'), + _('Actual evapotranspiration for diurnal period (Bastiaanssen, 1995).'), + _('Temporal integration of ETa'), + _('Computes temporal integration of satellite ET actual (ETa) following the daily ET reference (ETo) from meteorological station(s).'), + _('Hargreaves methods Evapotranspiration'), + _('Computes evapotranspiration calculation modified or original Hargreaves formulation, 2001.'), + _('Penman-Monteith Evapotranspiration'), + _('Computes potential evapotranspiration calculation with hourly Penman-Monteith.'), + _('Priestley-Taylor Evapotranspiration'), + _('Computes evapotranspiration calculation Priestley and Taylor formulation, 1972.'), + _('Reports and statistics'), + _('Kappa analysis'), + _('Calculates error matrix and kappa parameter for accuracy assessment of classification result.'), + _('OIF for LandSat TM'), + _('Calculates Optimum-Index-Factor table for spectral bands'), + _('3D r&aster'), + _('Develop 3D raster map'), + _('Manage 3D NULL values'), + _('Explicitly create the 3D NULL-value bitmap file.'), + _('Manage timestamp'), + _('Modifies a timestamp for a 3D raster map. Print/add/remove a timestamp for a 3D raster map.'), + _('Map type conversions'), + _('3D rasters to raster series'), + _('Converts 3D raster maps to 2D raster maps'), + _('3D color tables'), + _('Creates/modifies the color table associated with a 3D raster map.'), + _('Export 3D color table'), + _('Exports the color table associated with a 3D raster map.'), + _('3D mask'), + _('Establishes the current working 3D raster mask.'), + _('3D raster map calculator'), + _('3D raster map calculator'), + _('Cross section'), + _('Creates cross section 2D raster map from 3D raster map based on 2D elevation map'), + _('Groundwater modeling'), + _('Numerical calculation program for transient, confined groundwater flow in three dimensions.'), + _('Interpolate 3D raster from points'), + _('Interpolates point data to a 3D raster map using regularized spline with tension (RST) algorithm.'), + _('Reports and statistics'), + _('Basic 3D raster metadata'), + _('Outputs basic information about a user-specified 3D raster map layer.'), + _('3D raster statistics'), + _('Generates volume statistics for 3D raster maps.'), + _('Univariate statistics for 3D rasters'), + _('Calculates univariate statistics from the non-null cells of a 3D raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('&Database'), + _('Database information'), + _('List databases'), + _('Lists all databases for a given driver and location.'), + _('List drivers'), + _('Lists all database drivers.'), + _('List tables'), + _('Describe table'), + _('Describes a table in detail.'), + _('List columns'), + _('List all columns for a given table.'), + _('Manage databases'), + _('Connect'), + _('Prints/sets general DB connection for current mapset.'), + _('Login'), + _('Create database'), + _('Creates an empty database.'), + _('Drop database'), + _('Removes an existing database.'), + _('Drop table'), + _('Drops an attribute table.'), + _('Copy table'), + _("Copy a table. Either 'from_table' (optionally with 'where') can be used or 'select' option, but not 'from_table' and 'select' at the same time."), + _('Drop column'), + _('Drops a column from selected attribute table.'), + _('Test'), + _('Test database driver, database must exist and set by db.connect.'), + _('Query'), + _('Query any table'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('SQL statement'), + _("Executes any SQL statement. For SELECT statements use 'db.select'."), + _('Vector database connections'), + _('New table'), + _('Creates and connects a new attribute table to a given layer of an existing vector map.'), + _('Remove table'), + _('Removes existing attribute table of a vector map.'), + _('Join table'), + _('Joins a database table to a vector map table.'), + _('Add columns'), + _('Adds one or more columns to the attribute table connected to a given vector map.'), + _('Drop column'), + _('Drops a column from the attribute table connected to a given vector map.'), + _('Rename column'), + _('Renames a column in the attribute table connected to a given vector map.'), + _('Change values'), + _('Updates a column in the attribute table connected to a vector map.'), + _('Drop row'), + _('Removes a vector feature from a vector map through attribute selection.'), + _('Reconnect vectors to database'), + _('Reconnects attribute tables for all vector maps from the current mapset to a new database.'), + _('Set vector map - database connection'), + _('Prints/sets DB connection for a vector map to attribute table.'), + _('&Temporal'), + _('Manage datasets'), + _('Connect temporal database'), + _('Prints/sets general temporal GIS database connection for current mapset.'), + _('Create'), + _('Creates a space time dataset.'), + _('Rename'), + _('Renames a space time dataset'), + _('Remove'), + _('Removes space time datasets from temporal database.'), + _('Update metadata'), + _('Modifies the metadata of a space time dataset.'), + _('Merge'), + _('Merges several space time datasets into a single space time dataset.'), + _('Temporally shift'), + _('Shifts temporally the maps of a space time dataset.'), + _('Snap maps of dataset'), + _('Snaps temporally the maps of a space time dataset.'), + _('List'), + _('Lists space time datasets and maps registered in the temporal database.'), + _('Manage maps in datasets'), + _('Register maps in datasets'), + _('Assigns timestamps and registers raster, vector and raster3d maps in a space time dataset.'), + _('Unregister maps from datasets'), + _('Unregisters raster, vector and raster3d maps from the temporal database or a specific space time dataset.'), + _('List raster dataset maps'), + _('Lists registered maps of a space time raster dataset.'), + _('List vector dataset maps'), + _('Lists registered maps of a space time vector dataset.'), + _('List 3D raster dataset maps'), + _('Lists registered maps of a space time raster3d dataset.'), + _('Import'), + _('Import raster dataset'), + _('Imports space time raster dataset.'), + _('Import vector dataset'), + _('Imports a space time vector dataset from a GRASS GIS specific archive file.'), + _('Export'), + _('Export raster dataset'), + _('Exports space time raster dataset.'), + _('Export raster dataset as VTK time series'), + _('Exports space time raster dataset as VTK time series.'), + _('Export vector dataset'), + _('Exports a space time vector dataset as GRASS GIS specific archive file.'), + _('Convert raster dataset to 3D raster'), + _('Converts a space time raster dataset into a 3D raster map.'), + _('Extraction'), + _('Extract subset of raster dataset'), + _('Extracts a subset of a space time raster datasets.'), + _('Extract subset of vector dataset'), + _('Extracts a subset of a space time vector dataset.'), + _('Extract subset of 3D raster dataset'), + _('Extracts a subset of a space time 3D raster dataset.'), + _('Query vector dataset attribute data'), + _('Prints attributes of vector maps registered in a space time vector dataset.'), + _('Raster dataset color table'), + _('Creates/modifies the color table associated with each raster map of the space time raster dataset.'), + _('Raster calculations'), + _('Performs spatio-temporal mapcalc expressions on temporally sampled maps of space time raster datasets.'), + _('3D raster calculations'), + _('Performs r3.mapcalc expressions on maps of sampled space time 3D raster datasets.'), + _('Interpolate gaps in raster datasets'), + _('Replaces gaps in a space time raster dataset with interpolated raster maps.'), + _('Aggregation'), + _('Neighborhood analysis in raster dataset'), + _('Performs a neighborhood analysis for each map in a space time raster dataset.'), + _('Aggregation in raster datasets'), + _('Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset.'), + _('Temporal aggregation'), + _('Aggregates temporally the maps of a space time raster dataset by a user defined granularity.'), + _('Temporal aggregation by dataset'), + _('Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset.'), + _('Sampling'), + _('Sample a space time raster dataset at point coordinates'), + _('Sample a space time raster dataset at specific vector point coordinates and write the output to stdout using different layouts'), + _('Query raster dataset by vector points dataset'), + _('Stores raster map values at spatial and temporal positions of vector points as vector attributes.'), + _('Observe specific locations in raster dataset'), + _('Observes specific locations in a space time raster dataset over a period of time using vector points.'), + _('Temporal sampling'), + _('Samples the input space time dataset(s) with a sample space time dataset and print the result to stdout.'), + _('Reports and statistics'), + _('Space time datasets metadata'), + _('Lists information about space time datasets and maps.'), + _('Univariate raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset.'), + _('Univariate vector dataset statistics'), + _('Calculates univariate statistics of attributes for each registered vector map of a space time vector dataset'), + _('Univariate 3D raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered 3D raster map of a space time 3D raster dataset.'), + _('Report temporal topology'), + _('Lists temporal topology of a space time dataset.'), + _('GUI tools'), + _('Animation tool'), + _('Launch animation tool.'), + _('Timeline tool'), + _('Plot temporal extents.'), + _('Temporal plot tool'), + _('Plot temporal values.'), + _('&Help'), + _('GRASS help'), + _('Display the HTML man pages of GRASS GIS'), + _('GUI help'), + _('Display the HTML man pages of GRASS GIS'), + _('About system'), + _('Prints system information'), + _('About GRASS GIS'), + _('About GRASS GIS'), + ''] +menustrings_menudata.LayerManagerModuleTree'> = [ + _('Import, export and link data'), + _('Import raster data'), + _('Simplified raster import with reprojection'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('Import of common raster formats'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('ASCII x,y,z point import and gridding'), + _('ASCII grid import'), + _('Converts a GRASS ASCII raster file to binary raster map.'), + _('ASCII polygons, lines, and point import'), + _('Creates raster maps from ASCII polygon/line/point data files.'), + _('Raw binary array import'), + _('Import a binary raster file into a GRASS raster map layer.'), + _('GRIDATB.FOR import'), + _('Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster map.'), + _('Matlab 2D array import'), + _('Imports a binary MAT-File(v4) to a GRASS raster.'), + _('PNG import'), + _('Imports non-georeferenced PNG format image.'), + _('SPOT NDVI import'), + _('Imports SPOT VGT NDVI data into a raster map.'), + _('SRTM HGT import'), + _('Imports SRTM HGT files into raster map.'), + _('Terra ASTER HDF import'), + _('Georeference, rectify, and import Terra-ASTER imagery and relative DEMs using gdalwarp.'), + _('LAS LiDAR points import'), + _('Creates a raster map from LAS LiDAR points using univariate statistics.'), + _('Unpack raster map'), + _('Imports a GRASS GIS specific raster archive file (packed with r.pack) as a raster map'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Import vector data'), + _('Simplified vector import with reprojection'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('Import of common vector formats'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('ASCII points or GRASS ASCII format'), + _('Creates a vector map from an ASCII points file or ASCII vector file.'), + _('ASCII points as a vector lines'), + _('Imports ASCII x,y[,z] coordinates as a series of lines.'), + _('DXF import'), + _('Converts files in DXF format to GRASS vector map format.'), + _('WFS'), + _('Imports GetFeature from a WFS server.'), + _('ESRI e00 import'), + _('Imports E00 file into a vector map.'), + _('Geonames import'), + _('Imports geonames.org country files into a vector points map.'), + _('Matlab array or Mapgen format import'), + _('Imports Mapgen or Matlab-ASCII vector maps into GRASS.'), + _('LAS LiDAR points import'), + _('Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.'), + _('Unpack vector map'), + _('Imports a GRASS GIS specific vector archive file (packed with v.pack) as a vector map'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Import 3D raster data'), + _('ASCII 3D import'), + _('Converts a 3D ASCII raster text file into a (binary) 3D raster map.'), + _('Raw binary array 3D import'), + _('Imports a binary raster file into a GRASS 3D raster map.'), + _('Vis5D import'), + _('Import database table'), + _('Common import formats'), + _('Imports attribute tables in various formats.'), + _('Export raster map'), + _('Common export formats'), + _('Exports GRASS raster maps into GDAL supported formats.'), + _('ASCII grid export'), + _('Converts a raster map layer into a GRASS ASCII text file.'), + _('ASCII x,y,z points export'), + _('Exports a raster map to a text file as x,y,z values based on cell centers.'), + _('GRIDATB.FOR export'), + _('Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL).'), + _('Matlab 2D array export'), + _('Exports a GRASS raster to a binary MAT-File.'), + _('Raw binary array export'), + _('Exports a GRASS raster to a binary array.'), + _('MPEG-1 export'), + _('Converts raster map series to MPEG movie.'), + _('PNG export'), + _('Export a GRASS raster map as a non-georeferenced PNG image.'), + _('PPM export'), + _('Converts a GRASS raster map to a PPM image file.'), + _('PPM from RGB export'), + _('Converts 3 GRASS raster layers (R,G,B) to a PPM image file.'), + _('POV-Ray export'), + _('Converts a raster map layer into a height-field file for POV-Ray.'), + _('VRML export'), + _('Exports a raster map to the Virtual Reality Modeling Language (VRML).'), + _('VTK export'), + _('Converts raster maps into the VTK-ASCII format.'), + _('Pack raster map'), + _('Exports a raster map as GRASS GIS specific archive file'), + _('Export vector map'), + _('Common export formats'), + _('Exports a vector map layer to any of the supported OGR vector formats. By default a vector map layer is exported to OGC GeoPackage format.'), + _('ASCII points or GRASS ASCII vector export'), + _("Exports a vector map to a GRASS ASCII vector representation. By default only features with category are exported. To export all features use 'layer=-1'."), + _('DXF export'), + _('Exports vector map to DXF file format.'), + _('PostGIS export'), + _('Exports a vector map layer to PostGIS feature table.'), + _('POV-Ray export'), + _('Converts GRASS x,y,z points to POV-Ray x,z,y format.'), + _('SVG export'), + _('Exports a vector map to SVG file.'), + _('VTK export'), + _('Converts a vector map to VTK ASCII output.'), + _('Pack vector map'), + _('Exports a vector map as GRASS GIS specific archive file'), + _('Export 3D raster maps'), + _('ASCII 3D export'), + _('Converts a 3D raster map layer into a ASCII text file.'), + _('Raw binary array 3D export'), + _('Exports a GRASS 3D raster map to a binary array.'), + _('Vis5D export'), + _('VTK export'), + _('Converts 3D raster maps into the VTK-ASCII format.'), + _('Export database table'), + _('Common export formats'), + _('Exports attribute tables into various formats.'), + _('Link external data'), + _('Link external raster data'), + _('Link GDAL supported raster data as a pseudo GRASS raster map layer.'), + _('Link external vector data'), + _('Creates a new pseudo-vector map as a link to an OGR-supported layer.'), + _('Output format for raster data'), + _('Redirects raster output to file utilizing GDAL library rather than storing in GRASS raster format.'), + _('Output format for vector data'), + _('Defines vector output format utilizing OGR library.'), + _('Manage maps'), + _('Copy'), + _("Copies available data files in the current mapset search path to the user's current mapset."), + _('List'), + _('Lists available GRASS data base files of the user-specified data type optionally using the search pattern.'), + _('Rename'), + _("Renames data base element files in the user's current mapset."), + _('Delete'), + _("Removes data base element files from the user's current mapset using the search pattern."), + _('Computational region'), + _('Show current region'), + _('Shows the extent and resolution of the computational region.'), + _('Show region using latitude and longitude'), + _('Shows the extent and resolution of the computational region.'), + _('Show current region extent in Map Display'), + _('Shows the extent of the computational region in Map Display.'), + _('Set region'), + _('Manages the boundary definitions for the geographic region.'), + _('&Raster'), + _('Develop raster map'), + _('Compress/decompress'), + _('Compresses and decompresses raster maps.'), + _('Region boundaries'), + _('Sets the boundary definitions for a raster map.'), + _('Manage NULL values'), + _('Manages NULL-values of given raster map.'), + _('Quantization'), + _('Produces the quantization file for a floating-point map.'), + _('Timestamp'), + _('Modifies a timestamp for a raster map. Print/add/remove a timestamp for a raster map.'), + _('Resample using aggregate statistics'), + _('Resamples raster map layers to a coarser grid using aggregation.'), + _('Resample using multiple methods'), + _('Resamples raster map to a finer grid using interpolation.'), + _('Resample using nearest neighbor'), + _('GRASS raster map layer data resampling capability.'), + _('Resample using spline tension'), + _('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.'), + _('Resample using bspline'), + _('Performs bilinear or bicubic spline interpolation with Tykhonov regularization.'), + _('Resample using analytic kernel'), + _('Resamples raster map layers using an analytic kernel.'), + _('Support file maintenance'), + _('Allows creation and/or modification of raster map layer support files.'), + _('Update map statistics'), + _('Update raster map statistics'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Tiling'), + _('Produces tilings of the source projection for use in the destination region and projection.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a raster map.'), + _('Color tables (stddev)'), + _("Sets color rules based on stddev from a raster map's mean value."), + _('Manage color rules interactively'), + _('Interactive management of raster color tables.'), + _('Export color table'), + _('Exports the color table associated with a raster map.'), + _('Blend 2 color rasters'), + _('Blends color components of two raster maps by a given ratio.'), + _('Create RGB'), + _('Combines red, green and blue raster maps into a single composite raster map.'), + _('RGB to HIS'), + _('Generates red, green and blue (RGB) raster map layers combining hue, intensity and saturation (HIS) values from user-specified input raster map layers.'), + _('Query raster maps'), + _('Query values by coordinates'), + _('Queries raster maps on their category values and category labels.'), + _('Query colors by value'), + _('Queries colors for a raster map layer.'), + _('Map type conversions'), + _('Raster to vector'), + _('Converts a raster map into a vector map.'), + _('Raster series to 3D raster'), + _('Converts 2D raster map slices to one 3D raster volume map.'), + _('Raster 2.5D to 3D raster'), + _('Creates a 3D volume map based on 2D elevation and value raster maps.'), + _('Raster buffers and distance'), + _('Buffer rasters'), + _('Creates a raster map showing buffer zones surrounding cells that contain non-NULL category values.'), + _('Concentric circles'), + _('Creates a raster map containing concentric rings around a given point.'), + _('Closest points'), + _('Locates the closest points between objects in two raster maps.'), + _('Grow by one cell'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Mask'), + _('Creates a MASK for limiting raster operation.'), + _('Raster map calculator'), + _('Simplified raster map calculator'), + _('Raster map calculator'), + _('Raster map calculator.'), + _('Neighborhood analysis'), + _('Moving window'), + _('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.'), + _('Neighborhood points'), + _('Neighborhood analysis tool for vector point maps. 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.'), + _('Overlay rasters'), + _('Cross product'), + _('Creates a cross product of the category values from multiple raster map layers.'), + _('Patch raster maps'), + _('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 series aggregation'), + _('Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers.'), + _('Raster series accumulation'), + _('Makes each output cell value a accumulationfunction of the values assigned to the corresponding cells in the input raster map layers.'), + _('Statistical overlay'), + _('Calculates category or object oriented statistics (accumulator-based statistics).'), + _('Quantiles overlay'), + _('Compute category quantiles using two passes.'), + _('Solar radiance and shadows'), + _('LatLong map'), + _('Creates a latitude/longitude raster map.'), + _('Solar irradiance and irradiation'), + _('Solar irradiance and irradiation model. Computes direct (beam), diffuse and reflected solar irradiation raster maps for given day, latitude, surface and atmospheric conditions. Solar parameters (e.g. sunrise, sunset times, declination, extraterrestrial irradiance, daylight length) are saved in the map history file. Alternatively, a local time can be specified to compute solar incidence angle and/or irradiance raster maps. The shadowing effect of the topography is optionally incorporated.'), + _('Shadows map'), + _('Calculates cast shadow areas from sun position and elevation raster map. Either exact sun position (A) is specified, or date/time to calculate the sun position (B) by r.sunmask itself.'), + _('Sunshine hours and solar angles'), + _("Calculates solar elevation, solar azimuth, and sun hours. Solar elevation: the angle between the direction of the geometric center of the sun's apparent disk and the (idealized) horizon. Solar azimuth: the angle from due north in clockwise direction."), + _('Terrain analysis'), + _('Generate contour lines'), + _('Produces a vector map of specified contours from a raster map.'), + _('Cost surface'), + _('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.'), + _('Cumulative movement costs'), + _('Creates a raster map showing the anisotropic cumulative cost of moving between different geographic locations on an input raster map whose cell category values represent cost.'), + _('Least cost route or flow'), + _('Traces a flow through an elevation model or cost surface on a raster map.'), + _('Compute shaded relief'), + _('Creates shaded relief map from an elevation map (DEM). '), + _('Apply shade to raster'), + _('Drapes a color raster over an shaded relief or aspect map.'), + _('Slope and aspect'), + _('Generates raster maps of slope, aspect, curvatures and partial derivatives from an elevation raster map. Aspect is calculated counterclockwise from east.'), + _('Landforms'), + _('Calculates geomorphons (terrain forms) and associated geometry using machine vision approach.'), + _('Terrain parameters'), + _('Extracts terrain parameters from a DEM. Uses a multi-scale approach by taking fitting quadratic parameters to any size window (via least squares).'), + _('Textural features'), + _('Generate images with textural features from a raster map.'), + _('Visibility'), + _('Computes the viewshed of a point on an elevation raster map. Default format: NULL (invisible), vertical angle wrt viewpoint (visible).'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Horizon angle'), + _("Computes horizon angle height from a digital elevation model. The module has two different modes of operation: 1. Computes the entire horizon around a single point whose coordinates are given with the 'coord' option. The horizon height (in radians). 2. Computes one or more raster maps of the horizon height in a single direction. The input for this is the angle (in degrees), which is measured counterclockwise with east=0, north=90 etc. The output is the horizon height in radians."), + _('Transform features'), + _('Clump'), + _('Recategorizes data in a raster map by grouping cells that form physically discrete areas into unique categories.'), + _('Grow'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Thin'), + _('Thins non-null cells that denote linear features in a raster map layer.'), + _('Hydrologic modeling'), + _('Carve stream channels'), + _('Generates stream channels. Takes vector stream data, transforms it to raster and subtracts depth from the output DEM.'), + _('Fill lake'), + _('Fills lake at given point to given level.'), + _('Depressionless map and flowlines'), + _('Filters and generates a depressionless elevation map and a flow direction map from a given elevation raster map.'), + _('Flow accumulation'), + _('Performs flow computation for massive grids.'), + _('Flow lines'), + _('Constructs flowlines. Computes flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a elevation raster map.'), + _('Watershed analysis'), + _('Calculates hydrological parameters and RUSLE factors.'), + _('Watershed subbasins'), + _('Generates watershed subbasins raster map.'), + _('Watershed basin creation'), + _('Creates watershed basins from a drainage direction map.'), + _('Extraction of stream networks'), + _('Performs stream network extraction.'), + _('SIMWE Overland flow modeling'), + _('Overland flow hydrologic simulation using path sampling method (SIMWE).'), + _('SIMWE Sediment flux modeling'), + _('Sediment transport and erosion/deposition simulation using path sampling method (SIMWE).'), + _('Topographic index map'), + _('Creates a topographic index (wetness index) raster map from an elevation raster map.'), + _('TOPMODEL simulation'), + _('Simulates TOPMODEL which is a physically based hydrologic model.'), + _('USLE K-factor'), + _('Computes USLE Soil Erodibility Factor (K).'), + _('USLE R-factor'), + _('Computes USLE R factor, Rainfall erosivity index.'), + _('Groundwater modeling'), + _('Groundwater flow'), + _('Numerical calculation program for transient, confined and unconfined groundwater flow in two dimensions.'), + _('Groundwater solute transport'), + _('Numerical calculation program for transient, confined and unconfined solute transport in two dimensions'), + _('Landscape patch analysis'), + _('Set up sampling and analysis framework'), + _("Configuration editor for r.li.'index'"), + _('Edge density'), + _('Calculates edge density index on a raster map, using a 4 neighbour algorithm'), + _('Contrast weighted edge density'), + _('Calculates contrast weighted edge density index on a raster map'), + _('Patch area mean'), + _('Calculates mean patch size index on a raster map, using a 4 neighbour algorithm'), + _('Patch area range'), + _('Calculates range of patch area size on a raster map'), + _('Patch area Std Dev'), + _('Calculates standard deviation of patch area a raster map'), + _('Patch area Coeff Var'), + _('Calculates coefficient of variation of patch area on a raster map'), + _('Patch density'), + _('Calculates patch density index on a raster map, using a 4 neighbour algorithm'), + _('Patch number'), + _('Calculates patch number index on a raster map, using a 4 neighbour algorithm.'), + _("Dominance's diversity"), + _("Calculates dominance's diversity index on a raster map"), + _("Shannon's diversity"), + _("Calculates Shannon's diversity index on a raster map"), + _("Simpson's diversity"), + _("Calculates Simpson's diversity index on a raster map"), + _('Richness'), + _('Calculates richness index on a raster map'), + _('Shape index'), + _('Calculates shape index on a raster map'), + _('Wildfire modeling'), + _('Rate of spread'), + _('Generates rate of spread raster maps. Generates three, or four raster map layers showing the base (perpendicular) rate of spread (ROS), the maximum (forward) ROS, the direction of the maximum ROS, and optionally the maximum potential spotting distance for fire spread simulation.'), + _('Least-cost spread paths'), + _('Recursively traces the least cost path backwards to cells from which the cumulative cost was determined.'), + _('Anisotropic spread simulation'), + _('Simulates elliptically anisotropic spread. 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. It optionally produces raster maps to contain backlink UTM coordinates for tracing spread paths. Usable for fire spread simulations.'), + _('Change category values and labels'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('Interactively edit category values'), + _('Edits cell values in a raster map.'), + _('Reclassify by size'), + _('Reclasses a raster map greater or less than user specified area size (in hectares).'), + _('Reclassify'), + _('Reclassify raster map based on category values. Creates a new raster map whose category values are based upon a reclassification of the categories in an existing raster map.'), + _('Recode'), + _('Recodes categorical raster maps.'), + _('Rescale'), + _('Rescales the range of category values in a raster map layer.'), + _('Rescale with histogram'), + _('Rescales histogram equalized the range of category values in a raster map layer.'), + _('Generate random cells'), + _('Random cells'), + _('Generates random cell values with spatial dependence.'), + _('Random cells and vector points'), + _('Creates a raster map layer and vector point map containing randomly located points.'), + _('Generate surfaces'), + _('Fractal surface'), + _('Creates a fractal surface of a given fractal dimension.'), + _('Gaussian kernel density surface'), + _('Generates a raster density map from vector points map. Density is computed using a moving kernel. Optionally generates a vector density map on a vector network.'), + _('Gaussian deviates surface'), + _('Generates a raster map using gaussian random number generator. Mean and standard deviation of gaussian deviates can be expressed by the user.'), + _('Plane'), + _('Creates raster plane map given dip (inclination), aspect (azimuth) and one point.'), + _('Random deviates surface'), + _('Produces a raster surface map of uniform random deviates with defined range.'), + _('Random surface with spatial dependence'), + _('Generates random surface(s) with spatial dependence.'), + _('Interpolate surfaces'), + _('Bilinear and bicubic from vector points'), + _('Performs bicubic or bilinear spline interpolation with Tykhonov regularization.'), + _('IDW from raster points'), + _('Provides surface interpolation from raster point data by Inverse Distance Squared Weighting.'), + _('IDW from vector points'), + _('Provides surface interpolation from vector point data by Inverse Distance Squared Weighting.'), + _('Raster contours'), + _('Generates surface raster map from rasterized contours.'), + _('Regularized spline tension'), + _('Performs surface interpolation from vector points map by splines. Spatial approximation and topographic analysis from given point or isoline data in vector format to floating point raster format using regularized spline with tension.'), + _('Raster series interpolation'), + _('Interpolates raster maps located (temporal or spatial) in between input raster maps at specific sampling positions.'), + _('Fill NULL cells'), + _('Fills no-data areas in raster maps using spline interpolation.'), + _('Reports and statistics'), + _('Basic raster metadata'), + _('Outputs basic information about a raster map.'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('General statistics'), + _('Generates area statistics for raster map.'), + _('Quantiles for large data sets'), + _('Compute quantiles using two passes.'), + _('Range of category values'), + _('Prints terse list of category values found in a raster map layer.'), + _('Sum area by raster map and category'), + _('Reports statistics for raster maps.'), + _('Statistics for clumped cells'), + _('Calculates the volume of data "clumps". Optionally produces a GRASS vector points map containing the calculated centroids of these clumps.'), + _('Total corrected area'), + _('Prints estimation of surface area for raster map.'), + _('Univariate raster statistics'), + _('Calculates univariate statistics from the non-null cells of a raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('Sample transects'), + _('Outputs the raster map layer values lying on user-defined line(s).'), + _('Sample transects (bearing/distance)'), + _('Outputs raster map layer values lying along user defined transect line(s).'), + _('Covariance/correlation'), + _('Outputs a covariance/correlation matrix for user-specified raster map layer(s).'), + _('Linear regression'), + _('Calculates linear regression from two raster maps: y = a + b*x.'), + _('Multiple regression'), + _('Calculates multiple linear regression from raster maps.'), + _('Mutual category occurrences'), + _('Tabulates the mutual occurrence (coincidence) of categories for two raster map layers.'), + _('&Vector'), + _('Develop vector map'), + _('Create new vector map'), + _('Create new empty vector map'), + _('Edit vector map (non-interactively)'), + _('Edits a vector map, allows adding, deleting and modifying selected vector features.'), + _('Convert object types'), + _('Changes type of vector features.'), + _('Parallel lines'), + _('Creates parallel line to input vector lines.'), + _('Dissolve boundaries'), + _('Dissolves boundaries between adjacent areas sharing a common category number or attribute.'), + _('Create 3D vector over raster'), + _('Converts 2D vector features to 3D by sampling of elevation raster map.'), + _('Extrude 3D vector map'), + _('Extrudes flat vector features to 3D vector features with defined height. Optionally the height can be derived from sampling of elevation raster map.'), + _('Create labels'), + _('Creates paint labels for a vector map from attached attributes.'), + _('Reposition vector map'), + _('Performs an affine transformation (shift, scale and rotate) on vector map.'), + _('Rectify vector map'), + _('Rectifies a vector by computing a coordinate transformation for each object in the vector based on the control points.'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Support file maintenance'), + _('Updates vector map metadata.'), + _('Topology maintenance'), + _('Create or rebuild topology'), + _('Creates topology for vector map. Optionally also checks for topological errors.'), + _('Rebuild topology on all vector maps'), + _('Rebuilds topology on all vector maps in the current mapset.'), + _('Build polylines'), + _('Builds polylines from lines or boundaries.'), + _('Split lines'), + _('Splits vector lines to shorter segments.'), + _('Split polylines'), + _('Creates points/segments from input vector lines and positions.'), + _('Clean vector map'), + _('Toolset for cleaning topology of vector map.'), + _('Smooth or simplify'), + _('Performs vector based generalization.'), + _('Add centroids'), + _('Adds missing centroids to closed boundaries.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a vector map.'), + _('Manage color rules interactively'), + _('Interactive management of vector color tables.'), + _('Export color table'), + _('Exports the color table associated with a vector map.'), + _('Query vector map'), + _('Query with coordinate(s)'), + _('Queries a vector map at given locations.'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('Feature selection'), + _('Select by attributes'), + _('Selects vector features from an existing vector map and creates a new vector map containing only the selected features.'), + _('Select by another map'), + _('Selects features from vector map (A) by features from other vector map (B).'), + _('Map type conversions'), + _('Vector to raster'), + _('Converts (rasterize) a vector map into a raster map.'), + _('Vector to 3D raster'), + _('Converts a vector map (only points) into a 3D raster map.'), + _('2D vector to 3D vector'), + _('Performs transformation of 2D vector features to 3D.'), + _('Buffer vectors'), + _('Creates a buffer around vector features of given type.'), + _('Point analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Identify point clusters'), + _('Performs cluster identification.'), + _('Indices for quadrat counts of vector point lists'), + _('Indices for quadrat counts of vector point lists.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Tests for normality for vector points'), + _('Tests for normality for vector points.'), + _('Lidar analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Detect edges'), + _("Detects the object's edges from a LIDAR data set."), + _('Detect interiors'), + _('Building contour determination and Region Growing algorithm for determining the building inside'), + _('Correct and reclassify objects'), + _('Corrects the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering.'), + _('Linear referencing'), + _('Create LRS'), + _('Creates a linear reference system.'), + _('Create stationing'), + _('Creates stationing from input lines, and linear reference system.'), + _('Create points/segments'), + _('Creates points/segments from input lines, linear reference system and positions read from stdin or a file.'), + _('Find line id and offset'), + _('Finds line id and real km+offset for given points in vector map using linear reference system.'), + _('Nearest features'), + _('Network analysis'), + _('Vector network analysis tool'), + _('Tool for interactive vector network analysis.'), + _('Network preparation'), + _('Performs network maintenance.'), + _('Allocate subnets'), + _('Allocates subnets for nearest centers. Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Split net'), + _('Splits subnets for nearest centers by cost isolines. Splits net to bands between cost isolines (direction from center). Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Shortest path'), + _('Finds shortest path on vector network.'), + _('Shortest path for sets of features'), + _("Computes shortest distance via the network between the given sets of features. Finds the shortest paths from each 'from' point to the nearest 'to' feature and various information about this relation are uploaded to the attribute table."), + _('Shortest path using timetables'), + _('Finds shortest path using timetables.'), + _('Shortest path for all pairs'), + _('Computes the shortest path between all pairs of nodes in the network.'), + _('Visibility network'), + _('Performs visibility graph construction.'), + _('Bridges and articulation points'), + _('Computes bridges and articulation points in the network.'), + _('Maximum flow'), + _('Computes the maximum flow between two sets of nodes in the network.'), + _('Vertex connectivity'), + _('Computes vertex connectivity between two sets of nodes in the network.'), + _('Components'), + _('Computes strongly and weakly connected components in the network.'), + _('Centrality'), + _('Computes degree, centrality, betweeness, closeness and eigenvector centrality measures in the network.'), + _('Steiner tree'), + _("Creates Steiner tree for the network and given terminals. Note that 'Minimum Steiner Tree' problem is NP-hard and heuristic algorithm is used in this module so the result may be sub optimal."), + _('Minimum spanning tree'), + _('Computes minimum spanning tree for the network.'), + _('Traveling salesman analysis'), + _('Creates a cycle connecting given nodes (Traveling salesman problem). Note that TSP is NP-hard, heuristic algorithm is used by this module and created cycle may be sub optimal'), + _('Overlay vector maps'), + _('Clip vector maps'), + _('Overlay vector maps'), + _('Overlays two vector maps offering clip, intersection, difference, symmetrical difference, union operators.'), + _('Patch vector maps'), + _('Creates a new vector map by combining other vector maps.'), + _('Manage categories'), + _('Change or report categories'), + _('Attaches, deletes or reports vector categories to map geometry.'), + _('Reclassify'), + _('Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column.'), + _('Update attributes'), + _('Update area attributes from raster'), + _('Calculates univariate statistics from a raster map based on a vector map and uploads statistics to new attribute columns.'), + _('Update area attributes from vector'), + _('Count points in areas, calculate statistics from point attributes.'), + _('Update point attributes from areas'), + _('Uploads vector values at positions of vector points to the table.'), + _('Update database values from vector'), + _('Populates attribute values from vector features.'), + _('Sample raster maps at point locations'), + _('Uploads raster values at positions of vector points to the table.'), + _('Sample raster neighborhood around points'), + _('Samples a raster map at vector point locations.'), + _('Generate area for current region'), + _('Creates a vector polygon from the current region extent.'), + _('Generate areas from points'), + _('Convex hull'), + _('Produces a 2D/3D convex hull for a given vector map.'), + _('Delaunay triangles'), + _('Creates a Delaunay triangulation from an input vector map containing points or centroids.'), + _('Voronoi diagram/Thiessen polygons'), + _('Creates a Voronoi diagram constrained to the extents of the current region from an input vector map containing points or centroids.'), + _('Generate grid'), + _('Creates a vector map of a user-defined grid.'), + _('Generate points'), + _('Generate from database'), + _('Creates new vector (points) map from database table containing coordinates.'), + _('Generate points along lines'), + _('Creates points along input lines in new vector map with 2 layers.'), + _('Generate random points'), + _('Generates random 2D/3D vector points.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Remove outliers in point sets'), + _('Removes outliers from vector point data.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Reports and statistics'), + _('Basic vector metadata'), + _('Outputs basic information about a vector map.'), + _('Classify attribute data'), + _('Classifies attribute data, e.g. for thematic mapping'), + _('Report topology by category'), + _('Reports geometry statistics for vector maps.'), + _('Univariate attribute statistics for points'), + _('Calculates univariate statistics of vector map features. Variance and standard deviation is calculated only for points if specified.'), + _('Univariate statistics for attribute columns'), + _('Calculates univariate statistics on selected table column for a GRASS vector map.'), + _('Sample transects'), + _('Vector map profiling tool'), + _('Quadrat indices'), + _('Indices for quadrat counts of vector point lists.'), + _('Test normality'), + _('Tests for normality for vector points.'), + _('&Imagery'), + _('Develop images and groups'), + _('Create/edit group'), + _('Creates, edits, and lists groups of imagery files.'), + _('Target group'), + _('Targets an imagery group to a GRASS location and mapset.'), + _('Mosaic images'), + _('Mosaics several images and extends colormap.'), + _('Manage image colors'), + _('Color balance for RGB'), + _('Performs auto-balancing of colors for RGB images.'), + _('HIS to RGB'), + _('Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space.'), + _('RGB to HIS'), + _('Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-Intensity-Saturation) color space.'), + _('Rectify image or raster'), + _('Rectifies an image by computing a coordinate transformation for each pixel in the image based on the control points.'), + _('Histogram'), + _('Generate histogram of image'), + _('Spectral response'), + _('Displays spectral response at user specified locations in group or images.'), + _('Pan sharpening'), + _('Image fusion algorithms to sharpen multispectral with high-res panchromatic channels'), + _('Classify image'), + _('Clustering input for unsupervised classification'), + _('Generates spectral signatures for land cover types in an image using a clustering algorithm. The resulting signature file is used as input for i.maxlik, to generate an unsupervised image classification.'), + _('Input for supervised MLC'), + _('Generates statistics for i.maxlik from raster map.'), + _('Maximum likelihood classification (MLC)'), + _('Classifies the cell spectral reflectances in imagery data. Classification is based on the spectral signature information generated by either i.cluster, g.gui.iclass, or i.gensig.'), + _('Interactive input for supervised classification'), + _('Generates spectral signatures by allowing the user to outline training areas.'), + _('Input for supervised SMAP'), + _('Generates statistics for i.smap from raster map.'), + _('Sequential maximum a posteriori classification (SMAP)'), + _('Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation.'), + _('Object segmentation'), + _('Identifies segments (objects) from imagery data.'), + _('Filter image'), + _('Edge detection'), + _('Zero-crossing "edge detection" raster function for image processing.'), + _('Matrix/convolving filter'), + _('Performs raster map matrix filter.'), + _('Transform image'), + _('Canonical correlation'), + _('Canonical components analysis (CCA) program for image processing.'), + _('Principal components'), + _('Principal components analysis (PCA) for image processing.'), + _('Fast Fourier'), + _('Fast Fourier Transform (FFT) for image processing.'), + _('Inverse Fast Fourier'), + _('Inverse Fast Fourier Transform (IFFT) for image processing.'), + _('Satellite images tools'), + _('Aster DN to radiance/reflectance'), + _('Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature from ASTER DN.'), + _('Landsat DN to radiance/reflectance'), + _('Calculates top-of-atmosphere radiance or reflectance and temperature for Landsat MSS/TM/ETM+/OLI'), + _('Landsat cloud cover assessment'), + _('Performs Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA).'), + _('Modis quality control'), + _('Extracts quality control parameters from MODIS QC layers.'), + _('Atmospheric correction'), + _('Performs atmospheric correction using the 6S algorithm. 6S - Second Simulation of Satellite Signal in the Solar Spectrum.'), + _('Topographic correction'), + _('Computes topographic correction of reflectance.'), + _('Orthophoto tools'), + _('Manage GCPs for 3D correction'), + _('Georectifies a map and allows managing GCP for 3D correction.'), + _('Corrects scanning distortions'), + _('Corrects scanning distortions of a scanned aerial photo.'), + _('Satellite images products'), + _('Vegetation indices'), + _('Calculates different types of vegetation indices. Uses red and nir bands mostly, and some indices require additional bands.'), + _('Tasseled cap vegetation index'), + _('Performs Tasseled Cap (Kauth Thomas) transformation.'), + _('Albedo'), + _('Computes broad band albedo from surface reflectance.'), + _('Emissivity'), + _('Computes emissivity from NDVI, generic method for sparse land.'), + _('Biomass growth'), + _('Computes biomass growth, precursor of crop yield calculation.'), + _('Evapotranspiration calculation'), + _('Instantaneaous Net Radiation'), + _('Net radiation approximation (Bastiaanssen, 1995).'), + _('Soil heat flux'), + _('Soil heat flux approximation (Bastiaanssen, 1995).'), + _('Sensible heat flux'), + _('Computes sensible heat flux iteration SEBAL 01.'), + _('Evaporative fraction'), + _('Computes evaporative fraction and root zone soil moisture.'), + _('Actual Evapotranspiration'), + _('Actual evapotranspiration for diurnal period (Bastiaanssen, 1995).'), + _('Temporal integration of ETa'), + _('Computes temporal integration of satellite ET actual (ETa) following the daily ET reference (ETo) from meteorological station(s).'), + _('Hargreaves methods Evapotranspiration'), + _('Computes evapotranspiration calculation modified or original Hargreaves formulation, 2001.'), + _('Penman-Monteith Evapotranspiration'), + _('Computes potential evapotranspiration calculation with hourly Penman-Monteith.'), + _('Priestley-Taylor Evapotranspiration'), + _('Computes evapotranspiration calculation Priestley and Taylor formulation, 1972.'), + _('Reports and statistics'), + _('Kappa analysis'), + _('Calculates error matrix and kappa parameter for accuracy assessment of classification result.'), + _('OIF for LandSat TM'), + _('Calculates Optimum-Index-Factor table for spectral bands'), + _('3D r&aster'), + _('Develop 3D raster map'), + _('Manage 3D NULL values'), + _('Explicitly create the 3D NULL-value bitmap file.'), + _('Manage timestamp'), + _('Modifies a timestamp for a 3D raster map. Print/add/remove a timestamp for a 3D raster map.'), + _('Map type conversions'), + _('3D rasters to raster series'), + _('Converts 3D raster maps to 2D raster maps'), + _('3D color tables'), + _('Creates/modifies the color table associated with a 3D raster map.'), + _('Export 3D color table'), + _('Exports the color table associated with a 3D raster map.'), + _('3D mask'), + _('Establishes the current working 3D raster mask.'), + _('3D raster map calculator'), + _('3D raster map calculator'), + _('Cross section'), + _('Creates cross section 2D raster map from 3D raster map based on 2D elevation map'), + _('Groundwater modeling'), + _('Numerical calculation program for transient, confined groundwater flow in three dimensions.'), + _('Interpolate 3D raster from points'), + _('Interpolates point data to a 3D raster map using regularized spline with tension (RST) algorithm.'), + _('Reports and statistics'), + _('Basic 3D raster metadata'), + _('Outputs basic information about a user-specified 3D raster map layer.'), + _('3D raster statistics'), + _('Generates volume statistics for 3D raster maps.'), + _('Univariate statistics for 3D rasters'), + _('Calculates univariate statistics from the non-null cells of a 3D raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('&Database'), + _('Database information'), + _('List databases'), + _('Lists all databases for a given driver and location.'), + _('List drivers'), + _('Lists all database drivers.'), + _('List tables'), + _('Describe table'), + _('Describes a table in detail.'), + _('List columns'), + _('List all columns for a given table.'), + _('Manage databases'), + _('Connect'), + _('Prints/sets general DB connection for current mapset.'), + _('Login'), + _('Create database'), + _('Creates an empty database.'), + _('Drop database'), + _('Removes an existing database.'), + _('Drop table'), + _('Drops an attribute table.'), + _('Copy table'), + _("Copy a table. Either 'from_table' (optionally with 'where') can be used or 'select' option, but not 'from_table' and 'select' at the same time."), + _('Drop column'), + _('Drops a column from selected attribute table.'), + _('Test'), + _('Test database driver, database must exist and set by db.connect.'), + _('Query'), + _('Query any table'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('SQL statement'), + _("Executes any SQL statement. For SELECT statements use 'db.select'."), + _('Vector database connections'), + _('New table'), + _('Creates and connects a new attribute table to a given layer of an existing vector map.'), + _('Remove table'), + _('Removes existing attribute table of a vector map.'), + _('Join table'), + _('Joins a database table to a vector map table.'), + _('Add columns'), + _('Adds one or more columns to the attribute table connected to a given vector map.'), + _('Drop column'), + _('Drops a column from the attribute table connected to a given vector map.'), + _('Rename column'), + _('Renames a column in the attribute table connected to a given vector map.'), + _('Change values'), + _('Updates a column in the attribute table connected to a vector map.'), + _('Drop row'), + _('Removes a vector feature from a vector map through attribute selection.'), + _('Reconnect vectors to database'), + _('Reconnects attribute tables for all vector maps from the current mapset to a new database.'), + _('Set vector map - database connection'), + _('Prints/sets DB connection for a vector map to attribute table.'), + _('&Temporal'), + _('Manage datasets'), + _('Connect temporal database'), + _('Prints/sets general temporal GIS database connection for current mapset.'), + _('Create'), + _('Creates a space time dataset.'), + _('Rename'), + _('Renames a space time dataset'), + _('Remove'), + _('Removes space time datasets from temporal database.'), + _('Update metadata'), + _('Modifies the metadata of a space time dataset.'), + _('Merge'), + _('Merges several space time datasets into a single space time dataset.'), + _('Temporally shift'), + _('Shifts temporally the maps of a space time dataset.'), + _('Snap maps of dataset'), + _('Snaps temporally the maps of a space time dataset.'), + _('List'), + _('Lists space time datasets and maps registered in the temporal database.'), + _('Manage maps in datasets'), + _('Register maps in datasets'), + _('Assigns timestamps and registers raster, vector and raster3d maps in a space time dataset.'), + _('Unregister maps from datasets'), + _('Unregisters raster, vector and raster3d maps from the temporal database or a specific space time dataset.'), + _('List raster dataset maps'), + _('Lists registered maps of a space time raster dataset.'), + _('List vector dataset maps'), + _('Lists registered maps of a space time vector dataset.'), + _('List 3D raster dataset maps'), + _('Lists registered maps of a space time raster3d dataset.'), + _('Import'), + _('Import raster dataset'), + _('Imports space time raster dataset.'), + _('Import vector dataset'), + _('Imports a space time vector dataset from a GRASS GIS specific archive file.'), + _('Export'), + _('Export raster dataset'), + _('Exports space time raster dataset.'), + _('Export raster dataset as VTK time series'), + _('Exports space time raster dataset as VTK time series.'), + _('Export vector dataset'), + _('Exports a space time vector dataset as GRASS GIS specific archive file.'), + _('Convert raster dataset to 3D raster'), + _('Converts a space time raster dataset into a 3D raster map.'), + _('Extraction'), + _('Extract subset of raster dataset'), + _('Extracts a subset of a space time raster datasets.'), + _('Extract subset of vector dataset'), + _('Extracts a subset of a space time vector dataset.'), + _('Extract subset of 3D raster dataset'), + _('Extracts a subset of a space time 3D raster dataset.'), + _('Query vector dataset attribute data'), + _('Prints attributes of vector maps registered in a space time vector dataset.'), + _('Raster dataset color table'), + _('Creates/modifies the color table associated with each raster map of the space time raster dataset.'), + _('Raster calculations'), + _('Performs spatio-temporal mapcalc expressions on temporally sampled maps of space time raster datasets.'), + _('3D raster calculations'), + _('Performs r3.mapcalc expressions on maps of sampled space time 3D raster datasets.'), + _('Interpolate gaps in raster datasets'), + _('Replaces gaps in a space time raster dataset with interpolated raster maps.'), + _('Aggregation'), + _('Neighborhood analysis in raster dataset'), + _('Performs a neighborhood analysis for each map in a space time raster dataset.'), + _('Aggregation in raster datasets'), + _('Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset.'), + _('Temporal aggregation'), + _('Aggregates temporally the maps of a space time raster dataset by a user defined granularity.'), + _('Temporal aggregation by dataset'), + _('Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset.'), + _('Sampling'), + _('Sample a space time raster dataset at point coordinates'), + _('Sample a space time raster dataset at specific vector point coordinates and write the output to stdout using different layouts'), + _('Query raster dataset by vector points dataset'), + _('Stores raster map values at spatial and temporal positions of vector points as vector attributes.'), + _('Observe specific locations in raster dataset'), + _('Observes specific locations in a space time raster dataset over a period of time using vector points.'), + _('Temporal sampling'), + _('Samples the input space time dataset(s) with a sample space time dataset and print the result to stdout.'), + _('Reports and statistics'), + _('Space time datasets metadata'), + _('Lists information about space time datasets and maps.'), + _('Univariate raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset.'), + _('Univariate vector dataset statistics'), + _('Calculates univariate statistics of attributes for each registered vector map of a space time vector dataset'), + _('Univariate 3D raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered 3D raster map of a space time 3D raster dataset.'), + _('Report temporal topology'), + _('Lists temporal topology of a space time dataset.'), + _('GUI tools'), + _('Animation tool'), + _('Launch animation tool.'), + _('Timeline tool'), + _('Plot temporal extents.'), + _('Temporal plot tool'), + _('Plot temporal values.'), + _('GUI tools'), + _('Animation tool'), + _('Launch animation tool.'), + _('Attribute table manager'), + _('Launches graphical attribute table manager.'), + _('Cartographic Composer'), + _('Launch Cartographic Composer'), + _('Georectify'), + _('Manage Ground Control Points for Georectification'), + _('Graphical modeler'), + _('Launch Graphical modeler'), + _('Interactive input for supervised classification'), + _('Generates spectral signatures by allowing the user to outline training areas.'), + _('Map Swipe'), + _('Launch Map Swipe'), + _('Temporal plot tool'), + _('Plot temporal values.'), + _('Timeline tool'), + _('Plot temporal extents.'), + ''] +menustrings_menudata.PsMapMenuData'> = [ + _('&File'), + _('Page setup'), + _('Specify paper size, margins and orientation'), + _('Load instruction file'), + _('Load text file with mapping instructions'), + _('Export instruction file'), + _('Generate text file with mapping instructions'), + _('Export to PostScript'), + _('Generate PostScript output'), + _('Export to PDF'), + _('Generate PDF output'), + _('Launch ps.map dialog'), + _('Launch ps.map dialog'), + _('Quit'), + _('Close Cartographic Composer'), + _('&Insert'), + _('Map frame'), + _('Add or edit map frame'), + _('Raster map'), + _('Add or edit raster map'), + _('Vector map'), + _('Add or edit vector map'), + _('Map legend'), + _('Add or edit raster and vector legend'), + _('Map info'), + _('Add or edit map info'), + _('Scale bar'), + _('Add or edit scale bar'), + _('Text'), + _('Add text'), + _('Image'), + _('Add image'), + _('North Arrow'), + _('Add north arrow'), + _('Delete'), + _('Delete selected object'), + _('&Help'), + _('Help'), + _('Display the HTML man pages of Cartographic Composer'), + _('About Cartographic Composer'), + _('Display information about Cartographic Composer'), + ''] +menustrings_menudata.LayerManagerMenuData'> = [ + _('&File'), + _('Workspace'), + _('New'), + _('Create new workspace'), + _('Open'), + _('Load workspace from file'), + _('Save'), + _('Save workspace'), + _('Save as'), + _('Save workspace to file'), + _('Close'), + _('Close workspace file'), + _('Load GRC file (Tcl/Tk GUI)'), + _('Load map layers from GRC file to layer tree'), + _('Map display'), + _('Add raster'), + _('Add raster map layer to current display'), + _('Add vector'), + _('Add vector map layer to current display'), + _('Add multiple rasters or vectors'), + _('Add multiple raster or vector map layers to current display'), + _('Add RGB raster layer'), + _('Add RGB raster map layer to current display'), + _('Add web service layer'), + _('Add web service layer'), + _('New map display window'), + _('Open new map display window'), + _('Render all map displays'), + _('Re-render maps in all open map display windows'), + _('Close current map display window'), + _('Close current map display window'), + _('Close all open map display windows'), + _('Close all open map display windows'), + _('Import raster data'), + _('Simplified raster import with reprojection'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('Import of common raster formats'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('ASCII x,y,z point import and gridding'), + _('ASCII grid import'), + _('Converts a GRASS ASCII raster file to binary raster map.'), + _('ASCII polygons, lines, and point import'), + _('Creates raster maps from ASCII polygon/line/point data files.'), + _('Raw binary array import'), + _('Import a binary raster file into a GRASS raster map layer.'), + _('GRIDATB.FOR import'), + _('Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster map.'), + _('Matlab 2D array import'), + _('Imports a binary MAT-File(v4) to a GRASS raster.'), + _('PNG import'), + _('Imports non-georeferenced PNG format image.'), + _('SPOT NDVI import'), + _('Imports SPOT VGT NDVI data into a raster map.'), + _('SRTM HGT import'), + _('Imports SRTM HGT files into raster map.'), + _('Terra ASTER HDF import'), + _('Georeference, rectify, and import Terra-ASTER imagery and relative DEMs using gdalwarp.'), + _('LAS LiDAR points import'), + _('Creates a raster map from LAS LiDAR points using univariate statistics.'), + _('Unpack raster map'), + _('Imports a GRASS GIS specific raster archive file (packed with r.pack) as a raster map'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Import vector data'), + _('Simplified vector import with reprojection'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('Import of common vector formats'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('ASCII points or GRASS ASCII format'), + _('Creates a vector map from an ASCII points file or ASCII vector file.'), + _('ASCII points as a vector lines'), + _('Imports ASCII x,y[,z] coordinates as a series of lines.'), + _('DXF import'), + _('Converts files in DXF format to GRASS vector map format.'), + _('WFS'), + _('Imports GetFeature from a WFS server.'), + _('ESRI e00 import'), + _('Imports E00 file into a vector map.'), + _('Geonames import'), + _('Imports geonames.org country files into a vector points map.'), + _('Matlab array or Mapgen format import'), + _('Imports Mapgen or Matlab-ASCII vector maps into GRASS.'), + _('LAS LiDAR points import'), + _('Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.'), + _('Unpack vector map'), + _('Imports a GRASS GIS specific vector archive file (packed with v.pack) as a vector map'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Import 3D raster data'), + _('ASCII 3D import'), + _('Converts a 3D ASCII raster text file into a (binary) 3D raster map.'), + _('Raw binary array 3D import'), + _('Imports a binary raster file into a GRASS 3D raster map.'), + _('Vis5D import'), + _('Import database table'), + _('Common import formats'), + _('Imports attribute tables in various formats.'), + _('Export raster map'), + _('Common export formats'), + _('Exports GRASS raster maps into GDAL supported formats.'), + _('ASCII grid export'), + _('Converts a raster map layer into a GRASS ASCII text file.'), + _('ASCII x,y,z points export'), + _('Exports a raster map to a text file as x,y,z values based on cell centers.'), + _('GRIDATB.FOR export'), + _('Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL).'), + _('Matlab 2D array export'), + _('Exports a GRASS raster to a binary MAT-File.'), + _('Raw binary array export'), + _('Exports a GRASS raster to a binary array.'), + _('MPEG-1 export'), + _('Converts raster map series to MPEG movie.'), + _('PNG export'), + _('Export a GRASS raster map as a non-georeferenced PNG image.'), + _('PPM export'), + _('Converts a GRASS raster map to a PPM image file.'), + _('PPM from RGB export'), + _('Converts 3 GRASS raster layers (R,G,B) to a PPM image file.'), + _('POV-Ray export'), + _('Converts a raster map layer into a height-field file for POV-Ray.'), + _('VRML export'), + _('Exports a raster map to the Virtual Reality Modeling Language (VRML).'), + _('VTK export'), + _('Converts raster maps into the VTK-ASCII format.'), + _('Pack raster map'), + _('Exports a raster map as GRASS GIS specific archive file'), + _('Export vector map'), + _('Common export formats'), + _('Exports a vector map layer to any of the supported OGR vector formats. By default a vector map layer is exported to OGC GeoPackage format.'), + _('ASCII points or GRASS ASCII vector export'), + _("Exports a vector map to a GRASS ASCII vector representation. By default only features with category are exported. To export all features use 'layer=-1'."), + _('DXF export'), + _('Exports vector map to DXF file format.'), + _('PostGIS export'), + _('Exports a vector map layer to PostGIS feature table.'), + _('POV-Ray export'), + _('Converts GRASS x,y,z points to POV-Ray x,z,y format.'), + _('SVG export'), + _('Exports a vector map to SVG file.'), + _('VTK export'), + _('Converts a vector map to VTK ASCII output.'), + _('Pack vector map'), + _('Exports a vector map as GRASS GIS specific archive file'), + _('Export 3D raster maps'), + _('ASCII 3D export'), + _('Converts a 3D raster map layer into a ASCII text file.'), + _('Raw binary array 3D export'), + _('Exports a GRASS 3D raster map to a binary array.'), + _('Vis5D export'), + _('VTK export'), + _('Converts 3D raster maps into the VTK-ASCII format.'), + _('Export database table'), + _('Common export formats'), + _('Exports attribute tables into various formats.'), + _('Link external data'), + _('Link external raster data'), + _('Link GDAL supported raster data as a pseudo GRASS raster map layer.'), + _('Link external vector data'), + _('Creates a new pseudo-vector map as a link to an OGR-supported layer.'), + _('Output format for raster data'), + _('Redirects raster output to file utilizing GDAL library rather than storing in GRASS raster format.'), + _('Output format for vector data'), + _('Defines vector output format utilizing OGR library.'), + _('Manage maps'), + _('Copy'), + _("Copies available data files in the current mapset search path to the user's current mapset."), + _('List'), + _('Lists available GRASS data base files of the user-specified data type optionally using the search pattern.'), + _('Rename'), + _("Renames data base element files in the user's current mapset."), + _('Delete'), + _("Removes data base element files from the user's current mapset using the search pattern."), + _('Map type conversions'), + _('Raster to vector'), + _('Converts a raster map into a vector map.'), + _('Raster series to 3D raster'), + _('Converts 2D raster map slices to one 3D raster volume map.'), + _('Raster 2.5D to 3D raster'), + _('Creates a 3D volume map based on 2D elevation and value raster maps.'), + _('Vector to raster'), + _('Converts (rasterize) a vector map into a raster map.'), + _('Vector to 3D raster'), + _('Converts a vector map (only points) into a 3D raster map.'), + _('2D vector to 3D vector'), + _('Performs transformation of 2D vector features to 3D.'), + _('3D raster to raster series'), + _('Converts 3D raster maps to 2D raster maps'), + _('Georectify'), + _('Manage Ground Control Points for Georectification'), + _('Graphical modeler'), + _('Launch Graphical modeler'), + _('Run model'), + _('Run model prepared by Graphical modeler'), + _('3D image rendering'), + _('Animation tool'), + _('Launch animation tool.'), + _('Bearing/distance to coordinates'), + _('A simple utility for converting bearing and distance measurements to coordinates and vice versa. It assumes a cartesian coordinate system'), + _('Cartographic Composer'), + _('Launch Cartographic Composer'), + _('Map Swipe'), + _('Launch Map Swipe'), + _('Launch script'), + _('Launches script file.'), + _('Simple Python Editor'), + _('Launches Simple Python Editor.'), + _('Close GUI'), + _('Close graphical user interface.'), + _('Quit GRASS GIS'), + _('Close GUI and exit GRASS GIS shell.'), + _('&Settings'), + _('Computational region'), + _('Show current region'), + _('Shows the extent and resolution of the computational region.'), + _('Show region using latitude and longitude'), + _('Shows the extent and resolution of the computational region.'), + _('Show current region extent in Map Display'), + _('Shows the extent of the computational region in Map Display.'), + _('Set region'), + _('Manages the boundary definitions for the geographic region.'), + _('GRASS working environment'), + _('Mapset access'), + _('Set/unset access to other mapsets in current location'), + _('User access'), + _('Controls access to the current mapset for other users on the system. If no option given, prints current status.'), + _('Change working environment'), + _('Changes/reports current mapset. Optionally create new mapset or list available mapsets in given location.'), + _('Change location and mapset'), + _('Change current location and mapset.'), + _('Change mapset'), + _('Change current mapset.'), + _('Change working directory'), + _('Change working directory'), + _('Show settings'), + _("Outputs and modifies the user's current GRASS variable settings."), + _('Change settings'), + _("Outputs and modifies the user's current GRASS variable settings. Prints all defined GRASS variables if no option is given."), + _('Create new location'), + _('Launches location wizard to create new GRASS location.'), + _('Create new mapset'), + _('Creates new mapset in the current location, changes current mapset.'), + _('Version and copyright'), + _('Displays version and copyright information.'), + _('Map projections'), + _('Display map projection'), + _('Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format).'), + _('Manage projections'), + _('Prints or modifies GRASS projection information files (in various co-ordinate system descriptions). Can also be used to create new GRASS locations.'), + _('Convert coordinates'), + _('Converts coordinates from one projection to another (cs2cs frontend).'), + _('Addons extensions'), + _('Install extension from addons'), + _('Installs new extension from GRASS AddOns repository.'), + _('Manage installed extension'), + _('Updates or removes installed GRASS AddOns extension(s).'), + _('Preferences'), + _('User GUI preferences (display font, commands, digitizer, etc.)'), + _('&Raster'), + _('Develop raster map'), + _('Compress/decompress'), + _('Compresses and decompresses raster maps.'), + _('Region boundaries'), + _('Sets the boundary definitions for a raster map.'), + _('Manage NULL values'), + _('Manages NULL-values of given raster map.'), + _('Quantization'), + _('Produces the quantization file for a floating-point map.'), + _('Timestamp'), + _('Modifies a timestamp for a raster map. Print/add/remove a timestamp for a raster map.'), + _('Resample using aggregate statistics'), + _('Resamples raster map layers to a coarser grid using aggregation.'), + _('Resample using multiple methods'), + _('Resamples raster map to a finer grid using interpolation.'), + _('Resample using nearest neighbor'), + _('GRASS raster map layer data resampling capability.'), + _('Resample using spline tension'), + _('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.'), + _('Resample using bspline'), + _('Performs bilinear or bicubic spline interpolation with Tykhonov regularization.'), + _('Resample using analytic kernel'), + _('Resamples raster map layers using an analytic kernel.'), + _('Support file maintenance'), + _('Allows creation and/or modification of raster map layer support files.'), + _('Update map statistics'), + _('Update raster map statistics'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Tiling'), + _('Produces tilings of the source projection for use in the destination region and projection.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a raster map.'), + _('Color tables (stddev)'), + _("Sets color rules based on stddev from a raster map's mean value."), + _('Manage color rules interactively'), + _('Interactive management of raster color tables.'), + _('Export color table'), + _('Exports the color table associated with a raster map.'), + _('Blend 2 color rasters'), + _('Blends color components of two raster maps by a given ratio.'), + _('Create RGB'), + _('Combines red, green and blue raster maps into a single composite raster map.'), + _('RGB to HIS'), + _('Generates red, green and blue (RGB) raster map layers combining hue, intensity and saturation (HIS) values from user-specified input raster map layers.'), + _('Query raster maps'), + _('Query values by coordinates'), + _('Queries raster maps on their category values and category labels.'), + _('Query colors by value'), + _('Queries colors for a raster map layer.'), + _('Map type conversions'), + _('Raster to vector'), + _('Converts a raster map into a vector map.'), + _('Raster series to 3D raster'), + _('Converts 2D raster map slices to one 3D raster volume map.'), + _('Raster 2.5D to 3D raster'), + _('Creates a 3D volume map based on 2D elevation and value raster maps.'), + _('Raster buffers and distance'), + _('Buffer rasters'), + _('Creates a raster map showing buffer zones surrounding cells that contain non-NULL category values.'), + _('Concentric circles'), + _('Creates a raster map containing concentric rings around a given point.'), + _('Closest points'), + _('Locates the closest points between objects in two raster maps.'), + _('Grow by one cell'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Mask'), + _('Creates a MASK for limiting raster operation.'), + _('Raster map calculator'), + _('Simplified raster map calculator'), + _('Raster map calculator'), + _('Raster map calculator.'), + _('Neighborhood analysis'), + _('Moving window'), + _('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.'), + _('Neighborhood points'), + _('Neighborhood analysis tool for vector point maps. 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.'), + _('Overlay rasters'), + _('Cross product'), + _('Creates a cross product of the category values from multiple raster map layers.'), + _('Patch raster maps'), + _('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 series aggregation'), + _('Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers.'), + _('Raster series accumulation'), + _('Makes each output cell value a accumulationfunction of the values assigned to the corresponding cells in the input raster map layers.'), + _('Statistical overlay'), + _('Calculates category or object oriented statistics (accumulator-based statistics).'), + _('Quantiles overlay'), + _('Compute category quantiles using two passes.'), + _('Solar radiance and shadows'), + _('LatLong map'), + _('Creates a latitude/longitude raster map.'), + _('Solar irradiance and irradiation'), + _('Solar irradiance and irradiation model. Computes direct (beam), diffuse and reflected solar irradiation raster maps for given day, latitude, surface and atmospheric conditions. Solar parameters (e.g. sunrise, sunset times, declination, extraterrestrial irradiance, daylight length) are saved in the map history file. Alternatively, a local time can be specified to compute solar incidence angle and/or irradiance raster maps. The shadowing effect of the topography is optionally incorporated.'), + _('Shadows map'), + _('Calculates cast shadow areas from sun position and elevation raster map. Either exact sun position (A) is specified, or date/time to calculate the sun position (B) by r.sunmask itself.'), + _('Sunshine hours and solar angles'), + _("Calculates solar elevation, solar azimuth, and sun hours. Solar elevation: the angle between the direction of the geometric center of the sun's apparent disk and the (idealized) horizon. Solar azimuth: the angle from due north in clockwise direction."), + _('Terrain analysis'), + _('Generate contour lines'), + _('Produces a vector map of specified contours from a raster map.'), + _('Cost surface'), + _('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.'), + _('Cumulative movement costs'), + _('Creates a raster map showing the anisotropic cumulative cost of moving between different geographic locations on an input raster map whose cell category values represent cost.'), + _('Least cost route or flow'), + _('Traces a flow through an elevation model or cost surface on a raster map.'), + _('Compute shaded relief'), + _('Creates shaded relief map from an elevation map (DEM). '), + _('Apply shade to raster'), + _('Drapes a color raster over an shaded relief or aspect map.'), + _('Slope and aspect'), + _('Generates raster maps of slope, aspect, curvatures and partial derivatives from an elevation raster map. Aspect is calculated counterclockwise from east.'), + _('Landforms'), + _('Calculates geomorphons (terrain forms) and associated geometry using machine vision approach.'), + _('Terrain parameters'), + _('Extracts terrain parameters from a DEM. Uses a multi-scale approach by taking fitting quadratic parameters to any size window (via least squares).'), + _('Textural features'), + _('Generate images with textural features from a raster map.'), + _('Visibility'), + _('Computes the viewshed of a point on an elevation raster map. Default format: NULL (invisible), vertical angle wrt viewpoint (visible).'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Horizon angle'), + _("Computes horizon angle height from a digital elevation model. The module has two different modes of operation: 1. Computes the entire horizon around a single point whose coordinates are given with the 'coord' option. The horizon height (in radians). 2. Computes one or more raster maps of the horizon height in a single direction. The input for this is the angle (in degrees), which is measured counterclockwise with east=0, north=90 etc. The output is the horizon height in radians."), + _('Transform features'), + _('Clump'), + _('Recategorizes data in a raster map by grouping cells that form physically discrete areas into unique categories.'), + _('Grow'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Thin'), + _('Thins non-null cells that denote linear features in a raster map layer.'), + _('Hydrologic modeling'), + _('Carve stream channels'), + _('Generates stream channels. Takes vector stream data, transforms it to raster and subtracts depth from the output DEM.'), + _('Fill lake'), + _('Fills lake at given point to given level.'), + _('Depressionless map and flowlines'), + _('Filters and generates a depressionless elevation map and a flow direction map from a given elevation raster map.'), + _('Flow accumulation'), + _('Performs flow computation for massive grids.'), + _('Flow lines'), + _('Constructs flowlines. Computes flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a elevation raster map.'), + _('Watershed analysis'), + _('Calculates hydrological parameters and RUSLE factors.'), + _('Watershed subbasins'), + _('Generates watershed subbasins raster map.'), + _('Watershed basin creation'), + _('Creates watershed basins from a drainage direction map.'), + _('Extraction of stream networks'), + _('Performs stream network extraction.'), + _('SIMWE Overland flow modeling'), + _('Overland flow hydrologic simulation using path sampling method (SIMWE).'), + _('SIMWE Sediment flux modeling'), + _('Sediment transport and erosion/deposition simulation using path sampling method (SIMWE).'), + _('Topographic index map'), + _('Creates a topographic index (wetness index) raster map from an elevation raster map.'), + _('TOPMODEL simulation'), + _('Simulates TOPMODEL which is a physically based hydrologic model.'), + _('USLE K-factor'), + _('Computes USLE Soil Erodibility Factor (K).'), + _('USLE R-factor'), + _('Computes USLE R factor, Rainfall erosivity index.'), + _('Groundwater modeling'), + _('Groundwater flow'), + _('Numerical calculation program for transient, confined and unconfined groundwater flow in two dimensions.'), + _('Groundwater solute transport'), + _('Numerical calculation program for transient, confined and unconfined solute transport in two dimensions'), + _('Landscape patch analysis'), + _('Set up sampling and analysis framework'), + _("Configuration editor for r.li.'index'"), + _('Edge density'), + _('Calculates edge density index on a raster map, using a 4 neighbour algorithm'), + _('Contrast weighted edge density'), + _('Calculates contrast weighted edge density index on a raster map'), + _('Patch area mean'), + _('Calculates mean patch size index on a raster map, using a 4 neighbour algorithm'), + _('Patch area range'), + _('Calculates range of patch area size on a raster map'), + _('Patch area Std Dev'), + _('Calculates standard deviation of patch area a raster map'), + _('Patch area Coeff Var'), + _('Calculates coefficient of variation of patch area on a raster map'), + _('Patch density'), + _('Calculates patch density index on a raster map, using a 4 neighbour algorithm'), + _('Patch number'), + _('Calculates patch number index on a raster map, using a 4 neighbour algorithm.'), + _("Dominance's diversity"), + _("Calculates dominance's diversity index on a raster map"), + _("Shannon's diversity"), + _("Calculates Shannon's diversity index on a raster map"), + _("Simpson's diversity"), + _("Calculates Simpson's diversity index on a raster map"), + _('Richness'), + _('Calculates richness index on a raster map'), + _('Shape index'), + _('Calculates shape index on a raster map'), + _('Wildfire modeling'), + _('Rate of spread'), + _('Generates rate of spread raster maps. Generates three, or four raster map layers showing the base (perpendicular) rate of spread (ROS), the maximum (forward) ROS, the direction of the maximum ROS, and optionally the maximum potential spotting distance for fire spread simulation.'), + _('Least-cost spread paths'), + _('Recursively traces the least cost path backwards to cells from which the cumulative cost was determined.'), + _('Anisotropic spread simulation'), + _('Simulates elliptically anisotropic spread. 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. It optionally produces raster maps to contain backlink UTM coordinates for tracing spread paths. Usable for fire spread simulations.'), + _('Change category values and labels'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('Interactively edit category values'), + _('Edits cell values in a raster map.'), + _('Reclassify by size'), + _('Reclasses a raster map greater or less than user specified area size (in hectares).'), + _('Reclassify'), + _('Reclassify raster map based on category values. Creates a new raster map whose category values are based upon a reclassification of the categories in an existing raster map.'), + _('Recode'), + _('Recodes categorical raster maps.'), + _('Rescale'), + _('Rescales the range of category values in a raster map layer.'), + _('Rescale with histogram'), + _('Rescales histogram equalized the range of category values in a raster map layer.'), + _('Generate random cells'), + _('Random cells'), + _('Generates random cell values with spatial dependence.'), + _('Random cells and vector points'), + _('Creates a raster map layer and vector point map containing randomly located points.'), + _('Generate surfaces'), + _('Fractal surface'), + _('Creates a fractal surface of a given fractal dimension.'), + _('Gaussian kernel density surface'), + _('Generates a raster density map from vector points map. Density is computed using a moving kernel. Optionally generates a vector density map on a vector network.'), + _('Gaussian deviates surface'), + _('Generates a raster map using gaussian random number generator. Mean and standard deviation of gaussian deviates can be expressed by the user.'), + _('Plane'), + _('Creates raster plane map given dip (inclination), aspect (azimuth) and one point.'), + _('Random deviates surface'), + _('Produces a raster surface map of uniform random deviates with defined range.'), + _('Random surface with spatial dependence'), + _('Generates random surface(s) with spatial dependence.'), + _('Interpolate surfaces'), + _('Bilinear and bicubic from vector points'), + _('Performs bicubic or bilinear spline interpolation with Tykhonov regularization.'), + _('IDW from raster points'), + _('Provides surface interpolation from raster point data by Inverse Distance Squared Weighting.'), + _('IDW from vector points'), + _('Provides surface interpolation from vector point data by Inverse Distance Squared Weighting.'), + _('Raster contours'), + _('Generates surface raster map from rasterized contours.'), + _('Regularized spline tension'), + _('Performs surface interpolation from vector points map by splines. Spatial approximation and topographic analysis from given point or isoline data in vector format to floating point raster format using regularized spline with tension.'), + _('Raster series interpolation'), + _('Interpolates raster maps located (temporal or spatial) in between input raster maps at specific sampling positions.'), + _('Fill NULL cells'), + _('Fills no-data areas in raster maps using spline interpolation.'), + _('Reports and statistics'), + _('Basic raster metadata'), + _('Outputs basic information about a raster map.'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('General statistics'), + _('Generates area statistics for raster map.'), + _('Quantiles for large data sets'), + _('Compute quantiles using two passes.'), + _('Range of category values'), + _('Prints terse list of category values found in a raster map layer.'), + _('Sum area by raster map and category'), + _('Reports statistics for raster maps.'), + _('Statistics for clumped cells'), + _('Calculates the volume of data "clumps". Optionally produces a GRASS vector points map containing the calculated centroids of these clumps.'), + _('Total corrected area'), + _('Prints estimation of surface area for raster map.'), + _('Univariate raster statistics'), + _('Calculates univariate statistics from the non-null cells of a raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('Sample transects'), + _('Outputs the raster map layer values lying on user-defined line(s).'), + _('Sample transects (bearing/distance)'), + _('Outputs raster map layer values lying along user defined transect line(s).'), + _('Covariance/correlation'), + _('Outputs a covariance/correlation matrix for user-specified raster map layer(s).'), + _('Linear regression'), + _('Calculates linear regression from two raster maps: y = a + b*x.'), + _('Multiple regression'), + _('Calculates multiple linear regression from raster maps.'), + _('Mutual category occurrences'), + _('Tabulates the mutual occurrence (coincidence) of categories for two raster map layers.'), + _('&Vector'), + _('Develop vector map'), + _('Create new vector map'), + _('Create new empty vector map'), + _('Edit vector map (non-interactively)'), + _('Edits a vector map, allows adding, deleting and modifying selected vector features.'), + _('Convert object types'), + _('Changes type of vector features.'), + _('Parallel lines'), + _('Creates parallel line to input vector lines.'), + _('Dissolve boundaries'), + _('Dissolves boundaries between adjacent areas sharing a common category number or attribute.'), + _('Create 3D vector over raster'), + _('Converts 2D vector features to 3D by sampling of elevation raster map.'), + _('Extrude 3D vector map'), + _('Extrudes flat vector features to 3D vector features with defined height. Optionally the height can be derived from sampling of elevation raster map.'), + _('Create labels'), + _('Creates paint labels for a vector map from attached attributes.'), + _('Reposition vector map'), + _('Performs an affine transformation (shift, scale and rotate) on vector map.'), + _('Rectify vector map'), + _('Rectifies a vector by computing a coordinate transformation for each object in the vector based on the control points.'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Support file maintenance'), + _('Updates vector map metadata.'), + _('Topology maintenance'), + _('Create or rebuild topology'), + _('Creates topology for vector map. Optionally also checks for topological errors.'), + _('Rebuild topology on all vector maps'), + _('Rebuilds topology on all vector maps in the current mapset.'), + _('Build polylines'), + _('Builds polylines from lines or boundaries.'), + _('Split lines'), + _('Splits vector lines to shorter segments.'), + _('Split polylines'), + _('Creates points/segments from input vector lines and positions.'), + _('Clean vector map'), + _('Toolset for cleaning topology of vector map.'), + _('Smooth or simplify'), + _('Performs vector based generalization.'), + _('Add centroids'), + _('Adds missing centroids to closed boundaries.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a vector map.'), + _('Manage color rules interactively'), + _('Interactive management of vector color tables.'), + _('Export color table'), + _('Exports the color table associated with a vector map.'), + _('Query vector map'), + _('Query with coordinate(s)'), + _('Queries a vector map at given locations.'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('Feature selection'), + _('Select by attributes'), + _('Selects vector features from an existing vector map and creates a new vector map containing only the selected features.'), + _('Select by another map'), + _('Selects features from vector map (A) by features from other vector map (B).'), + _('Map type conversions'), + _('Vector to raster'), + _('Converts (rasterize) a vector map into a raster map.'), + _('Vector to 3D raster'), + _('Converts a vector map (only points) into a 3D raster map.'), + _('2D vector to 3D vector'), + _('Performs transformation of 2D vector features to 3D.'), + _('Buffer vectors'), + _('Creates a buffer around vector features of given type.'), + _('Point analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Identify point clusters'), + _('Performs cluster identification.'), + _('Indices for quadrat counts of vector point lists'), + _('Indices for quadrat counts of vector point lists.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Tests for normality for vector points'), + _('Tests for normality for vector points.'), + _('Lidar analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Detect edges'), + _("Detects the object's edges from a LIDAR data set."), + _('Detect interiors'), + _('Building contour determination and Region Growing algorithm for determining the building inside'), + _('Correct and reclassify objects'), + _('Corrects the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering.'), + _('Linear referencing'), + _('Create LRS'), + _('Creates a linear reference system.'), + _('Create stationing'), + _('Creates stationing from input lines, and linear reference system.'), + _('Create points/segments'), + _('Creates points/segments from input lines, linear reference system and positions read from stdin or a file.'), + _('Find line id and offset'), + _('Finds line id and real km+offset for given points in vector map using linear reference system.'), + _('Nearest features'), + _("Finds the nearest element in vector map 'to' for elements in vector map 'from'."), + _('Network analysis'), + _('Vector network analysis tool'), + _('Tool for interactive vector network analysis.'), + _('Network preparation'), + _('Performs network maintenance.'), + _('Allocate subnets'), + _('Allocates subnets for nearest centers. Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Split net'), + _('Splits subnets for nearest centers by cost isolines. Splits net to bands between cost isolines (direction from center). Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Shortest path'), + _('Finds shortest path on vector network.'), + _('Shortest path for sets of features'), + _("Computes shortest distance via the network between the given sets of features. Finds the shortest paths from each 'from' point to the nearest 'to' feature and various information about this relation are uploaded to the attribute table."), + _('Shortest path using timetables'), + _('Finds shortest path using timetables.'), + _('Shortest path for all pairs'), + _('Computes the shortest path between all pairs of nodes in the network.'), + _('Visibility network'), + _('Performs visibility graph construction.'), + _('Bridges and articulation points'), + _('Computes bridges and articulation points in the network.'), + _('Maximum flow'), + _('Computes the maximum flow between two sets of nodes in the network.'), + _('Vertex connectivity'), + _('Computes vertex connectivity between two sets of nodes in the network.'), + _('Components'), + _('Computes strongly and weakly connected components in the network.'), + _('Centrality'), + _('Computes degree, centrality, betweeness, closeness and eigenvector centrality measures in the network.'), + _('Steiner tree'), + _("Creates Steiner tree for the network and given terminals. Note that 'Minimum Steiner Tree' problem is NP-hard and heuristic algorithm is used in this module so the result may be sub optimal."), + _('Minimum spanning tree'), + _('Computes minimum spanning tree for the network.'), + _('Traveling salesman analysis'), + _('Creates a cycle connecting given nodes (Traveling salesman problem). Note that TSP is NP-hard, heuristic algorithm is used by this module and created cycle may be sub optimal'), + _('Overlay vector maps'), + _('Clip vector maps'), + _('Overlay vector maps'), + _('Overlays two vector maps offering clip, intersection, difference, symmetrical difference, union operators.'), + _('Patch vector maps'), + _('Creates a new vector map by combining other vector maps.'), + _('Manage categories'), + _('Change or report categories'), + _('Attaches, deletes or reports vector categories to map geometry.'), + _('Reclassify'), + _('Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column.'), + _('Update attributes'), + _('Update area attributes from raster'), + _('Calculates univariate statistics from a raster map based on a vector map and uploads statistics to new attribute columns.'), + _('Update area attributes from vector'), + _('Count points in areas, calculate statistics from point attributes.'), + _('Update point attributes from areas'), + _('Uploads vector values at positions of vector points to the table.'), + _('Update database values from vector'), + _('Populates attribute values from vector features.'), + _('Sample raster maps at point locations'), + _('Uploads raster values at positions of vector points to the table.'), + _('Sample raster neighborhood around points'), + _('Samples a raster map at vector point locations.'), + _('Generate area for current region'), + _('Creates a vector polygon from the current region extent.'), + _('Generate areas from points'), + _('Convex hull'), + _('Produces a 2D/3D convex hull for a given vector map.'), + _('Delaunay triangles'), + _('Creates a Delaunay triangulation from an input vector map containing points or centroids.'), + _('Voronoi diagram/Thiessen polygons'), + _('Creates a Voronoi diagram constrained to the extents of the current region from an input vector map containing points or centroids.'), + _('Generate grid'), + _('Creates a vector map of a user-defined grid.'), + _('Generate points'), + _('Generate from database'), + _('Creates new vector (points) map from database table containing coordinates.'), + _('Generate points along lines'), + _('Creates points along input lines in new vector map with 2 layers.'), + _('Generate random points'), + _('Generates random 2D/3D vector points.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Remove outliers in point sets'), + _('Removes outliers from vector point data.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Reports and statistics'), + _('Basic vector metadata'), + _('Outputs basic information about a vector map.'), + _('Classify attribute data'), + _('Classifies attribute data, e.g. for thematic mapping'), + _('Report topology by category'), + _('Reports geometry statistics for vector maps.'), + _('Univariate attribute statistics for points'), + _('Calculates univariate statistics of vector map features. Variance and standard deviation is calculated only for points if specified.'), + _('Univariate statistics for attribute columns'), + _('Calculates univariate statistics on selected table column for a GRASS vector map.'), + _('Sample transects'), + _('Vector map profiling tool'), + _('Quadrat indices'), + _('Indices for quadrat counts of vector point lists.'), + _('Test normality'), + _('Tests for normality for vector points.'), + _('&Imagery'), + _('Develop images and groups'), + _('Create/edit group'), + _('Creates, edits, and lists groups of imagery files.'), + _('Target group'), + _('Targets an imagery group to a GRASS location and mapset.'), + _('Mosaic images'), + _('Mosaics several images and extends colormap.'), + _('Manage image colors'), + _('Color balance for RGB'), + _('Performs auto-balancing of colors for RGB images.'), + _('HIS to RGB'), + _('Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space.'), + _('RGB to HIS'), + _('Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-Intensity-Saturation) color space.'), + _('Rectify image or raster'), + _('Rectifies an image by computing a coordinate transformation for each pixel in the image based on the control points.'), + _('Histogram'), + _('Generate histogram of image'), + _('Spectral response'), + _('Displays spectral response at user specified locations in group or images.'), + _('Pan sharpening'), + _('Image fusion algorithms to sharpen multispectral with high-res panchromatic channels'), + _('Classify image'), + _('Clustering input for unsupervised classification'), + _('Generates spectral signatures for land cover types in an image using a clustering algorithm. The resulting signature file is used as input for i.maxlik, to generate an unsupervised image classification.'), + _('Input for supervised MLC'), + _('Generates statistics for i.maxlik from raster map.'), + _('Maximum likelihood classification (MLC)'), + _('Classifies the cell spectral reflectances in imagery data. Classification is based on the spectral signature information generated by either i.cluster, g.gui.iclass, or i.gensig.'), + _('Interactive input for supervised classification'), + _('Generates spectral signatures by allowing the user to outline training areas.'), + _('Input for supervised SMAP'), + _('Generates statistics for i.smap from raster map.'), + _('Sequential maximum a posteriori classification (SMAP)'), + _('Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation.'), + _('Object segmentation'), + _('Identifies segments (objects) from imagery data.'), + _('Filter image'), + _('Edge detection'), + _('Zero-crossing "edge detection" raster function for image processing.'), + _('Matrix/convolving filter'), + _('Performs raster map matrix filter.'), + _('Transform image'), + _('Canonical correlation'), + _('Canonical components analysis (CCA) program for image processing.'), + _('Principal components'), + _('Principal components analysis (PCA) for image processing.'), + _('Fast Fourier'), + _('Fast Fourier Transform (FFT) for image processing.'), + _('Inverse Fast Fourier'), + _('Inverse Fast Fourier Transform (IFFT) for image processing.'), + _('Satellite images tools'), + _('Aster DN to radiance/reflectance'), + _('Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature from ASTER DN.'), + _('Landsat DN to radiance/reflectance'), + _('Calculates top-of-atmosphere radiance or reflectance and temperature for Landsat MSS/TM/ETM+/OLI'), + _('Landsat cloud cover assessment'), + _('Performs Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA).'), + _('Modis quality control'), + _('Extracts quality control parameters from MODIS QC layers.'), + _('Atmospheric correction'), + _('Performs atmospheric correction using the 6S algorithm. 6S - Second Simulation of Satellite Signal in the Solar Spectrum.'), + _('Topographic correction'), + _('Computes topographic correction of reflectance.'), + _('Orthophoto tools'), + _('Manage GCPs for 3D correction'), + _('Georectifies a map and allows managing GCP for 3D correction.'), + _('Corrects scanning distortions'), + _('Corrects scanning distortions of a scanned aerial photo.'), + _('Satellite images products'), + _('Vegetation indices'), + _('Calculates different types of vegetation indices. Uses red and nir bands mostly, and some indices require additional bands.'), + _('Tasseled cap vegetation index'), + _('Performs Tasseled Cap (Kauth Thomas) transformation.'), + _('Albedo'), + _('Computes broad band albedo from surface reflectance.'), + _('Emissivity'), + _('Computes emissivity from NDVI, generic method for sparse land.'), + _('Biomass growth'), + _('Computes biomass growth, precursor of crop yield calculation.'), + _('Evapotranspiration calculation'), + _('Instantaneaous Net Radiation'), + _('Net radiation approximation (Bastiaanssen, 1995).'), + _('Soil heat flux'), + _('Soil heat flux approximation (Bastiaanssen, 1995).'), + _('Sensible heat flux'), + _('Computes sensible heat flux iteration SEBAL 01.'), + _('Evaporative fraction'), + _('Computes evaporative fraction and root zone soil moisture.'), + _('Actual Evapotranspiration'), + _('Actual evapotranspiration for diurnal period (Bastiaanssen, 1995).'), + _('Temporal integration of ETa'), + _('Computes temporal integration of satellite ET actual (ETa) following the daily ET reference (ETo) from meteorological station(s).'), + _('Hargreaves methods Evapotranspiration'), + _('Computes evapotranspiration calculation modified or original Hargreaves formulation, 2001.'), + _('Penman-Monteith Evapotranspiration'), + _('Computes potential evapotranspiration calculation with hourly Penman-Monteith.'), + _('Priestley-Taylor Evapotranspiration'), + _('Computes evapotranspiration calculation Priestley and Taylor formulation, 1972.'), + _('Reports and statistics'), + _('Kappa analysis'), + _('Calculates error matrix and kappa parameter for accuracy assessment of classification result.'), + _('OIF for LandSat TM'), + _('Calculates Optimum-Index-Factor table for spectral bands'), + _('3D r&aster'), + _('Develop 3D raster map'), + _('Manage 3D NULL values'), + _('Explicitly create the 3D NULL-value bitmap file.'), + _('Manage timestamp'), + _('Modifies a timestamp for a 3D raster map. Print/add/remove a timestamp for a 3D raster map.'), + _('Map type conversions'), + _('3D rasters to raster series'), + _('Converts 3D raster maps to 2D raster maps'), + _('3D color tables'), + _('Creates/modifies the color table associated with a 3D raster map.'), + _('Export 3D color table'), + _('Exports the color table associated with a 3D raster map.'), + _('3D mask'), + _('Establishes the current working 3D raster mask.'), + _('3D raster map calculator'), + _('3D raster map calculator'), + _('Cross section'), + _('Creates cross section 2D raster map from 3D raster map based on 2D elevation map'), + _('Groundwater modeling'), + _('Numerical calculation program for transient, confined groundwater flow in three dimensions.'), + _('Interpolate 3D raster from points'), + _('Interpolates point data to a 3D raster map using regularized spline with tension (RST) algorithm.'), + _('Reports and statistics'), + _('Basic 3D raster metadata'), + _('Outputs basic information about a user-specified 3D raster map layer.'), + _('3D raster statistics'), + _('Generates volume statistics for 3D raster maps.'), + _('Univariate statistics for 3D rasters'), + _('Calculates univariate statistics from the non-null cells of a 3D raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('&Database'), + _('Database information'), + _('List databases'), + _('Lists all databases for a given driver and location.'), + _('List drivers'), + _('Lists all database drivers.'), + _('List tables'), + _('Lists all tables for a given database.'), + _('Describe table'), + _('Describes a table in detail.'), + _('List columns'), + _('List all columns for a given table.'), + _('Manage databases'), + _('Connect'), + _('Prints/sets general DB connection for current mapset.'), + _('Login'), + _('Sets user/password for DB driver/database.'), + _('Create database'), + _('Creates an empty database.'), + _('Drop database'), + _('Removes an existing database.'), + _('Drop table'), + _('Drops an attribute table.'), + _('Copy table'), + _("Copy a table. Either 'from_table' (optionally with 'where') can be used or 'select' option, but not 'from_table' and 'select' at the same time."), + _('Drop column'), + _('Drops a column from selected attribute table.'), + _('Test'), + _('Test database driver, database must exist and set by db.connect.'), + _('Query'), + _('Query any table'), + _('Selects data from attribute table. Performs SQL query statement(s).'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('SQL statement'), + _("Executes any SQL statement. For SELECT statements use 'db.select'."), + _('Vector database connections'), + _('New table'), + _('Creates and connects a new attribute table to a given layer of an existing vector map.'), + _('Remove table'), + _('Removes existing attribute table of a vector map.'), + _('Join table'), + _('Joins a database table to a vector map table.'), + _('Add columns'), + _('Adds one or more columns to the attribute table connected to a given vector map.'), + _('Drop column'), + _('Drops a column from the attribute table connected to a given vector map.'), + _('Rename column'), + _('Renames a column in the attribute table connected to a given vector map.'), + _('Change values'), + _('Updates a column in the attribute table connected to a vector map.'), + _('Drop row'), + _('Removes a vector feature from a vector map through attribute selection.'), + _('Reconnect vectors to database'), + _('Reconnects attribute tables for all vector maps from the current mapset to a new database.'), + _('Set vector map - database connection'), + _('Prints/sets DB connection for a vector map to attribute table.'), + _('&Temporal'), + _('Manage datasets'), + _('Connect temporal database'), + _('Prints/sets general temporal GIS database connection for current mapset.'), + _('Create'), + _('Creates a space time dataset.'), + _('Rename'), + _('Renames a space time dataset'), + _('Remove'), + _('Removes space time datasets from temporal database.'), + _('Update metadata'), + _('Modifies the metadata of a space time dataset.'), + _('Merge'), + _('Merges several space time datasets into a single space time dataset.'), + _('Temporally shift'), + _('Shifts temporally the maps of a space time dataset.'), + _('Snap maps of dataset'), + _('Snaps temporally the maps of a space time dataset.'), + _('List'), + _('Lists space time datasets and maps registered in the temporal database.'), + _('Manage maps in datasets'), + _('Register maps in datasets'), + _('Assigns timestamps and registers raster, vector and raster3d maps in a space time dataset.'), + _('Unregister maps from datasets'), + _('Unregisters raster, vector and raster3d maps from the temporal database or a specific space time dataset.'), + _('List raster dataset maps'), + _('Lists registered maps of a space time raster dataset.'), + _('List vector dataset maps'), + _('Lists registered maps of a space time vector dataset.'), + _('List 3D raster dataset maps'), + _('Lists registered maps of a space time raster3d dataset.'), + _('Import'), + _('Import raster dataset'), + _('Imports space time raster dataset.'), + _('Import vector dataset'), + _('Imports a space time vector dataset from a GRASS GIS specific archive file.'), + _('Export'), + _('Export raster dataset'), + _('Exports space time raster dataset.'), + _('Export raster dataset as VTK time series'), + _('Exports space time raster dataset as VTK time series.'), + _('Export vector dataset'), + _('Exports a space time vector dataset as GRASS GIS specific archive file.'), + _('Convert raster dataset to 3D raster'), + _('Converts a space time raster dataset into a 3D raster map.'), + _('Extraction'), + _('Extract subset of raster dataset'), + _('Extracts a subset of a space time raster datasets.'), + _('Extract subset of vector dataset'), + _('Extracts a subset of a space time vector dataset.'), + _('Extract subset of 3D raster dataset'), + _('Extracts a subset of a space time 3D raster dataset.'), + _('Query vector dataset attribute data'), + _('Prints attributes of vector maps registered in a space time vector dataset.'), + _('Raster dataset color table'), + _('Creates/modifies the color table associated with each raster map of the space time raster dataset.'), + _('Raster calculations'), + _('Performs spatio-temporal mapcalc expressions on temporally sampled maps of space time raster datasets.'), + _('3D raster calculations'), + _('Performs r3.mapcalc expressions on maps of sampled space time 3D raster datasets.'), + _('Interpolate gaps in raster datasets'), + _('Replaces gaps in a space time raster dataset with interpolated raster maps.'), + _('Aggregation'), + _('Neighborhood analysis in raster dataset'), + _('Performs a neighborhood analysis for each map in a space time raster dataset.'), + _('Aggregation in raster datasets'), + _('Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset.'), + _('Temporal aggregation'), + _('Aggregates temporally the maps of a space time raster dataset by a user defined granularity.'), + _('Temporal aggregation by dataset'), + _('Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset.'), + _('Sampling'), + _('Sample a space time raster dataset at point coordinates'), + _('Sample a space time raster dataset at specific vector point coordinates and write the output to stdout using different layouts'), + _('Query raster dataset by vector points dataset'), + _('Stores raster map values at spatial and temporal positions of vector points as vector attributes.'), + _('Observe specific locations in raster dataset'), + _('Observes specific locations in a space time raster dataset over a period of time using vector points.'), + _('Temporal sampling'), + _('Samples the input space time dataset(s) with a sample space time dataset and print the result to stdout.'), + _('Reports and statistics'), + _('Space time datasets metadata'), + _('Lists information about space time datasets and maps.'), + _('Univariate raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset.'), + _('Univariate vector dataset statistics'), + _('Calculates univariate statistics of attributes for each registered vector map of a space time vector dataset'), + _('Univariate 3D raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered 3D raster map of a space time 3D raster dataset.'), + _('Report temporal topology'), + _('Lists temporal topology of a space time dataset.'), + _('GUI tools'), + _('Animation tool'), + _('Launch animation tool.'), + _('Timeline tool'), + _('Plot temporal extents.'), + _('Temporal plot tool'), + _('Plot temporal values.'), + _('&Help'), + _('GRASS help'), + _('Display the HTML man pages of GRASS GIS'), + _('GUI help'), + _('Display the HTML man pages of GRASS GIS'), + _('About system'), + _('Prints system information'), + _('About GRASS GIS'), + _('About GRASS GIS'), + ''] +menustrings_menudata.LayerManagerModuleTree'> = [ + _('Import, export and link data'), + _('Import raster data'), + _('Simplified raster import with reprojection'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('Import of common raster formats'), + _('Imports raster data into a GRASS raster map using GDAL library.'), + _('ASCII x,y,z point import and gridding'), + _('ASCII grid import'), + _('Converts a GRASS ASCII raster file to binary raster map.'), + _('ASCII polygons, lines, and point import'), + _('Creates raster maps from ASCII polygon/line/point data files.'), + _('Raw binary array import'), + _('Import a binary raster file into a GRASS raster map layer.'), + _('GRIDATB.FOR import'), + _('Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster map.'), + _('Matlab 2D array import'), + _('Imports a binary MAT-File(v4) to a GRASS raster.'), + _('PNG import'), + _('Imports non-georeferenced PNG format image.'), + _('SPOT NDVI import'), + _('Imports SPOT VGT NDVI data into a raster map.'), + _('SRTM HGT import'), + _('Imports SRTM HGT files into raster map.'), + _('Terra ASTER HDF import'), + _('Georeference, rectify, and import Terra-ASTER imagery and relative DEMs using gdalwarp.'), + _('LAS LiDAR points import'), + _('Creates a raster map from LAS LiDAR points using univariate statistics.'), + _('Unpack raster map'), + _('Imports a GRASS GIS specific raster archive file (packed with r.pack) as a raster map'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Import vector data'), + _('Simplified vector import with reprojection'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('Import of common vector formats'), + _('Imports vector data into a GRASS vector map using OGR library.'), + _('ASCII points or GRASS ASCII format'), + _('Creates a vector map from an ASCII points file or ASCII vector file.'), + _('ASCII points as a vector lines'), + _('Imports ASCII x,y[,z] coordinates as a series of lines.'), + _('DXF import'), + _('Converts files in DXF format to GRASS vector map format.'), + _('WFS'), + _('Imports GetFeature from a WFS server.'), + _('ESRI e00 import'), + _('Imports E00 file into a vector map.'), + _('Geonames import'), + _('Imports geonames.org country files into a vector points map.'), + _('Matlab array or Mapgen format import'), + _('Imports Mapgen or Matlab-ASCII vector maps into GRASS.'), + _('LAS LiDAR points import'), + _('Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.'), + _('Unpack vector map'), + _('Imports a GRASS GIS specific vector archive file (packed with v.pack) as a vector map'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Import 3D raster data'), + _('ASCII 3D import'), + _('Converts a 3D ASCII raster text file into a (binary) 3D raster map.'), + _('Raw binary array 3D import'), + _('Imports a binary raster file into a GRASS 3D raster map.'), + _('Vis5D import'), + _('Import database table'), + _('Common import formats'), + _('Imports attribute tables in various formats.'), + _('Export raster map'), + _('Common export formats'), + _('Exports GRASS raster maps into GDAL supported formats.'), + _('ASCII grid export'), + _('Converts a raster map layer into a GRASS ASCII text file.'), + _('ASCII x,y,z points export'), + _('Exports a raster map to a text file as x,y,z values based on cell centers.'), + _('GRIDATB.FOR export'), + _('Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL).'), + _('Matlab 2D array export'), + _('Exports a GRASS raster to a binary MAT-File.'), + _('Raw binary array export'), + _('Exports a GRASS raster to a binary array.'), + _('MPEG-1 export'), + _('Converts raster map series to MPEG movie.'), + _('PNG export'), + _('Export a GRASS raster map as a non-georeferenced PNG image.'), + _('PPM export'), + _('Converts a GRASS raster map to a PPM image file.'), + _('PPM from RGB export'), + _('Converts 3 GRASS raster layers (R,G,B) to a PPM image file.'), + _('POV-Ray export'), + _('Converts a raster map layer into a height-field file for POV-Ray.'), + _('VRML export'), + _('Exports a raster map to the Virtual Reality Modeling Language (VRML).'), + _('VTK export'), + _('Converts raster maps into the VTK-ASCII format.'), + _('Pack raster map'), + _('Exports a raster map as GRASS GIS specific archive file'), + _('Export vector map'), + _('Common export formats'), + _('Exports a vector map layer to any of the supported OGR vector formats. By default a vector map layer is exported to OGC GeoPackage format.'), + _('ASCII points or GRASS ASCII vector export'), + _("Exports a vector map to a GRASS ASCII vector representation. By default only features with category are exported. To export all features use 'layer=-1'."), + _('DXF export'), + _('Exports vector map to DXF file format.'), + _('PostGIS export'), + _('Exports a vector map layer to PostGIS feature table.'), + _('POV-Ray export'), + _('Converts GRASS x,y,z points to POV-Ray x,z,y format.'), + _('SVG export'), + _('Exports a vector map to SVG file.'), + _('VTK export'), + _('Converts a vector map to VTK ASCII output.'), + _('Pack vector map'), + _('Exports a vector map as GRASS GIS specific archive file'), + _('Export 3D raster maps'), + _('ASCII 3D export'), + _('Converts a 3D raster map layer into a ASCII text file.'), + _('Raw binary array 3D export'), + _('Exports a GRASS 3D raster map to a binary array.'), + _('Vis5D export'), + _('VTK export'), + _('Converts 3D raster maps into the VTK-ASCII format.'), + _('Export database table'), + _('Common export formats'), + _('Exports attribute tables into various formats.'), + _('Link external data'), + _('Link external raster data'), + _('Link GDAL supported raster data as a pseudo GRASS raster map layer.'), + _('Link external vector data'), + _('Creates a new pseudo-vector map as a link to an OGR-supported layer.'), + _('Output format for raster data'), + _('Redirects raster output to file utilizing GDAL library rather than storing in GRASS raster format.'), + _('Output format for vector data'), + _('Defines vector output format utilizing OGR library.'), + _('Manage maps'), + _('Copy'), + _("Copies available data files in the current mapset search path to the user's current mapset."), + _('List'), + _('Lists available GRASS data base files of the user-specified data type optionally using the search pattern.'), + _('Rename'), + _("Renames data base element files in the user's current mapset."), + _('Delete'), + _("Removes data base element files from the user's current mapset using the search pattern."), + _('Computational region'), + _('Show current region'), + _('Shows the extent and resolution of the computational region.'), + _('Show region using latitude and longitude'), + _('Shows the extent and resolution of the computational region.'), + _('Show current region extent in Map Display'), + _('Shows the extent of the computational region in Map Display.'), + _('Set region'), + _('Manages the boundary definitions for the geographic region.'), + _('&Raster'), + _('Develop raster map'), + _('Compress/decompress'), + _('Compresses and decompresses raster maps.'), + _('Region boundaries'), + _('Sets the boundary definitions for a raster map.'), + _('Manage NULL values'), + _('Manages NULL-values of given raster map.'), + _('Quantization'), + _('Produces the quantization file for a floating-point map.'), + _('Timestamp'), + _('Modifies a timestamp for a raster map. Print/add/remove a timestamp for a raster map.'), + _('Resample using aggregate statistics'), + _('Resamples raster map layers to a coarser grid using aggregation.'), + _('Resample using multiple methods'), + _('Resamples raster map to a finer grid using interpolation.'), + _('Resample using nearest neighbor'), + _('GRASS raster map layer data resampling capability.'), + _('Resample using spline tension'), + _('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.'), + _('Resample using bspline'), + _('Performs bilinear or bicubic spline interpolation with Tykhonov regularization.'), + _('Resample using analytic kernel'), + _('Resamples raster map layers using an analytic kernel.'), + _('Support file maintenance'), + _('Allows creation and/or modification of raster map layer support files.'), + _('Update map statistics'), + _('Update raster map statistics'), + _('Reproject raster map from different GRASS location'), + _('Re-projects a raster map from given location to the current location.'), + _('Tiling'), + _('Produces tilings of the source projection for use in the destination region and projection.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a raster map.'), + _('Color tables (stddev)'), + _("Sets color rules based on stddev from a raster map's mean value."), + _('Manage color rules interactively'), + _('Interactive management of raster color tables.'), + _('Export color table'), + _('Exports the color table associated with a raster map.'), + _('Blend 2 color rasters'), + _('Blends color components of two raster maps by a given ratio.'), + _('Create RGB'), + _('Combines red, green and blue raster maps into a single composite raster map.'), + _('RGB to HIS'), + _('Generates red, green and blue (RGB) raster map layers combining hue, intensity and saturation (HIS) values from user-specified input raster map layers.'), + _('Query raster maps'), + _('Query values by coordinates'), + _('Queries raster maps on their category values and category labels.'), + _('Query colors by value'), + _('Queries colors for a raster map layer.'), + _('Map type conversions'), + _('Raster to vector'), + _('Converts a raster map into a vector map.'), + _('Raster series to 3D raster'), + _('Converts 2D raster map slices to one 3D raster volume map.'), + _('Raster 2.5D to 3D raster'), + _('Creates a 3D volume map based on 2D elevation and value raster maps.'), + _('Raster buffers and distance'), + _('Buffer rasters'), + _('Creates a raster map showing buffer zones surrounding cells that contain non-NULL category values.'), + _('Concentric circles'), + _('Creates a raster map containing concentric rings around a given point.'), + _('Closest points'), + _('Locates the closest points between objects in two raster maps.'), + _('Grow by one cell'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Mask'), + _('Creates a MASK for limiting raster operation.'), + _('Raster map calculator'), + _('Simplified raster map calculator'), + _('Raster map calculator'), + _('Raster map calculator.'), + _('Neighborhood analysis'), + _('Moving window'), + _('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.'), + _('Neighborhood points'), + _('Neighborhood analysis tool for vector point maps. 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.'), + _('Overlay rasters'), + _('Cross product'), + _('Creates a cross product of the category values from multiple raster map layers.'), + _('Patch raster maps'), + _('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 series aggregation'), + _('Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers.'), + _('Raster series accumulation'), + _('Makes each output cell value a accumulationfunction of the values assigned to the corresponding cells in the input raster map layers.'), + _('Statistical overlay'), + _('Calculates category or object oriented statistics (accumulator-based statistics).'), + _('Quantiles overlay'), + _('Compute category quantiles using two passes.'), + _('Solar radiance and shadows'), + _('LatLong map'), + _('Creates a latitude/longitude raster map.'), + _('Solar irradiance and irradiation'), + _('Solar irradiance and irradiation model. Computes direct (beam), diffuse and reflected solar irradiation raster maps for given day, latitude, surface and atmospheric conditions. Solar parameters (e.g. sunrise, sunset times, declination, extraterrestrial irradiance, daylight length) are saved in the map history file. Alternatively, a local time can be specified to compute solar incidence angle and/or irradiance raster maps. The shadowing effect of the topography is optionally incorporated.'), + _('Shadows map'), + _('Calculates cast shadow areas from sun position and elevation raster map. Either exact sun position (A) is specified, or date/time to calculate the sun position (B) by r.sunmask itself.'), + _('Sunshine hours and solar angles'), + _("Calculates solar elevation, solar azimuth, and sun hours. Solar elevation: the angle between the direction of the geometric center of the sun's apparent disk and the (idealized) horizon. Solar azimuth: the angle from due north in clockwise direction."), + _('Terrain analysis'), + _('Generate contour lines'), + _('Produces a vector map of specified contours from a raster map.'), + _('Cost surface'), + _('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.'), + _('Cumulative movement costs'), + _('Creates a raster map showing the anisotropic cumulative cost of moving between different geographic locations on an input raster map whose cell category values represent cost.'), + _('Least cost route or flow'), + _('Traces a flow through an elevation model or cost surface on a raster map.'), + _('Compute shaded relief'), + _('Creates shaded relief map from an elevation map (DEM). '), + _('Apply shade to raster'), + _('Drapes a color raster over an shaded relief or aspect map.'), + _('Slope and aspect'), + _('Generates raster maps of slope, aspect, curvatures and partial derivatives from an elevation raster map. Aspect is calculated counterclockwise from east.'), + _('Landforms'), + _('Calculates geomorphons (terrain forms) and associated geometry using machine vision approach.'), + _('Terrain parameters'), + _('Extracts terrain parameters from a DEM. Uses a multi-scale approach by taking fitting quadratic parameters to any size window (via least squares).'), + _('Textural features'), + _('Generate images with textural features from a raster map.'), + _('Visibility'), + _('Computes the viewshed of a point on an elevation raster map. Default format: NULL (invisible), vertical angle wrt viewpoint (visible).'), + _('Distance to features'), + _('Generates a raster map containing distances to nearest raster features.'), + _('Horizon angle'), + _("Computes horizon angle height from a digital elevation model. The module has two different modes of operation: 1. Computes the entire horizon around a single point whose coordinates are given with the 'coord' option. The horizon height (in radians). 2. Computes one or more raster maps of the horizon height in a single direction. The input for this is the angle (in degrees), which is measured counterclockwise with east=0, north=90 etc. The output is the horizon height in radians."), + _('Transform features'), + _('Clump'), + _('Recategorizes data in a raster map by grouping cells that form physically discrete areas into unique categories.'), + _('Grow'), + _('Generates a raster map layer with contiguous areas grown by one cell.'), + _('Thin'), + _('Thins non-null cells that denote linear features in a raster map layer.'), + _('Hydrologic modeling'), + _('Carve stream channels'), + _('Generates stream channels. Takes vector stream data, transforms it to raster and subtracts depth from the output DEM.'), + _('Fill lake'), + _('Fills lake at given point to given level.'), + _('Depressionless map and flowlines'), + _('Filters and generates a depressionless elevation map and a flow direction map from a given elevation raster map.'), + _('Flow accumulation'), + _('Performs flow computation for massive grids.'), + _('Flow lines'), + _('Constructs flowlines. Computes flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a elevation raster map.'), + _('Watershed analysis'), + _('Calculates hydrological parameters and RUSLE factors.'), + _('Watershed subbasins'), + _('Generates watershed subbasins raster map.'), + _('Watershed basin creation'), + _('Creates watershed basins from a drainage direction map.'), + _('Extraction of stream networks'), + _('Performs stream network extraction.'), + _('SIMWE Overland flow modeling'), + _('Overland flow hydrologic simulation using path sampling method (SIMWE).'), + _('SIMWE Sediment flux modeling'), + _('Sediment transport and erosion/deposition simulation using path sampling method (SIMWE).'), + _('Topographic index map'), + _('Creates a topographic index (wetness index) raster map from an elevation raster map.'), + _('TOPMODEL simulation'), + _('Simulates TOPMODEL which is a physically based hydrologic model.'), + _('USLE K-factor'), + _('Computes USLE Soil Erodibility Factor (K).'), + _('USLE R-factor'), + _('Computes USLE R factor, Rainfall erosivity index.'), + _('Groundwater modeling'), + _('Groundwater flow'), + _('Numerical calculation program for transient, confined and unconfined groundwater flow in two dimensions.'), + _('Groundwater solute transport'), + _('Numerical calculation program for transient, confined and unconfined solute transport in two dimensions'), + _('Landscape patch analysis'), + _('Set up sampling and analysis framework'), + _("Configuration editor for r.li.'index'"), + _('Edge density'), + _('Calculates edge density index on a raster map, using a 4 neighbour algorithm'), + _('Contrast weighted edge density'), + _('Calculates contrast weighted edge density index on a raster map'), + _('Patch area mean'), + _('Calculates mean patch size index on a raster map, using a 4 neighbour algorithm'), + _('Patch area range'), + _('Calculates range of patch area size on a raster map'), + _('Patch area Std Dev'), + _('Calculates standard deviation of patch area a raster map'), + _('Patch area Coeff Var'), + _('Calculates coefficient of variation of patch area on a raster map'), + _('Patch density'), + _('Calculates patch density index on a raster map, using a 4 neighbour algorithm'), + _('Patch number'), + _('Calculates patch number index on a raster map, using a 4 neighbour algorithm.'), + _("Dominance's diversity"), + _("Calculates dominance's diversity index on a raster map"), + _("Shannon's diversity"), + _("Calculates Shannon's diversity index on a raster map"), + _("Simpson's diversity"), + _("Calculates Simpson's diversity index on a raster map"), + _('Richness'), + _('Calculates richness index on a raster map'), + _('Shape index'), + _('Calculates shape index on a raster map'), + _('Wildfire modeling'), + _('Rate of spread'), + _('Generates rate of spread raster maps. Generates three, or four raster map layers showing the base (perpendicular) rate of spread (ROS), the maximum (forward) ROS, the direction of the maximum ROS, and optionally the maximum potential spotting distance for fire spread simulation.'), + _('Least-cost spread paths'), + _('Recursively traces the least cost path backwards to cells from which the cumulative cost was determined.'), + _('Anisotropic spread simulation'), + _('Simulates elliptically anisotropic spread. 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. It optionally produces raster maps to contain backlink UTM coordinates for tracing spread paths. Usable for fire spread simulations.'), + _('Change category values and labels'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('Interactively edit category values'), + _('Edits cell values in a raster map.'), + _('Reclassify by size'), + _('Reclasses a raster map greater or less than user specified area size (in hectares).'), + _('Reclassify'), + _('Reclassify raster map based on category values. Creates a new raster map whose category values are based upon a reclassification of the categories in an existing raster map.'), + _('Recode'), + _('Recodes categorical raster maps.'), + _('Rescale'), + _('Rescales the range of category values in a raster map layer.'), + _('Rescale with histogram'), + _('Rescales histogram equalized the range of category values in a raster map layer.'), + _('Generate random cells'), + _('Random cells'), + _('Generates random cell values with spatial dependence.'), + _('Random cells and vector points'), + _('Creates a raster map layer and vector point map containing randomly located points.'), + _('Generate surfaces'), + _('Fractal surface'), + _('Creates a fractal surface of a given fractal dimension.'), + _('Gaussian kernel density surface'), + _('Generates a raster density map from vector points map. Density is computed using a moving kernel. Optionally generates a vector density map on a vector network.'), + _('Gaussian deviates surface'), + _('Generates a raster map using gaussian random number generator. Mean and standard deviation of gaussian deviates can be expressed by the user.'), + _('Plane'), + _('Creates raster plane map given dip (inclination), aspect (azimuth) and one point.'), + _('Random deviates surface'), + _('Produces a raster surface map of uniform random deviates with defined range.'), + _('Random surface with spatial dependence'), + _('Generates random surface(s) with spatial dependence.'), + _('Interpolate surfaces'), + _('Bilinear and bicubic from vector points'), + _('Performs bicubic or bilinear spline interpolation with Tykhonov regularization.'), + _('IDW from raster points'), + _('Provides surface interpolation from raster point data by Inverse Distance Squared Weighting.'), + _('IDW from vector points'), + _('Provides surface interpolation from vector point data by Inverse Distance Squared Weighting.'), + _('Raster contours'), + _('Generates surface raster map from rasterized contours.'), + _('Regularized spline tension'), + _('Performs surface interpolation from vector points map by splines. Spatial approximation and topographic analysis from given point or isoline data in vector format to floating point raster format using regularized spline with tension.'), + _('Raster series interpolation'), + _('Interpolates raster maps located (temporal or spatial) in between input raster maps at specific sampling positions.'), + _('Fill NULL cells'), + _('Fills no-data areas in raster maps using spline interpolation.'), + _('Reports and statistics'), + _('Basic raster metadata'), + _('Outputs basic information about a raster map.'), + _('Manage category information'), + _('Manages category values and labels associated with user-specified raster map layers.'), + _('General statistics'), + _('Generates area statistics for raster map.'), + _('Quantiles for large data sets'), + _('Compute quantiles using two passes.'), + _('Range of category values'), + _('Prints terse list of category values found in a raster map layer.'), + _('Sum area by raster map and category'), + _('Reports statistics for raster maps.'), + _('Statistics for clumped cells'), + _('Calculates the volume of data "clumps". Optionally produces a GRASS vector points map containing the calculated centroids of these clumps.'), + _('Total corrected area'), + _('Prints estimation of surface area for raster map.'), + _('Univariate raster statistics'), + _('Calculates univariate statistics from the non-null cells of a raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('Sample transects'), + _('Outputs the raster map layer values lying on user-defined line(s).'), + _('Sample transects (bearing/distance)'), + _('Outputs raster map layer values lying along user defined transect line(s).'), + _('Covariance/correlation'), + _('Outputs a covariance/correlation matrix for user-specified raster map layer(s).'), + _('Linear regression'), + _('Calculates linear regression from two raster maps: y = a + b*x.'), + _('Multiple regression'), + _('Calculates multiple linear regression from raster maps.'), + _('Mutual category occurrences'), + _('Tabulates the mutual occurrence (coincidence) of categories for two raster map layers.'), + _('&Vector'), + _('Develop vector map'), + _('Create new vector map'), + _('Create new empty vector map'), + _('Edit vector map (non-interactively)'), + _('Edits a vector map, allows adding, deleting and modifying selected vector features.'), + _('Convert object types'), + _('Changes type of vector features.'), + _('Parallel lines'), + _('Creates parallel line to input vector lines.'), + _('Dissolve boundaries'), + _('Dissolves boundaries between adjacent areas sharing a common category number or attribute.'), + _('Create 3D vector over raster'), + _('Converts 2D vector features to 3D by sampling of elevation raster map.'), + _('Extrude 3D vector map'), + _('Extrudes flat vector features to 3D vector features with defined height. Optionally the height can be derived from sampling of elevation raster map.'), + _('Create labels'), + _('Creates paint labels for a vector map from attached attributes.'), + _('Reposition vector map'), + _('Performs an affine transformation (shift, scale and rotate) on vector map.'), + _('Rectify vector map'), + _('Rectifies a vector by computing a coordinate transformation for each object in the vector based on the control points.'), + _('Reproject vector map from different GRASS location'), + _('Re-projects a vector map from one location to the current location.'), + _('Support file maintenance'), + _('Updates vector map metadata.'), + _('Topology maintenance'), + _('Create or rebuild topology'), + _('Creates topology for vector map. Optionally also checks for topological errors.'), + _('Rebuild topology on all vector maps'), + _('Rebuilds topology on all vector maps in the current mapset.'), + _('Build polylines'), + _('Builds polylines from lines or boundaries.'), + _('Split lines'), + _('Splits vector lines to shorter segments.'), + _('Split polylines'), + _('Creates points/segments from input vector lines and positions.'), + _('Clean vector map'), + _('Toolset for cleaning topology of vector map.'), + _('Smooth or simplify'), + _('Performs vector based generalization.'), + _('Add centroids'), + _('Adds missing centroids to closed boundaries.'), + _('Manage colors'), + _('Color tables'), + _('Creates/modifies the color table associated with a vector map.'), + _('Manage color rules interactively'), + _('Interactive management of vector color tables.'), + _('Export color table'), + _('Exports the color table associated with a vector map.'), + _('Query vector map'), + _('Query with coordinate(s)'), + _('Queries a vector map at given locations.'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('Feature selection'), + _('Select by attributes'), + _('Selects vector features from an existing vector map and creates a new vector map containing only the selected features.'), + _('Select by another map'), + _('Selects features from vector map (A) by features from other vector map (B).'), + _('Map type conversions'), + _('Vector to raster'), + _('Converts (rasterize) a vector map into a raster map.'), + _('Vector to 3D raster'), + _('Converts a vector map (only points) into a 3D raster map.'), + _('2D vector to 3D vector'), + _('Performs transformation of 2D vector features to 3D.'), + _('Buffer vectors'), + _('Creates a buffer around vector features of given type.'), + _('Point analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Identify point clusters'), + _('Performs cluster identification.'), + _('Indices for quadrat counts of vector point lists'), + _('Indices for quadrat counts of vector point lists.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Tests for normality for vector points'), + _('Tests for normality for vector points.'), + _('Lidar analysis'), + _('Identify and remove outliers'), + _('Removes outliers from vector point data.'), + _('Detect edges'), + _("Detects the object's edges from a LIDAR data set."), + _('Detect interiors'), + _('Building contour determination and Region Growing algorithm for determining the building inside'), + _('Correct and reclassify objects'), + _('Corrects the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering.'), + _('Linear referencing'), + _('Create LRS'), + _('Creates a linear reference system.'), + _('Create stationing'), + _('Creates stationing from input lines, and linear reference system.'), + _('Create points/segments'), + _('Creates points/segments from input lines, linear reference system and positions read from stdin or a file.'), + _('Find line id and offset'), + _('Finds line id and real km+offset for given points in vector map using linear reference system.'), + _('Nearest features'), + _("Finds the nearest element in vector map 'to' for elements in vector map 'from'."), + _('Network analysis'), + _('Vector network analysis tool'), + _('Tool for interactive vector network analysis.'), + _('Network preparation'), + _('Performs network maintenance.'), + _('Allocate subnets'), + _('Allocates subnets for nearest centers. Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Split net'), + _('Splits subnets for nearest centers by cost isolines. Splits net to bands between cost isolines (direction from center). Center node must be opened (costs >= 0). Costs of center node are used in calculation.'), + _('Shortest path'), + _('Finds shortest path on vector network.'), + _('Shortest path for sets of features'), + _("Computes shortest distance via the network between the given sets of features. Finds the shortest paths from each 'from' point to the nearest 'to' feature and various information about this relation are uploaded to the attribute table."), + _('Shortest path using timetables'), + _('Finds shortest path using timetables.'), + _('Shortest path for all pairs'), + _('Computes the shortest path between all pairs of nodes in the network.'), + _('Visibility network'), + _('Performs visibility graph construction.'), + _('Bridges and articulation points'), + _('Computes bridges and articulation points in the network.'), + _('Maximum flow'), + _('Computes the maximum flow between two sets of nodes in the network.'), + _('Vertex connectivity'), + _('Computes vertex connectivity between two sets of nodes in the network.'), + _('Components'), + _('Computes strongly and weakly connected components in the network.'), + _('Centrality'), + _('Computes degree, centrality, betweeness, closeness and eigenvector centrality measures in the network.'), + _('Steiner tree'), + _("Creates Steiner tree for the network and given terminals. Note that 'Minimum Steiner Tree' problem is NP-hard and heuristic algorithm is used in this module so the result may be sub optimal."), + _('Minimum spanning tree'), + _('Computes minimum spanning tree for the network.'), + _('Traveling salesman analysis'), + _('Creates a cycle connecting given nodes (Traveling salesman problem). Note that TSP is NP-hard, heuristic algorithm is used by this module and created cycle may be sub optimal'), + _('Overlay vector maps'), + _('Clip vector maps'), + _('Overlay vector maps'), + _('Overlays two vector maps offering clip, intersection, difference, symmetrical difference, union operators.'), + _('Patch vector maps'), + _('Creates a new vector map by combining other vector maps.'), + _('Manage categories'), + _('Change or report categories'), + _('Attaches, deletes or reports vector categories to map geometry.'), + _('Reclassify'), + _('Changes vector category values for an existing vector map according to results of SQL queries or a value in attribute table column.'), + _('Update attributes'), + _('Update area attributes from raster'), + _('Calculates univariate statistics from a raster map based on a vector map and uploads statistics to new attribute columns.'), + _('Update area attributes from vector'), + _('Count points in areas, calculate statistics from point attributes.'), + _('Update point attributes from areas'), + _('Uploads vector values at positions of vector points to the table.'), + _('Update database values from vector'), + _('Populates attribute values from vector features.'), + _('Sample raster maps at point locations'), + _('Uploads raster values at positions of vector points to the table.'), + _('Sample raster neighborhood around points'), + _('Samples a raster map at vector point locations.'), + _('Generate area for current region'), + _('Creates a vector polygon from the current region extent.'), + _('Generate areas from points'), + _('Convex hull'), + _('Produces a 2D/3D convex hull for a given vector map.'), + _('Delaunay triangles'), + _('Creates a Delaunay triangulation from an input vector map containing points or centroids.'), + _('Voronoi diagram/Thiessen polygons'), + _('Creates a Voronoi diagram constrained to the extents of the current region from an input vector map containing points or centroids.'), + _('Generate grid'), + _('Creates a vector map of a user-defined grid.'), + _('Generate points'), + _('Generate from database'), + _('Creates new vector (points) map from database table containing coordinates.'), + _('Generate points along lines'), + _('Creates points along input lines in new vector map with 2 layers.'), + _('Generate random points'), + _('Generates random 2D/3D vector points.'), + _('Perturb points'), + _('Random location perturbations of vector points.'), + _('Remove outliers in point sets'), + _('Removes outliers from vector point data.'), + _('Test/training point sets'), + _('Randomly partition points into test/train sets.'), + _('Reports and statistics'), + _('Basic vector metadata'), + _('Outputs basic information about a vector map.'), + _('Classify attribute data'), + _('Classifies attribute data, e.g. for thematic mapping'), + _('Report topology by category'), + _('Reports geometry statistics for vector maps.'), + _('Univariate attribute statistics for points'), + _('Calculates univariate statistics of vector map features. Variance and standard deviation is calculated only for points if specified.'), + _('Univariate statistics for attribute columns'), + _('Calculates univariate statistics on selected table column for a GRASS vector map.'), + _('Sample transects'), + _('Vector map profiling tool'), + _('Quadrat indices'), + _('Indices for quadrat counts of vector point lists.'), + _('Test normality'), + _('Tests for normality for vector points.'), + _('&Imagery'), + _('Develop images and groups'), + _('Create/edit group'), + _('Creates, edits, and lists groups of imagery files.'), + _('Target group'), + _('Targets an imagery group to a GRASS location and mapset.'), + _('Mosaic images'), + _('Mosaics several images and extends colormap.'), + _('Manage image colors'), + _('Color balance for RGB'), + _('Performs auto-balancing of colors for RGB images.'), + _('HIS to RGB'), + _('Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space.'), + _('RGB to HIS'), + _('Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-Intensity-Saturation) color space.'), + _('Rectify image or raster'), + _('Rectifies an image by computing a coordinate transformation for each pixel in the image based on the control points.'), + _('Histogram'), + _('Generate histogram of image'), + _('Spectral response'), + _('Displays spectral response at user specified locations in group or images.'), + _('Pan sharpening'), + _('Image fusion algorithms to sharpen multispectral with high-res panchromatic channels'), + _('Classify image'), + _('Clustering input for unsupervised classification'), + _('Generates spectral signatures for land cover types in an image using a clustering algorithm. The resulting signature file is used as input for i.maxlik, to generate an unsupervised image classification.'), + _('Input for supervised MLC'), + _('Generates statistics for i.maxlik from raster map.'), + _('Maximum likelihood classification (MLC)'), + _('Classifies the cell spectral reflectances in imagery data. Classification is based on the spectral signature information generated by either i.cluster, g.gui.iclass, or i.gensig.'), + _('Interactive input for supervised classification'), + _('Generates spectral signatures by allowing the user to outline training areas.'), + _('Input for supervised SMAP'), + _('Generates statistics for i.smap from raster map.'), + _('Sequential maximum a posteriori classification (SMAP)'), + _('Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation.'), + _('Object segmentation'), + _('Identifies segments (objects) from imagery data.'), + _('Filter image'), + _('Edge detection'), + _('Zero-crossing "edge detection" raster function for image processing.'), + _('Matrix/convolving filter'), + _('Performs raster map matrix filter.'), + _('Transform image'), + _('Canonical correlation'), + _('Canonical components analysis (CCA) program for image processing.'), + _('Principal components'), + _('Principal components analysis (PCA) for image processing.'), + _('Fast Fourier'), + _('Fast Fourier Transform (FFT) for image processing.'), + _('Inverse Fast Fourier'), + _('Inverse Fast Fourier Transform (IFFT) for image processing.'), + _('Satellite images tools'), + _('Aster DN to radiance/reflectance'), + _('Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature from ASTER DN.'), + _('Landsat DN to radiance/reflectance'), + _('Calculates top-of-atmosphere radiance or reflectance and temperature for Landsat MSS/TM/ETM+/OLI'), + _('Landsat cloud cover assessment'), + _('Performs Landsat TM/ETM+ Automatic Cloud Cover Assessment (ACCA).'), + _('Modis quality control'), + _('Extracts quality control parameters from MODIS QC layers.'), + _('Atmospheric correction'), + _('Performs atmospheric correction using the 6S algorithm. 6S - Second Simulation of Satellite Signal in the Solar Spectrum.'), + _('Topographic correction'), + _('Computes topographic correction of reflectance.'), + _('Orthophoto tools'), + _('Manage GCPs for 3D correction'), + _('Georectifies a map and allows managing GCP for 3D correction.'), + _('Corrects scanning distortions'), + _('Corrects scanning distortions of a scanned aerial photo.'), + _('Satellite images products'), + _('Vegetation indices'), + _('Calculates different types of vegetation indices. Uses red and nir bands mostly, and some indices require additional bands.'), + _('Tasseled cap vegetation index'), + _('Performs Tasseled Cap (Kauth Thomas) transformation.'), + _('Albedo'), + _('Computes broad band albedo from surface reflectance.'), + _('Emissivity'), + _('Computes emissivity from NDVI, generic method for sparse land.'), + _('Biomass growth'), + _('Computes biomass growth, precursor of crop yield calculation.'), + _('Evapotranspiration calculation'), + _('Instantaneaous Net Radiation'), + _('Net radiation approximation (Bastiaanssen, 1995).'), + _('Soil heat flux'), + _('Soil heat flux approximation (Bastiaanssen, 1995).'), + _('Sensible heat flux'), + _('Computes sensible heat flux iteration SEBAL 01.'), + _('Evaporative fraction'), + _('Computes evaporative fraction and root zone soil moisture.'), + _('Actual Evapotranspiration'), + _('Actual evapotranspiration for diurnal period (Bastiaanssen, 1995).'), + _('Temporal integration of ETa'), + _('Computes temporal integration of satellite ET actual (ETa) following the daily ET reference (ETo) from meteorological station(s).'), + _('Hargreaves methods Evapotranspiration'), + _('Computes evapotranspiration calculation modified or original Hargreaves formulation, 2001.'), + _('Penman-Monteith Evapotranspiration'), + _('Computes potential evapotranspiration calculation with hourly Penman-Monteith.'), + _('Priestley-Taylor Evapotranspiration'), + _('Computes evapotranspiration calculation Priestley and Taylor formulation, 1972.'), + _('Reports and statistics'), + _('Kappa analysis'), + _('Calculates error matrix and kappa parameter for accuracy assessment of classification result.'), + _('OIF for LandSat TM'), + _('Calculates Optimum-Index-Factor table for spectral bands'), + _('3D r&aster'), + _('Develop 3D raster map'), + _('Manage 3D NULL values'), + _('Explicitly create the 3D NULL-value bitmap file.'), + _('Manage timestamp'), + _('Modifies a timestamp for a 3D raster map. Print/add/remove a timestamp for a 3D raster map.'), + _('Map type conversions'), + _('3D rasters to raster series'), + _('Converts 3D raster maps to 2D raster maps'), + _('3D color tables'), + _('Creates/modifies the color table associated with a 3D raster map.'), + _('Export 3D color table'), + _('Exports the color table associated with a 3D raster map.'), + _('3D mask'), + _('Establishes the current working 3D raster mask.'), + _('3D raster map calculator'), + _('3D raster map calculator'), + _('Cross section'), + _('Creates cross section 2D raster map from 3D raster map based on 2D elevation map'), + _('Groundwater modeling'), + _('Numerical calculation program for transient, confined groundwater flow in three dimensions.'), + _('Interpolate 3D raster from points'), + _('Interpolates point data to a 3D raster map using regularized spline with tension (RST) algorithm.'), + _('Reports and statistics'), + _('Basic 3D raster metadata'), + _('Outputs basic information about a user-specified 3D raster map layer.'), + _('3D raster statistics'), + _('Generates volume statistics for 3D raster maps.'), + _('Univariate statistics for 3D rasters'), + _('Calculates univariate statistics from the non-null cells of a 3D raster map. Statistics include number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, coefficient of variation, and sum.'), + _('&Database'), + _('Database information'), + _('List databases'), + _('Lists all databases for a given driver and location.'), + _('List drivers'), + _('Lists all database drivers.'), + _('List tables'), + _('Lists all tables for a given database.'), + _('Describe table'), + _('Describes a table in detail.'), + _('List columns'), + _('List all columns for a given table.'), + _('Manage databases'), + _('Connect'), + _('Prints/sets general DB connection for current mapset.'), + _('Login'), + _('Sets user/password for DB driver/database.'), + _('Create database'), + _('Creates an empty database.'), + _('Drop database'), + _('Removes an existing database.'), + _('Drop table'), + _('Drops an attribute table.'), + _('Copy table'), + _("Copy a table. Either 'from_table' (optionally with 'where') can be used or 'select' option, but not 'from_table' and 'select' at the same time."), + _('Drop column'), + _('Drops a column from selected attribute table.'), + _('Test'), + _('Test database driver, database must exist and set by db.connect.'), + _('Query'), + _('Query any table'), + _('Selects data from attribute table. Performs SQL query statement(s).'), + _('Query vector attribute data'), + _('Prints vector map attributes.'), + _('SQL statement'), + _("Executes any SQL statement. For SELECT statements use 'db.select'."), + _('Vector database connections'), + _('New table'), + _('Creates and connects a new attribute table to a given layer of an existing vector map.'), + _('Remove table'), + _('Removes existing attribute table of a vector map.'), + _('Join table'), + _('Joins a database table to a vector map table.'), + _('Add columns'), + _('Adds one or more columns to the attribute table connected to a given vector map.'), + _('Drop column'), + _('Drops a column from the attribute table connected to a given vector map.'), + _('Rename column'), + _('Renames a column in the attribute table connected to a given vector map.'), + _('Change values'), + _('Updates a column in the attribute table connected to a vector map.'), + _('Drop row'), + _('Removes a vector feature from a vector map through attribute selection.'), + _('Reconnect vectors to database'), + _('Reconnects attribute tables for all vector maps from the current mapset to a new database.'), + _('Set vector map - database connection'), + _('Prints/sets DB connection for a vector map to attribute table.'), + _('&Temporal'), + _('Manage datasets'), + _('Connect temporal database'), + _('Prints/sets general temporal GIS database connection for current mapset.'), + _('Create'), + _('Creates a space time dataset.'), + _('Rename'), + _('Renames a space time dataset'), + _('Remove'), + _('Removes space time datasets from temporal database.'), + _('Update metadata'), + _('Modifies the metadata of a space time dataset.'), + _('Merge'), + _('Merges several space time datasets into a single space time dataset.'), + _('Temporally shift'), + _('Shifts temporally the maps of a space time dataset.'), + _('Snap maps of dataset'), + _('Snaps temporally the maps of a space time dataset.'), + _('List'), + _('Lists space time datasets and maps registered in the temporal database.'), + _('Manage maps in datasets'), + _('Register maps in datasets'), + _('Assigns timestamps and registers raster, vector and raster3d maps in a space time dataset.'), + _('Unregister maps from datasets'), + _('Unregisters raster, vector and raster3d maps from the temporal database or a specific space time dataset.'), + _('List raster dataset maps'), + _('Lists registered maps of a space time raster dataset.'), + _('List vector dataset maps'), + _('Lists registered maps of a space time vector dataset.'), + _('List 3D raster dataset maps'), + _('Lists registered maps of a space time raster3d dataset.'), + _('Import'), + _('Import raster dataset'), + _('Imports space time raster dataset.'), + _('Import vector dataset'), + _('Imports a space time vector dataset from a GRASS GIS specific archive file.'), + _('Export'), + _('Export raster dataset'), + _('Exports space time raster dataset.'), + _('Export raster dataset as VTK time series'), + _('Exports space time raster dataset as VTK time series.'), + _('Export vector dataset'), + _('Exports a space time vector dataset as GRASS GIS specific archive file.'), + _('Convert raster dataset to 3D raster'), + _('Converts a space time raster dataset into a 3D raster map.'), + _('Extraction'), + _('Extract subset of raster dataset'), + _('Extracts a subset of a space time raster datasets.'), + _('Extract subset of vector dataset'), + _('Extracts a subset of a space time vector dataset.'), + _('Extract subset of 3D raster dataset'), + _('Extracts a subset of a space time 3D raster dataset.'), + _('Query vector dataset attribute data'), + _('Prints attributes of vector maps registered in a space time vector dataset.'), + _('Raster dataset color table'), + _('Creates/modifies the color table associated with each raster map of the space time raster dataset.'), + _('Raster calculations'), + _('Performs spatio-temporal mapcalc expressions on temporally sampled maps of space time raster datasets.'), + _('3D raster calculations'), + _('Performs r3.mapcalc expressions on maps of sampled space time 3D raster datasets.'), + _('Interpolate gaps in raster datasets'), + _('Replaces gaps in a space time raster dataset with interpolated raster maps.'), + _('Aggregation'), + _('Neighborhood analysis in raster dataset'), + _('Performs a neighborhood analysis for each map in a space time raster dataset.'), + _('Aggregation in raster datasets'), + _('Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset.'), + _('Temporal aggregation'), + _('Aggregates temporally the maps of a space time raster dataset by a user defined granularity.'), + _('Temporal aggregation by dataset'), + _('Aggregates data of an existing space time raster dataset using the time intervals of a second space time dataset.'), + _('Sampling'), + _('Sample a space time raster dataset at point coordinates'), + _('Sample a space time raster dataset at specific vector point coordinates and write the output to stdout using different layouts'), + _('Query raster dataset by vector points dataset'), + _('Stores raster map values at spatial and temporal positions of vector points as vector attributes.'), + _('Observe specific locations in raster dataset'), + _('Observes specific locations in a space time raster dataset over a period of time using vector points.'), + _('Temporal sampling'), + _('Samples the input space time dataset(s) with a sample space time dataset and print the result to stdout.'), + _('Reports and statistics'), + _('Space time datasets metadata'), + _('Lists information about space time datasets and maps.'), + _('Univariate raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset.'), + _('Univariate vector dataset statistics'), + _('Calculates univariate statistics of attributes for each registered vector map of a space time vector dataset'), + _('Univariate 3D raster dataset statistics'), + _('Calculates univariate statistics from the non-null cells for each registered 3D raster map of a space time 3D raster dataset.'), + _('Report temporal topology'), + _('Lists temporal topology of a space time dataset.'), + _('GUI tools'), + _('Animation tool'), + _('Launch animation tool.'), + _('Timeline tool'), + _('Plot temporal extents.'), + _('Temporal plot tool'), + _('Plot temporal values.'), + _('GUI tools'), + _('Animation tool'), + _('Launch animation tool.'), + _('Attribute table manager'), + _('Launches graphical attribute table manager.'), + _('Cartographic Composer'), + _('Launch Cartographic Composer'), + _('Georectify'), + _('Manage Ground Control Points for Georectification'), + _('Graphical modeler'), + _('Launch Graphical modeler'), + _('Interactive input for supervised classification'), + _('Generates spectral signatures by allowing the user to outline training areas.'), + _('Map Swipe'), + _('Launch Map Swipe'), + _('Temporal plot tool'), + _('Plot temporal values.'), + _('Timeline tool'), + _('Plot temporal extents.'), + ''] +menustrings_menudata.PsMapMenuData'> = [ + _('&File'), + _('Page setup'), + _('Specify paper size, margins and orientation'), + _('Load instruction file'), + _('Load text file with mapping instructions'), + _('Export instruction file'), + _('Generate text file with mapping instructions'), + _('Export to PostScript'), + _('Generate PostScript output'), + _('Export to PDF'), + _('Generate PDF output'), + _('Launch ps.map dialog'), + _('Launch ps.map dialog'), + _('Quit'), + _('Close Cartographic Composer'), + _('&Insert'), + _('Map frame'), + _('Add or edit map frame'), + _('Raster map'), + _('Add or edit raster map'), + _('Vector map'), + _('Add or edit vector map'), + _('Map legend'), + _('Add or edit raster and vector legend'), + _('Map info'), + _('Add or edit map info'), + _('Scale bar'), + _('Add or edit scale bar'), + _('Text'), + _('Add text'), + _('Image'), + _('Add image'), + _('North Arrow'), + _('Add north arrow'), + _('Delete'), + _('Delete selected object'), + _('&Help'), + _('Help'), + _('Display the HTML man pages of Cartographic Composer'), + _('About Cartographic Composer'), + _('Display information about Cartographic Composer'), + '']