[GRASS-SVN] r35105 - grass/branches/releasebranch_6_4/raster/r.sun2
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 29 12:54:37 EST 2008
Author: neteler
Date: 2008-12-29 12:54:37 -0500 (Mon, 29 Dec 2008)
New Revision: 35105
Modified:
grass/branches/releasebranch_6_4/raster/r.sun2/description.html
Log:
step -> horizonstep of r.horizon
Modified: grass/branches/releasebranch_6_4/raster/r.sun2/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.sun2/description.html 2008-12-29 17:54:23 UTC (rev 35104)
+++ grass/branches/releasebranch_6_4/raster/r.sun2/description.html 2008-12-29 17:54:37 UTC (rev 35105)
@@ -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