[GRASS-SVN] r73721 - grass-addons/grass7/raster/r.viewshed.cva
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 28 08:48:27 PST 2018
Author: wenzeslaus
Date: 2018-11-28 08:48:27 -0800 (Wed, 28 Nov 2018)
New Revision: 73721
Modified:
grass-addons/grass7/raster/r.viewshed.cva/r.viewshed.cva.html
Log:
r.viewshed.cva: fix syntax and style in doc
Modified: grass-addons/grass7/raster/r.viewshed.cva/r.viewshed.cva.html
===================================================================
--- grass-addons/grass7/raster/r.viewshed.cva/r.viewshed.cva.html 2018-11-28 12:43:01 UTC (rev 73720)
+++ grass-addons/grass7/raster/r.viewshed.cva/r.viewshed.cva.html 2018-11-28 16:48:27 UTC (rev 73721)
@@ -14,9 +14,8 @@
with mapcalc, as it better handles the null values in the individual
constituent viewshed maps (and allows for interim viewshed maps to
be coded in any way).
-<p>
-<h3>Options and flags:</h3>
+<h3>Options and flags</h3>
<em>r.viewshed.cva</em> requires an input elevation map, <b>input</b>,
and an input vector points map, <b>vector</b>. There is currently only
@@ -28,9 +27,9 @@
then the cat value will be used.
<p>
All other flags and options are inherited from
-<em>r.viewshed<em> (see the <a href="r.viewshed.html">r.viewshed</a>
+<em>r.viewshed</em>
+(see the <em><a href="r.viewshed.html">r.viewshed</a></em>
help page for more information on these).
-<p>
<h2>NOTES</h2>
@@ -44,8 +43,6 @@
input points. This is also useful for simple creating a large number
of individual viewsheds from points in a vector file.
-<p>
-
<h2>EXAMPLES</h2>
Undertake a cumulative viewshed analysis from a digitized vector points
map of prominent peaks in a region:<br>
@@ -52,7 +49,7 @@
<div class="code"><pre>
g.region raster=elevation_10m_dem -p
-# [use v.digit to digitize points or eg the r.geomorphon addon for summits]
+# use v.digit to digitize points or e.g. the r.geomorphon addon for summits
r.viewshed.cva input=elevation10m_dem output=peaks_CVA_map \
vector=prominent_peaks_points name_column=cat \
observer_elevation=1.75 target_elevation=0
More information about the grass-commit
mailing list