git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74408 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -58,6 +58,7 @@ int main(int argc, char *argv[])
module = G_define_module();
G_add_keyword(_("raster"));
G_add_keyword(_("export"));
+ G_add_keyword(_("output"));
G_add_keyword("ASCII");
module->description =
_("Converts a raster map layer into a GRASS ASCII text file.");
@@ -278,6 +278,7 @@ int main(int argc, char *argv[])
module->description = _("Exports a GRASS raster to a binary array.");
/* Define the different options */
@@ -138,6 +138,7 @@ int main(int argc, char *argv[])
_("Exports GRASS raster maps into GDAL supported formats.");
flag_l = G_define_flag();
flag_l->key = 'l';
@@ -66,6 +66,7 @@ int main(int argc, char **argv)
_("Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL).");
@@ -61,6 +61,7 @@ int main(int argc, char *argv[])
module->description = _("Exports a GRASS raster to a binary MAT-File.");
@@ -101,6 +101,7 @@ int main(int argc, char **argv)
G_add_keyword(_("animation"));
@@ -111,6 +111,7 @@ int main(int argc, char *argv[])
G_add_keyword("PNG");
_("Export a GRASS raster map as a non-georeferenced PNG image.");
@@ -120,6 +120,7 @@ int main(int argc, char *argv[])
_("Converts a raster map layer into a height-field file for POV-Ray.");
@@ -53,6 +53,7 @@ int main(int argc, char *argv[])
module->description = _("Converts a GRASS raster map to a PPM image file.");
@@ -56,6 +56,7 @@ int main(int argc, char **argv)
module->description = _("Converts 3 GRASS raster layers (R,G,B) to a PPM image file.");
for (i = 0; i < 3; i++) {
@@ -46,6 +46,7 @@ int main(int argc, char *argv[])
G_add_keyword(_("VRML"));
_("Exports a raster map to the Virtual Reality Modeling Language (VRML).");
G_add_keyword("VTK");
module->description = _("Converts raster maps into the VTK-ASCII format.");
@@ -301,6 +301,7 @@ int main(int argc, char *argv[])
G_add_keyword(_("raster3d"));
G_add_keyword(_("voxel"));
G_add_keyword(_("conversion"));
@@ -586,6 +586,7 @@ int main(int argc, char *argv[])
G_add_keyword(_("netCDF"));
module->description = _("Export a 3D raster map as netCDF file.");
@@ -283,6 +283,7 @@ int main(int argc, char *argv[])
_("Exports GRASS 3D raster map to 3-dimensional Vis5D file.");
@@ -375,6 +375,7 @@ int main(int argc, char *argv[])
@@ -17,6 +17,7 @@
#% description: Saves the contents of the active display monitor to a graphics file.
#% keyword: display
#% keyword: export
+#% keyword: output
#%end
#%option G_OPT_F_OUTPUT
#% description: Name for output file
@@ -18,6 +18,7 @@
#% description: Exports attribute tables into various formats.
#% keyword: database
#% keyword: attribute table
@@ -20,6 +20,7 @@
#% description: Exports a raster map to a text file as x,y,z values based on cell centers.
#% keyword: raster
#% keyword: ASCII
#% keyword: conversion
@@ -24,6 +24,7 @@
#% description: Exports space time raster dataset as VTK time series.
#% keyword: temporal
#% keyword: VTK
#% keyword: time
G_add_keyword(_("vector"));
module->label =
_("Exports a vector map to a GRASS ASCII vector representation.");
@@ -55,6 +55,7 @@ int main(int argc, char *argv[])
G_add_keyword(_("DXF"));
_("Exports vector map to DXF file format.");
@@ -472,6 +472,7 @@ int main(int argc, char **argv)
G_add_keyword(_("LIDAR"));
G_add_keyword(_("points"));
module->label = _("Exports vector points as LAS point cloud");
@@ -82,7 +82,9 @@ int main(int argc, char *argv[])
G_add_keyword("OGR");
_("Exports a vector map layer to any of the supported OGR vector formats.");
@@ -43,6 +43,7 @@ int main(int argc, char *argv[])
G_add_keyword(_("PostGIS"));
G_add_keyword(_("simple features"));
G_add_keyword(_("topology"));
@@ -45,6 +45,7 @@ int main(int argc, char *argv[])
_("Converts GRASS x,y,z points to POV-Ray x,z,y format.");
@@ -76,6 +76,7 @@ int main(int argc, char *argv[])
module->description = _("Exports a vector map to SVG file.");
in_opt = G_define_standard_option(G_OPT_V_INPUT);
_("Converts a vector map to VTK ASCII output.");