Forráskód Böngészése

r.viewshed manual: better explain view angle

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@61671 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 éve
szülő
commit
04cb2e44dd
1 módosított fájl, 4 hozzáadás és 3 törlés
  1. 4 3
      raster/r.viewshed/r.viewshed.html

+ 4 - 3
raster/r.viewshed/r.viewshed.html

@@ -29,8 +29,9 @@ visible or the respective point in the elevation map is NULL.
 
 Otherwise, a value in [0, 180] representing the vertical angle with
 regard to the viewpoint, in degrees, if the point is visible.
-0 degrees: directly above the observer,
-180 degrees: directly below the observer
+A value of 0 is directly below the specified viewing position,
+90 is due horizontal. The angle to the cell containing the viewing
+position is undefined and set to 180. 
 
 <p>
 If the <b>-b</b> flag is set, the output is in boolean-mode, and each point
@@ -71,7 +72,7 @@ the terrain.  The user can change this using option
 elevation.
 
 <p>
-By default the target is assumed to have height 0 map units above the
+By default the target is assumed to have height of 0 map units above the
 terrain.  The user can change this using option
 <b>tgt_elev</b> to determine if objects of a given height would be
 visible. The value entered is in the same units as the elevation.