[GRASS-SVN] r72117 - in grass/branches/releasebranch_7_2/raster: r.horizon r.sun

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 23 07:37:24 PST 2018


Author: neteler
Date: 2018-01-23 07:37:24 -0800 (Tue, 23 Jan 2018)
New Revision: 72117

Modified:
   grass/branches/releasebranch_7_2/raster/r.horizon/r.horizon.html
   grass/branches/releasebranch_7_2/raster/r.sun/r.sun.html
Log:
r.horizon and r.sun manual: fix output and file parameter explanations

Modified: grass/branches/releasebranch_7_2/raster/r.horizon/r.horizon.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.horizon/r.horizon.html	2018-01-23 15:36:24 UTC (rev 72116)
+++ grass/branches/releasebranch_7_2/raster/r.horizon/r.horizon.html	2018-01-23 15:37:24 UTC (rev 72117)
@@ -98,13 +98,13 @@
 while the analysis in the raster mode will be done only for the
 area specified by the current region definition.
 
-<p>The <i>basename</i> parameter gives the basename of the output
+<p>The <i>output</i> parameter defines the basename of the output
 horizon raster maps. The raster name of each horizon direction
 raster will be constructed as <i>basename_</i>ANGLE, where ANGLE
 is the angle in degrees with the direction. If you use <b>r.horizon</b>
 in the single point mode this option will be ignored. 
 
-<p>The <i>output</i> parameter allows saving the resulting horizon
+<p>The <i>file</i> parameter allows saving the resulting horizon
 angles in a comma separated ASCII file (single point mode only). If
 you use <b>r.horizon</b> in the raster map mode this option will be ignored.
 

Modified: grass/branches/releasebranch_7_2/raster/r.sun/r.sun.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.sun/r.sun.html	2018-01-23 15:36:24 UTC (rev 72116)
+++ grass/branches/releasebranch_7_2/raster/r.sun/r.sun.html	2018-01-23 15:37:24 UTC (rev 72117)
@@ -259,7 +259,7 @@
 g.region raster=elevation -p
 
 # calculate horizon angles (to speed up the subsequent r.sun calculation)
-r.horizon elevation=elevation step=30 bufferzone=200 basename=horangle \
+r.horizon elevation=elevation step=30 bufferzone=200 output=horangle \
     maxdistance=5000
 
 # slope + aspect



More information about the grass-commit mailing list