瀏覽代碼

r.horizon manual: minor example fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71457 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 7 年之前
父節點
當前提交
b58993e4d0
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      raster/r.horizon/r.horizon.html

+ 2 - 0
raster/r.horizon/r.horizon.html

@@ -200,6 +200,8 @@ Horizon plot in polar coordinates.
 
 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 \