[GRASS-SVN] r41149 - in grass/trunk: gui/wxpython/xml
imagery/i.albedo imagery/i.eb.h_SEBAL01 imagery/i.emissivity
raster/r.external raster/r.in.arc raster/r.in.ascii
raster/r.in.gdal raster/r.out.ascii raster/r.out.gridatb
raster/r.out.mpeg raster/r.out.png raster/r.out.pov
raster/r.out.ppm raster/r.out.ppm3 raster/r.out.tiff
raster/r.out.vrml raster/r.out.vtk raster3d/r3.in.ascii
raster3d/r3.in.v5d raster3d/r3.out.ascii raster3d/r3.out.v5d
raster3d/r3.out.vtk scripts/i.in.spotvgt scripts/r.in.aster
scripts/r.in.srtm vector/v.external vector/v.in.ascii
vector/v.in.ogr vector/v.out.ogr vector/v.out.pov
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 21 12:32:08 EST 2010
Author: martinl
Date: 2010-02-21 12:32:08 -0500 (Sun, 21 Feb 2010)
New Revision: 41149
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
grass/trunk/imagery/i.albedo/main.c
grass/trunk/imagery/i.eb.h_SEBAL01/main.c
grass/trunk/imagery/i.emissivity/main.c
grass/trunk/raster/r.external/main.c
grass/trunk/raster/r.in.arc/main.c
grass/trunk/raster/r.in.ascii/main.c
grass/trunk/raster/r.in.gdal/main.c
grass/trunk/raster/r.out.ascii/main.c
grass/trunk/raster/r.out.gridatb/main.c
grass/trunk/raster/r.out.mpeg/main.c
grass/trunk/raster/r.out.png/main.c
grass/trunk/raster/r.out.pov/main.c
grass/trunk/raster/r.out.ppm/main.c
grass/trunk/raster/r.out.ppm3/main.c
grass/trunk/raster/r.out.tiff/main.c
grass/trunk/raster/r.out.vrml/main.c
grass/trunk/raster/r.out.vtk/main.c
grass/trunk/raster3d/r3.in.ascii/main.c
grass/trunk/raster3d/r3.in.v5d/main.c
grass/trunk/raster3d/r3.out.ascii/main.c
grass/trunk/raster3d/r3.out.v5d/main.c
grass/trunk/raster3d/r3.out.vtk/main.c
grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.py
grass/trunk/scripts/r.in.aster/r.in.aster.py
grass/trunk/scripts/r.in.srtm/r.in.srtm.py
grass/trunk/vector/v.external/main.c
grass/trunk/vector/v.in.ascii/main.c
grass/trunk/vector/v.in.ogr/main.c
grass/trunk/vector/v.out.ogr/main.c
grass/trunk/vector/v.out.pov/main.c
Log:
fix r41146 -- keep modules description in sync with wxGUI menudata
(use support/update_menudata.py)
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2010-02-21 17:32:08 UTC (rev 41149)
@@ -89,7 +89,7 @@
</menuitem>
<menuitem>
<label>ASCII grid import</label>
- <help>Converts a GRASS ASCII raster file to binary raster map layer.</help>
+ <help>Converts a GRASS ASCII raster file to binary raster map.</help>
<keywords>raster,import,conversion</keywords>
<handler>self.OnMenuCmd</handler>
<command>r.in.ascii</command>
@@ -111,7 +111,7 @@
</menuitem>
<menuitem>
<label>ESRI ASCII grid import</label>
- <help>Converts an ESRI ARC/INFO ascii raster file (GRID) into a GRASS raster map layer.</help>
+ <help>Converts an ESRI ARC/INFO ascii raster file (GRID) into a GRASS raster map.</help>
<keywords>raster</keywords>
<handler>self.OnMenuCmd</handler>
<command>r.in.arc</command>
@@ -132,14 +132,14 @@
</menuitem>
<menuitem>
<label>SPOT NDVI import</label>
- <help>Import of SPOT VGT NDVI file into a raster map.</help>
+ <help>Imports of SPOT VGT NDVI file into a raster map.</help>
<keywords>raster,imagery,import</keywords>
<handler>self.OnMenuCmd</handler>
<command>i.in.spotvgt</command>
</menuitem>
<menuitem>
<label>SRTM HGT import</label>
- <help>Import SRTM HGT files into GRASS.</help>
+ <help>Imports SRTM HGT files into raster map.</help>
<keywords>raster,import</keywords>
<handler>self.OnMenuCmd</handler>
<command>r.in.srtm</command>
@@ -164,7 +164,7 @@
<items>
<menuitem>
<label>Import vector data</label>
- <help>Convert vector layers into a GRASS vector map using OGR.</help>
+ <help>Converts vector layers into a GRASS vector map using OGR.</help>
<keywords>vector,import</keywords>
<handler>self.OnMenuCmd</handler>
<command>v.in.ogr</command>
@@ -265,7 +265,7 @@
<items>
<menuitem>
<label>ASCII 3D import</label>
- <help>Convert a 3D ASCII raster text file into a (binary) 3D raster map layer.</help>
+ <help>Converts a 3D ASCII raster text file into a (binary) 3D raster map.</help>
<keywords>raster3d,voxel,import</keywords>
<handler>self.OnMenuCmd</handler>
<command>r3.in.ascii</command>
@@ -358,7 +358,7 @@
<menuitem>
<label>PNG export</label>
<help>Export a GRASS raster map as non-georeferenced PNG image format.</help>
- <keywords>raster</keywords>
+ <keywords>raster,export</keywords>
<handler>self.OnMenuCmd</handler>
<command>r.out.png</command>
</menuitem>
@@ -392,7 +392,7 @@
</menuitem>
<menuitem>
<label>VRML export</label>
- <help>Export a raster map to the Virtual Reality Modeling Language (VRML).</help>
+ <help>Exports a raster map to the Virtual Reality Modeling Language (VRML).</help>
<keywords>raster,export,VRML</keywords>
<handler>self.OnMenuCmd</handler>
<command>r.out.vrml</command>
@@ -400,7 +400,7 @@
<menuitem>
<label>VTK export</label>
<help>Converts raster maps into the VTK-ASCII format.</help>
- <keywords>raster</keywords>
+ <keywords>raster,export</keywords>
<handler>self.OnMenuCmd</handler>
<command>r.out.vtk</command>
</menuitem>
@@ -474,14 +474,14 @@
<menuitem>
<label>Vis5D export</label>
<help>Converts a 3D raster map into a 3-dimensional Vis5D file.</help>
- <keywords>raster3d,voxel</keywords>
+ <keywords>raster3d,export,voxel</keywords>
<handler>self.OnMenuCmd</handler>
<command>r3.out.v5d</command>
</menuitem>
<menuitem>
<label>VTK export</label>
<help>Converts 3D raster maps into the VTK-ASCII format.</help>
- <keywords>raster3d,voxel</keywords>
+ <keywords>raster3d,export,voxel</keywords>
<handler>self.OnMenuCmd</handler>
<command>r3.out.vtk</command>
</menuitem>
@@ -1028,7 +1028,7 @@
<separator />
<menuitem>
<label>Statistical overlay</label>
- <help>Calculates category or object oriented statistics.</help>
+ <help>Calculates category or object oriented statistics (accumulator-based statistics).</help>
<keywords>raster,statistics</keywords>
<handler>self.OnMenuCmd</handler>
<command>r.statistics2</command>
@@ -2546,8 +2546,8 @@
<separator />
<menuitem>
<label>Albedo</label>
- <help>Broad band albedo from surface reflectance.</help>
- <keywords>raster</keywords>
+ <help>Computes broad band albedo from surface reflectance.</help>
+ <keywords>imagery,albedo,surface reflectance</keywords>
<handler>self.OnMenuCmd</handler>
<command>i.albedo</command>
</menuitem>
@@ -2560,7 +2560,7 @@
</menuitem>
<menuitem>
<label>Sensible heat flux</label>
- <help>Computes sensible heat flux iteration SEBAL 01</help>
+ <help>Computes sensible heat flux iteration SEBAL 01.</help>
<keywords>imagery,evaporative fraction,soil moisture,energy balance,SEBAL</keywords>
<handler>self.OnMenuCmd</handler>
<command>i.eb.h_SEBAL01</command>
@@ -2574,7 +2574,7 @@
</menuitem>
<menuitem>
<label>Emissivity</label>
- <help>Emissivity from NDVI, generic method for sparse land.</help>
+ <help>Computes emissivity from NDVI, generic method for spares land.</help>
<keywords>emissivity,land flux,energy balance</keywords>
<handler>self.OnMenuCmd</handler>
<command>i.emissivity</command>
Modified: grass/trunk/imagery/i.albedo/main.c
===================================================================
--- grass/trunk/imagery/i.albedo/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/imagery/i.albedo/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -88,7 +88,7 @@
G_add_keyword(_("imagery"));
G_add_keyword(_("albedo"));
G_add_keyword(_("surface reflectance"));
- module->description = _("Broad Band Albedo from Surface Reflectance.");
+ module->description = _("Computes broad band albedo from surface reflectance.");
/* Define the different options */
Modified: grass/trunk/imagery/i.eb.h_SEBAL01/main.c
===================================================================
--- grass/trunk/imagery/i.eb.h_SEBAL01/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/imagery/i.eb.h_SEBAL01/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -81,7 +81,7 @@
G_gisinit(argv[0]);
module = G_define_module();
- module->description = _("Computes sensible Heat Flux iteration SEBAL 01");
+ module->description = _("Computes sensible heat flux iteration SEBAL 01.");
G_add_keyword(_("imagery"));
G_add_keyword(_("evaporative fraction"));
G_add_keyword(_("soil moisture"));
Modified: grass/trunk/imagery/i.emissivity/main.c
===================================================================
--- grass/trunk/imagery/i.emissivity/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/imagery/i.emissivity/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -45,7 +45,7 @@
G_add_keyword(_("land flux"));
G_add_keyword(_("energy balance"));
module->description =
- _("Emissivity from NDVI, generic method for spares land.");
+ _("Computes emissivity from NDVI, generic method for spares land.");
/* Define the different options */
input = G_define_standard_option(G_OPT_R_INPUT);
Modified: grass/trunk/raster/r.external/main.c
===================================================================
--- grass/trunk/raster/r.external/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.external/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -524,7 +524,7 @@
G_add_keyword(_("raster"));
G_add_keyword(_("import"));
module->description =
- _("Link GDAL supported raster file to a binary raster map layer.");
+ _("Link GDAL supported raster data as a pseudo GRASS raster map layer.");
parm.input = G_define_standard_option(G_OPT_F_INPUT);
parm.input->description = _("Raster file to be linked");
Modified: grass/trunk/raster/r.in.arc/main.c
===================================================================
--- grass/trunk/raster/r.in.arc/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.in.arc/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -59,9 +59,8 @@
module = G_define_module();
G_add_keyword(_("raster"));
module->description =
- _("Converts an ESRI ARC/INFO ascii raster file (GRID) "
- "into a (binary) raster map layer.");
-
+ _("Converts an ESRI ARC/INFO ascii raster file (GRID) into a GRASS raster map.");
+
parm.input = G_define_option();
parm.input->key = "input";
parm.input->type = TYPE_STRING;
Modified: grass/trunk/raster/r.in.ascii/main.c
===================================================================
--- grass/trunk/raster/r.in.ascii/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.in.ascii/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -70,7 +70,7 @@
G_add_keyword(_("import"));
G_add_keyword(_("conversion"));
module->description =
- _("Converts ASCII raster file to binary raster map layer.");
+ _("Converts a GRASS ASCII raster file to binary raster map.");
parm.input = G_define_standard_option(G_OPT_R_INPUT);
parm.input->description =
Modified: grass/trunk/raster/r.in.gdal/main.c
===================================================================
--- grass/trunk/raster/r.in.gdal/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.in.gdal/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -9,7 +9,7 @@
* PURPOSE: Imports many GIS/image formats into GRASS utilizing the GDAL
* library.
*
- * COPYRIGHT: (C) 2001 by Frank Warmerdam
+ * COPYRIGHT: (C) 2001-2010 by Frank Warmerdam
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
@@ -80,7 +80,7 @@
G_add_keyword(_("raster"));
G_add_keyword(_("import"));
module->description =
- _("Import GDAL supported raster file into a binary raster map layer.");
+ _("Import raster data into a GRASS map layer using GDAL.");
/* -------------------------------------------------------------------- */
/* Setup and fetch parameters. */
Modified: grass/trunk/raster/r.out.ascii/main.c
===================================================================
--- grass/trunk/raster/r.out.ascii/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.out.ascii/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -59,7 +59,7 @@
G_add_keyword(_("raster"));
G_add_keyword(_("export"));
module->description =
- _("Converts a raster map layer into an ASCII text file.");
+ _("Converts a raster map layer into a GRASS ASCII text file.");
/* Define the different options */
Modified: grass/trunk/raster/r.out.gridatb/main.c
===================================================================
--- grass/trunk/raster/r.out.gridatb/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.out.gridatb/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -66,7 +66,7 @@
module = G_define_module();
G_add_keyword(_("raster"));
module->description =
- _("Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL)");
+ _("Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL).");
params.input = G_define_standard_option(G_OPT_R_INPUT);
Modified: grass/trunk/raster/r.out.mpeg/main.c
===================================================================
--- grass/trunk/raster/r.out.mpeg/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.out.mpeg/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -100,7 +100,7 @@
module = G_define_module();
G_add_keyword(_("raster"));
- module->description = _("Raster File Series to MPEG Conversion Program.");
+ module->description = _("Raster file series to MPEG movie conversion program.");
for (i = 0; i < MAXVIEWS; i++) {
char buf[BUFSIZ];
Modified: grass/trunk/raster/r.out.png/main.c
===================================================================
--- grass/trunk/raster/r.out.png/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.out.png/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -126,8 +126,9 @@
module = G_define_module();
G_add_keyword(_("raster"));
+ G_add_keyword(_("export"));
module->description =
- "Export GRASS raster as non-georeferenced PNG image format.";
+ _("Export a GRASS raster map as non-georeferenced PNG image format.");
if (G_parser(argc, argv))
exit(EXIT_FAILURE);
Modified: grass/trunk/raster/r.out.pov/main.c
===================================================================
--- grass/trunk/raster/r.out.pov/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.out.pov/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -120,7 +120,7 @@
module = G_define_module();
G_add_keyword(_("raster"));
module->description =
- _("Converts a raster map layer into a height-field file for POVRAY.");
+ _("Converts a raster map layer into a height-field file for POV-Ray.");
/* Define the different options */
parm.map = G_define_standard_option(G_OPT_R_INPUT);
Modified: grass/trunk/raster/r.out.ppm/main.c
===================================================================
--- grass/trunk/raster/r.out.ppm/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.out.ppm/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -52,10 +52,9 @@
module = G_define_module();
G_add_keyword(_("raster"));
G_add_keyword(_("export"));
- module->description =
- _("Converts a GRASS raster map to a PPM image file "
- "at the pixel resolution of the currently defined region.");
+ module->description = _("Converts a GRASS raster map to a PPM image file.");
+
rast = G_define_standard_option(G_OPT_R_INPUT);
ppm_file = G_define_standard_option(G_OPT_F_OUTPUT);
Modified: grass/trunk/raster/r.out.ppm3/main.c
===================================================================
--- grass/trunk/raster/r.out.ppm3/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.out.ppm3/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -54,9 +54,7 @@
module = G_define_module();
G_add_keyword(_("raster"));
- module->description =
- _("Converts 3 GRASS raster layers (R,G,B) to a PPM image file "
- "at the pixel resolution of the CURRENTLY DEFINED REGION.");
+ module->description = _("Converts 3 GRASS raster layers (R,G,B) to a PPM image file.");
for (i = 0; i < 3; i++) {
char buff[80];
Modified: grass/trunk/raster/r.out.tiff/main.c
===================================================================
--- grass/trunk/raster/r.out.tiff/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.out.tiff/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -92,8 +92,7 @@
G_add_keyword(_("raster"));
G_add_keyword(_("export"));
module->description =
- _("Exports a GRASS raster map to a 8/24bit TIFF image file "
- "at the pixel resolution of the currently defined region.");
+ _("Exports a GRASS raster map to a 8/24bit TIFF image file.");
inopt = G_define_standard_option(G_OPT_R_INPUT);
Modified: grass/trunk/raster/r.out.vrml/main.c
===================================================================
--- grass/trunk/raster/r.out.vrml/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.out.vrml/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -48,7 +48,7 @@
G_add_keyword(_("export"));
G_add_keyword(_("VRML"));
module->description =
- _("Export a raster map to the Virtual Reality Modeling Language (VRML)");
+ _("Exports a raster map to the Virtual Reality Modeling Language (VRML).");
rast_el = G_define_option();
rast_el->key = "elev";
Modified: grass/trunk/raster/r.out.vtk/main.c
===================================================================
--- grass/trunk/raster/r.out.vtk/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster/r.out.vtk/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -57,7 +57,8 @@
module = G_define_module();
G_add_keyword(_("raster"));
- module->description = _("Converts raster maps into the VTK-Ascii format");
+ G_add_keyword(_("export"));
+ module->description = _("Converts raster maps into the VTK-ASCII format.");
/* Get parameters from user */
set_params();
Modified: grass/trunk/raster3d/r3.in.ascii/main.c
===================================================================
--- grass/trunk/raster3d/r3.in.ascii/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster3d/r3.in.ascii/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -241,7 +241,7 @@
G_add_keyword(_("voxel"));
G_add_keyword(_("import"));
module->description =
- _("Convert a 3D ASCII raster text file into a (binary) 3D raster map layer");
+ _("Converts a 3D ASCII raster text file into a (binary) 3D raster map.");
setParams();
G3d_setStandard3dInputParams();
Modified: grass/trunk/raster3d/r3.in.v5d/main.c
===================================================================
--- grass/trunk/raster3d/r3.in.v5d/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster3d/r3.in.v5d/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -194,7 +194,7 @@
G_add_keyword(_("raster3d"));
G_add_keyword(_("voxel"));
module->description =
- " import of 3-dimensional Vis5D files (i.e. the v5d file with 1 variable and 1 time step)";
+ _("Import 3-dimensional Vis5D files.");
setParams();
G3d_setStandard3dInputParams();
Modified: grass/trunk/raster3d/r3.out.ascii/main.c
===================================================================
--- grass/trunk/raster3d/r3.out.ascii/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster3d/r3.out.ascii/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -245,7 +245,7 @@
G_add_keyword(_("voxel"));
G_add_keyword(_("export"));
module->description =
- _("Converts a 3D raster map layer into an ASCII text file");
+ _("Converts a 3D raster map layer into a ASCII text file.");
/* Get parameters from user */
setParams();
Modified: grass/trunk/raster3d/r3.out.v5d/main.c
===================================================================
--- grass/trunk/raster3d/r3.out.v5d/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster3d/r3.out.v5d/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -287,9 +287,10 @@
G_gisinit(argv[0]);
module = G_define_module();
G_add_keyword(_("raster3d"));
+ G_add_keyword(_("export"));
G_add_keyword(_("voxel"));
module->description =
- _("Export of GRASS 3D raster map to 3-dimensional Vis5D file.");
+ _("Converts a 3D raster map into a 3-dimensional Vis5D file.");
/* Get parameters from user */
setParams();
Modified: grass/trunk/raster3d/r3.out.vtk/main.c
===================================================================
--- grass/trunk/raster3d/r3.out.vtk/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/raster3d/r3.out.vtk/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -370,9 +370,10 @@
module = G_define_module();
G_add_keyword(_("raster3d"));
+ G_add_keyword(_("export"));
G_add_keyword(_("voxel"));
module->description =
- _("Converts 3D raster maps (G3D) into the VTK-Ascii format");
+ _("Converts 3D raster maps into the VTK-ASCII format.");
/* Get parameters from user */
set_params();
Modified: grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.py
===================================================================
--- grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.py 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.py 2010-02-21 17:32:08 UTC (rev 41149)
@@ -30,7 +30,7 @@
#############################################################################
#%Module
-#% description: Import of SPOT VGT NDVI file into a raster map
+#% description: Imports of SPOT VGT NDVI file into a raster map.
#% keywords: raster
#% keywords: imagery
#% keywords: import
Modified: grass/trunk/scripts/r.in.aster/r.in.aster.py
===================================================================
--- grass/trunk/scripts/r.in.aster/r.in.aster.py 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/scripts/r.in.aster/r.in.aster.py 2010-02-21 17:32:08 UTC (rev 41149)
@@ -21,7 +21,7 @@
# gdal compiled with HDF4 support
#%Module
-#% description: Georeference, rectify, and import Terra-ASTER imagery and relative DEM's using gdalwarp.
+#% description: Georeference, rectify, and import Terra-ASTER imagery and relative DEMs using gdalwarp.
#% keywords: raster
#% keywords: imagery
#% keywords: import
Modified: grass/trunk/scripts/r.in.srtm/r.in.srtm.py
===================================================================
--- grass/trunk/scripts/r.in.srtm/r.in.srtm.py 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/scripts/r.in.srtm/r.in.srtm.py 2010-02-21 17:32:08 UTC (rev 41149)
@@ -44,7 +44,7 @@
#########################
#%Module
-#% description: Import SRTM HGT files into GRASS
+#% description: Imports SRTM HGT files into raster map.
#% keywords: raster
#% keywords: import
#%End
Modified: grass/trunk/vector/v.external/main.c
===================================================================
--- grass/trunk/vector/v.external/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/vector/v.external/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -49,7 +49,7 @@
G_add_keyword(_("external"));
G_add_keyword(_("ogr"));
- module->description = _("Creates a new vector map as a link to OGR layer.");
+ module->description = _("Creates a new pseudo-vector map as a link to an OGR-supported layer.");
parse_args(argc, argv,
&options, &flags);
Modified: grass/trunk/vector/v.in.ascii/main.c
===================================================================
--- grass/trunk/vector/v.in.ascii/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/vector/v.in.ascii/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -48,7 +48,7 @@
G_add_keyword(_("vector"));
G_add_keyword(_("import"));
module->description =
- _("Creates a vector map from ASCII points file or ASCII vector file.");
+ _("Creates a vector map from an ASCII points file or ASCII vector file.");
/************************** Command Parser ************************************/
old = G_define_standard_option(G_OPT_F_INPUT);
Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/vector/v.in.ogr/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -102,7 +102,7 @@
module = G_define_module();
G_add_keyword(_("vector"));
G_add_keyword(_("import"));
- module->description = _("Convert OGR vector layers to GRASS vector map.");
+ module->description = _("Converts vector layers into a GRASS vector map using OGR.");
dsn_opt = G_define_option();
dsn_opt->key = "dsn";
Modified: grass/trunk/vector/v.out.ogr/main.c
===================================================================
--- grass/trunk/vector/v.out.ogr/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/vector/v.out.ogr/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -80,9 +80,9 @@
G_add_keyword(_("vector"));
G_add_keyword(_("export"));
G_add_keyword(_("ogr"));
-
+
module->description =
- _("Converts vector map to one of the supported OGR vector formats.");
+ _("Converts a vector map to any of the supported OGR vector formats.");
/* parse & read options */
parse_args(argc, argv,
Modified: grass/trunk/vector/v.out.pov/main.c
===================================================================
--- grass/trunk/vector/v.out.pov/main.c 2010-02-21 17:29:38 UTC (rev 41148)
+++ grass/trunk/vector/v.out.pov/main.c 2010-02-21 17:32:08 UTC (rev 41149)
@@ -46,7 +46,7 @@
G_add_keyword(_("vector"));
G_add_keyword(_("export"));
module->description =
- _("Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y.");
+ _("Converts GRASS x,y,z points to POV-Ray x,z,y format.");
in_opt = G_define_standard_option(G_OPT_V_INPUT);
More information about the grass-commit
mailing list