[GRASS-SVN] r35103 - grass/trunk/raster/r.sun2

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 29 12:53:37 EST 2008


Author: neteler
Date: 2008-12-29 12:53:37 -0500 (Mon, 29 Dec 2008)
New Revision: 35103

Modified:
   grass/trunk/raster/r.sun2/r.sun.html
Log:
step -> horizonstep of r.horizon

Modified: grass/trunk/raster/r.sun2/r.sun.html
===================================================================
--- grass/trunk/raster/r.sun2/r.sun.html	2008-12-29 17:52:27 UTC (rev 35102)
+++ grass/trunk/raster/r.sun2/r.sun.html	2008-12-29 17:53:37 UTC (rev 35103)
@@ -196,7 +196,7 @@
 
 # calculate horizons
 # (we put a bufferzone of 10% of maxdistance around the study area)
-r.horizon elevin=elevation.dem step=30 bufferzone=200 horizon=horangle dist=0.7 maxdistance=2000
+r.horizon elevin=elevation.dem horizonstep=30 bufferzone=200 horizon=horangle dist=0.7 maxdistance=2000
 
 # slope + aspect
 r.slope.aspect elevation=elevation.dem aspect=aspect.dem slope=slope.dem



More information about the grass-commit mailing list