[GRASS-SVN] r71458 - grass/branches/releasebranch_7_2/raster/r.horizon
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 31 12:47:47 PDT 2017
Author: neteler
Date: 2017-08-31 12:47:47 -0700 (Thu, 31 Aug 2017)
New Revision: 71458
Modified:
grass/branches/releasebranch_7_2/raster/r.horizon/r.horizon.html
Log:
r.horizon manual: minor example fix
Modified: grass/branches/releasebranch_7_2/raster/r.horizon/r.horizon.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.horizon/r.horizon.html 2017-08-31 19:47:16 UTC (rev 71457)
+++ grass/branches/releasebranch_7_2/raster/r.horizon/r.horizon.html 2017-08-31 19:47:47 UTC (rev 71458)
@@ -200,6 +200,8 @@
Raster map mode (output maps "horangle*" become input for <em>r.sun</em>):
<div class="code"><pre>
+g.region raster=elevation -p
+
# we put a bufferzone of 10% of maxdistance around the study area
# compute only direction between 90 and 270 degrees
r.horizon elevation=elevation step=30 start=90 end=300 \
More information about the grass-commit
mailing list