[GRASS-SVN] r71884 - in grass/branches/releasebranch_7_2: raster/r.neighbors vector/v.kernel
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 1 06:51:34 PST 2017
Author: veroandreo
Date: 2017-12-01 06:51:34 -0800 (Fri, 01 Dec 2017)
New Revision: 71884
Modified:
grass/branches/releasebranch_7_2/raster/r.neighbors/r.neighbors.html
grass/branches/releasebranch_7_2/vector/v.kernel/main.c
Log:
r.neighbors manual: beautify table; v.kernel: edit output description (trunk, r71882)
Modified: grass/branches/releasebranch_7_2/raster/r.neighbors/r.neighbors.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.neighbors/r.neighbors.html 2017-12-01 14:48:19 UTC (rev 71883)
+++ grass/branches/releasebranch_7_2/raster/r.neighbors/r.neighbors.html 2017-12-01 14:51:34 UTC (rev 71884)
@@ -338,9 +338,8 @@
These combine to create four possibilities:
<p>
<table border="1">
- <tr><th>input type</th><th>integer</th><th>integer</th><th>float</th><th>float</th></tr>
- <tr><td>weighted</td><td>no</td><td>yes</td><td>no</td><td>yes</td></tr>
- <tr><td> </td><td> </td><td> </td><td> </td><td> </td></tr>
+ <tr><th rowspan="2">input type/weight</th><th colspan="2">integer</th><th colspan="2">float</th></tr>
+ <tr><th>no</th><th>yes</th><th>no</th><th>yes</th></tr>
<tr><td>average</td><td>float</td><td>float</td><td>float</td><td>float</td></tr>
<tr><td>median</td><td>[1]</td><td>[1]</td><td>float</td><td>float</td></tr>
<tr><td>mode</td><td>integer</td><td>integer</td><td>[2]</td><td>[2]</td></tr>
Modified: grass/branches/releasebranch_7_2/vector/v.kernel/main.c
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.kernel/main.c 2017-12-01 14:48:19 UTC (rev 71883)
+++ grass/branches/releasebranch_7_2/vector/v.kernel/main.c 2017-12-01 14:51:34 UTC (rev 71884)
@@ -131,6 +131,7 @@
out_opt->key = "output";
out_opt->required = NO;
out_opt->label = _("Name for output raster map");
+ out_opt->description = NULL;
out_opt->guisection = _("Basic");
net_out_opt = G_define_standard_option(G_OPT_V_OUTPUT);
More information about the grass-commit
mailing list