[GRASS-SVN] r72110 - grass/trunk/raster/r.sun

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 22 06:17:21 PST 2018


Author: madi
Date: 2018-01-22 06:17:21 -0800 (Mon, 22 Jan 2018)
New Revision: 72110

Modified:
   grass/trunk/raster/r.sun/r.sun.html
Log:
Modified example with r.horizon, basename parameter has been renamed output

Modified: grass/trunk/raster/r.sun/r.sun.html
===================================================================
--- grass/trunk/raster/r.sun/r.sun.html	2018-01-21 15:01:37 UTC (rev 72109)
+++ grass/trunk/raster/r.sun/r.sun.html	2018-01-22 14:17:21 UTC (rev 72110)
@@ -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