[GRASS-SVN] r71134 - grass-addons/grass7/raster/r.mblend
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 24 06:32:56 PDT 2017
Author: Lads
Date: 2017-05-24 06:32:56 -0700 (Wed, 24 May 2017)
New Revision: 71134
Modified:
grass-addons/grass7/raster/r.mblend/r.mblend.py
Log:
More cosmetic improvements for the manual file.
Modified: grass-addons/grass7/raster/r.mblend/r.mblend.py
===================================================================
--- grass-addons/grass7/raster/r.mblend/r.mblend.py 2017-05-24 13:31:07 UTC (rev 71133)
+++ grass-addons/grass7/raster/r.mblend/r.mblend.py 2017-05-24 13:32:56 UTC (rev 71134)
@@ -17,7 +17,7 @@
#############################################################################
#%module
-#% description: Blends two rasters of different spatial resolution
+#% description: Blends two rasters of different spatial resolution.
#% keyword: raster
#% keyword: resolution
#%end
@@ -34,7 +34,7 @@
#% key: far_edge
#% key_desc: value
#% type: double
-#% description: Percentage of distance to high resolution raster used to determine far edge. Number between 0 and 100; 95% by default.
+#% description: Percentage of distance to high resolution raster used to determine far edge. Number between 0 and 100.
#% answer: 95
#% multiple: no
#% required: no
@@ -43,7 +43,7 @@
#% key: inter_points
#% key_desc: value
#% type: integer
-#% description: Number of points to use in interpolation. A higher number produces a smoother result but requires a lengthier computation. 50 by default.
+#% description: Number of points to use in interpolation. A higher number produces a smoother result but requires a lengthier computation.
#% answer: 50
#% multiple: no
#% required: no
More information about the grass-commit
mailing list