[GRASS-SVN] r37274 - in grass/branches/releasebranch_6_4/raster:
r.in.xyz r.sun2
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 19 04:01:18 EDT 2009
Author: hamish
Date: 2009-05-19 04:01:17 -0400 (Tue, 19 May 2009)
New Revision: 37274
Modified:
grass/branches/releasebranch_6_4/raster/r.in.xyz/description.html
grass/branches/releasebranch_6_4/raster/r.sun2/description.html
Log:
merge r.sun and r.in.xyz doc updates from devbr6
Modified: grass/branches/releasebranch_6_4/raster/r.in.xyz/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.in.xyz/description.html 2009-05-19 07:58:57 UTC (rev 37273)
+++ grass/branches/releasebranch_6_4/raster/r.in.xyz/description.html 2009-05-19 08:01:17 UTC (rev 37274)
@@ -223,10 +223,15 @@
<a href="r.to.rast3.html">r.to.rast3</a><br>
<a href="r.to.vect.html">r.to.vect</a><br>
<a href="r.univar.html">r.univar</a><br>
-<a href="r.univar.sh.html">r.univar.sh</a><br>
<a href="v.in.ascii.html">v.in.ascii</a><br>
-<a href="v.out.ascii.html">v.out.ascii</a><br>
-<a href="v.surf.rst.html">v.surf.rst</a></i>
+<a href="v.surf.rst.html">v.surf.rst</a><br>
+<br>
+<a href="v.lidar.correction.html">v.lidar.correction</a>,
+<a href="v.lidar.edgedetection.html">v.lidar.edgedetection</a>,
+<a href="v.lidar.growing.html">v.lidar.growing</a>,
+<a href="v.outlier.html">v.outlier</a>,
+<a href="v.surf.bspline.html">v.surf.bspline</a>
+</i>
<p>
<i><a href="http://www.ivarch.com/programs/pv.shtml">pv</a></i>
- The UNIX pipe viewer utility
Modified: grass/branches/releasebranch_6_4/raster/r.sun2/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.sun2/description.html 2009-05-19 07:58:57 UTC (rev 37273)
+++ grass/branches/releasebranch_6_4/raster/r.sun2/description.html 2009-05-19 08:01:17 UTC (rev 37274)
@@ -86,12 +86,22 @@
is near the annual average for rural-city areas. The Linke
factor for an absolutely clear atmosphere is <i>lin</i>=1.0. See notes below
to learn more about this factor. The incidence solar angle is the angle between
-horizon and solar beam vector. The solar radiation maps for given day are
-computed integrating the relevant irradiance between sunrise and sunset times
-for given day. The user can set finer or coarser time step <i>step</i> used
-for all-day radiation calculations. A default value of <i>step</i> is 0.5
-hour. Larger steps (e.g. 1.0-2.0) can speed-up calculations but produce less
-reliable results. The output units are in Wh per squared meter per given
+horizon and solar beam vector.
+<P>
+The solar radiation maps for a given day are computed by integrating the
+relevant irradiance between sunrise and sunset times for that day. The
+user can set a finer or coarser time step used for all-day radiation
+calculations with the <i>step</i> option. The default value of <i>step</i> is
+0.5 hour. Larger steps (e.g. 1.0-2.0) can speed-up calculations but produce
+less reliable (and more jagged) results. As the sun moves through approx.
+15° of the sky in an hour, the default <i>step</i> of half an hour will
+produce 7.5° steps in the data. For relatively smooth output with the
+sun placed for every degree of movement in the sky you should set the
+<i>step</i> to 4 minutes or less. <i>step</i><tt>=0.05</tt> is equivalent
+to every 3 minutes. Of course setting the time step to be very fine
+proportionally increases the module's running time.
+<P>
+The output units are in Wh per squared meter per given
day [Wh/(m*m)/day]. The incidence angle and irradiance/irradiation maps can
be computed without shadowing influence of relief by default or they can
be computed with this influence using the flag <i>-s</i>. In mountainous areas
More information about the grass-commit
mailing list